| com.sun.jbi.ServiceUnitInfo
All known Subclasses: com.sun.jbi.management.registry.data.ServiceUnitInfoImpl, com.sun.jbi.framework.ServiceUnit,
ServiceUnitInfo | public interface ServiceUnitInfo (Code) | | This interface provides information on Service Units.
author: Sun Microsystems, Inc. |
equals | boolean equals(Object object)(Code) | | Determine if the supplied Object is equal to this one.
Parameters: object - - the Object to be compared with this one. true if the supplied Object is equal to this one. |
getFilePath | public String getFilePath()(Code) | | Get the path to the Service Unit archive.
the file path. |
getName | String getName()(Code) | | Get the name of the Service Unit.
the name of the Service Unit. |
getServiceAssemblyName | String getServiceAssemblyName()(Code) | | Get the name of the Service Assembly containing this Service Unit.
the name of the Service Assembly. |
getStateAsString | String getStateAsString()(Code) | | Get the state of the Service Unit as a string.
current state, as one of the values: "shutdown", "stopped","started". |
getTargetComponent | String getTargetComponent()(Code) | | Get the Service Units target component
the target component name |
|
|