Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47891-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, 2014, Oracle and/or its affiliates. All rights reserved.