Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

ConverterCollections::UnsupportedConverter Class Reference

#include <coherence/util/ConverterCollections.hpp>

Inherits Object, and Converter.

List of all members.


Detailed Description

Converter which always throws an UnsupportedOperationException.

 

Public Types

typedef spec::Handle  Handle
  UnsupportedConverter Handle definition.
typedef spec::View  View
  UnsupportedConverter View definition.
typedef spec::Holder  Holder
  UnsupportedConverter Holder definition.

Public Member Functions

  UnsupportedConverter ()
  Create an UnsupportedConverter.
virtual Object::Holder  convert (Object::Holder oh) const
  Convert an Object referenced by the supplied holder.
Parameters:
  oh  the holder to the Object to convert
Returns:
the holder to the converted Object

Static Public Member Functions

static
UnsupportedConverter::View 
getInstance ()
  Return a singleton instance of the UnsupportedConverter.

Constructor & Destructor Documentation

UnsupportedConverter (    )   

Create an UnsupportedConverter.

return a handle to the new UnsupportedConverter


Member Function Documentation

virtual Object::Holder convert ( Object::Holder  oh  )  const [virtual]

Convert an Object referenced by the supplied holder.

Parameters:
  oh  the holder to the Object to convert
Returns:
the holder to the converted Object
Exceptions:
  UnsupportedOperationException  always

Implements Converter.


The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.