|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides methods that should be implemented by a CIBProduct managed object. CIBProduct is the base object model to represent a deployed Java-ES Component Product on a particular system. The attributes of the CIBProduct object model specify static identification and configuration data relative to the install of the Component Product.
Field Summary | |
static java.lang.String |
defaultVendor
Represents the default vendor name |
Fields inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
ModelVersion |
Method Summary | |
javax.management.ObjectName |
getApplicationByName(java.lang.String name)
Returns the ObjectName for a given application |
javax.management.ObjectName[] |
getApplications()
Returns the list of ObjectName(s) of each Application instances running into the Product |
long |
getInstallTime()
Returns the installation time of the component product |
java.lang.String |
getPatchId()
Returns the PatchID String which represents the path revision applied to the Componet product |
java.lang.String |
getProductName()
Returns the product name |
java.lang.String |
getProductVersion()
Provides the product version |
java.lang.String |
getVendorName()
Returns as a String the Vendor name. |
Methods inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
getModelVersion, getName, getType |
Field Detail |
public static final java.lang.String defaultVendor
Method Detail |
public java.lang.String getProductName() throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
public java.lang.String getProductVersion() throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
public java.lang.String getPatchId()
public java.lang.String getVendorName() throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
public long getInstallTime()
public javax.management.ObjectName[] getApplications()
public javax.management.ObjectName getApplicationByName(java.lang.String name)
name
- String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |