|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.metadata.ManagedObjectMetadataAccessorFactory
public class ManagedObjectMetadataAccessorFactory
Invoke the method, createAccessor(Properties)
, on this
class to obtain a ManagedObjectMetadataAccessor
instance.
The factory caches ManagedObjectMetadataAccessor instances. Each instance returned for a given repository root and cell name is a singleton instance.
ManagedObjectMetadataAccessor
,
createAccessor(Properties)
Constructor Summary | |
---|---|
ManagedObjectMetadataAccessorFactory()
|
Method Summary | |
---|---|
static ManagedObjectMetadataAccessor |
createAccessor(java.util.Properties props)
Invoke this method to obtain a ManagedObjectMetadataAccessor instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedObjectMetadataAccessorFactory()
Method Detail |
---|
public static ManagedObjectMetadataAccessor createAccessor(java.util.Properties props) throws AdminException
ManagedObjectMetadataAccessor
instance.
props
- A set of properties required to create a ManagedObjectMetadataAccessor
instance. The expected properties are listed below:
If no properties are specified, props can be null.
AdminException
- Could not create a ManagedObjectMetadataAccessor instance.ManagedObjectMetadataAccessor.WAS_REPOSITORY_ROOT
,
ManagedObjectMetadataAccessor.CELL_NAME
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |