| com.sun.jbi.ServiceAssemblyInfo
All known Subclasses: com.sun.jbi.management.registry.data.ServiceAssemblyInfoImpl,
ServiceAssemblyInfo | public interface ServiceAssemblyInfo (Code) | | This interface provides information on Service Assemblys.
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. |
getName | String getName()(Code) | | Get the name of the Service Assembly.
the name of the Service Assembly. |
getServiceUnitList | List<ServiceUnitInfo> getServiceUnitList()(Code) | | Get a List of all service units in this service assembly
the Service Unit Info List. |
getStatus | ServiceAssemblyState getStatus()(Code) | | Get the state of the Service Assembly.
current state, one of {SHUTDOWN, STOPPED, STARTED, UNKNOWN} |
hashCode | int hashCode()(Code) | | Get a hash code for this ServiceAssemblyInfo.
the hash code for the object. |
|
|