Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

SystemPofContext Class Reference

#include <coherence/io/pof/SystemPofContext.hpp>

Inherits SimplePofContext.

List of all members.


Detailed Description

System-wide PofContext implementation that allows POF user types to be registered programatically.

Author:
jh 2008.02.21
 

Public Types

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

Static Public Member Functions

static Handle  getInstance ()
  Return the SystemPofContext singleton instance.
static void  main (ObjectArray::View vasArg)
  Executable entrypoint for the SystemPofContext class.

Member Function Documentation

static Handle getInstance (    )  [static]

Return the SystemPofContext singleton instance.

Returns:
the global SystemPofContext

static void main ( ObjectArray::View  vasArg  )  [static]

Executable entrypoint for the SystemPofContext class.

Print the POF registrations.

Parameters:
  vasArg  a list of libraries to load, and print their registered classes.

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

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