|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods that should be implemented by a CIBApplication managed object to expose its management attributes. The CIBApplication is the base object model to represent a single Java-ES application instance running on a system.
Field Summary |
Fields inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
ModelVersion |
Method Summary | |
javax.management.ObjectName[] |
getApplicationsSet()
Returns the object name of the application container |
java.lang.String |
getApplicationURLDescription()
Provides the application URL Description |
javax.management.ObjectName |
getContainer()
Returns the object name of the application container |
java.lang.String |
getDirectoryDN()
Returns the directory path where static information about this application is stored |
javax.management.ObjectName |
getExternalResourceByUri(java.lang.String uri)
Returns the object name of a ExternalResource associated to the application identifies by its Uri |
javax.management.ObjectName[] |
getExternalResources()
Returns the list of External resource object names associated to the application |
javax.management.ObjectName |
getProduct()
Returns the CIBProduct object name |
javax.management.ObjectName |
getResourceByName(java.lang.String name)
Returns the Object Name of a resource identified by its uri |
javax.management.ObjectName[] |
getResources()
Returns the list of object names of all the resource associated to the application |
java.lang.String |
getRole()
Provides the role of an application instance in the JES environment. |
javax.management.ObjectName |
getServiceByName(java.lang.String name)
Returns the Object Name of the service identified by its name |
javax.management.ObjectName |
getServiceByUri(java.lang.String uri)
Returns the object name of the Service identified by its Uri |
javax.management.ObjectName[] |
getServices()
Returns the list of CIBService object names |
Methods inherited from interface com.sun.mfwk.cib.CIBManagedObjectMBean |
getDescription, isEventProvider, setEventProvider |
Methods inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
getModelVersion, getName, getType |
Method Detail |
public java.lang.String getApplicationURLDescription() throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
public java.lang.String getDirectoryDN() throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
public javax.management.ObjectName getProduct() throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
public javax.management.ObjectName[] getServices()
public java.lang.String getRole()
public javax.management.ObjectName getServiceByUri(java.lang.String uri) throws CIBException
uri
- String
CIBException
public javax.management.ObjectName getServiceByName(java.lang.String name) throws CIBException
name
- String
CIBException
public javax.management.ObjectName[] getResources()
public javax.management.ObjectName getResourceByName(java.lang.String name) throws CIBException
name
- String
CIBException
public javax.management.ObjectName[] getExternalResources()
public javax.management.ObjectName getExternalResourceByUri(java.lang.String uri) throws CIBException
uri
- String
CIBException
public javax.management.ObjectName getContainer()
public javax.management.ObjectName[] getApplicationsSet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |