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

E80355-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 programmatically.

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