An application uses an InitialContext object to create objects from object definitions that are retrieved from a repository of administered objects.
xms::PropertyContext | +----xms::InitialContext
For a list of the XMS defined properties of an InitialContext object, see Properties of InitialContext.
Constructor | Description |
---|---|
InitialContext | Create an InitialContext object. |
InitialContext( const String & uri); InitialContext & create( const String & uri);
Create an InitialContext object.
Method | Description |
---|---|
~InitialContext | Delete the InitialContext object. This frees all resources associated with the InitialContext object. |
getHandle | Get the handle that a C application would use to access the InitialContext object. |
isNull | Determine whether the InitialContext object is a null object. |
lookup | Create an object from an object definition that is retrieved from the repository of administered objects. |
PropertyContext * lookup(const String & objectName) const;
Create an object from an object definition that is retrieved from the repository of administered objects.