|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.platform.admin.api.runtime.ComponentData
com.metamatrix.platform.admin.api.runtime.ServiceData
public class ServiceData
Field Summary |
---|
Fields inherited from class com.metamatrix.platform.admin.api.runtime.ComponentData |
---|
deployed, hashCode, registered |
Constructor Summary | |
---|---|
ServiceData(ServiceID serviceID,
java.lang.String serviceName,
java.lang.String instanceName,
ComponentDefnID defnID,
DeployedComponent deployedComponent,
java.util.Collection queueNames,
int state,
java.util.Date time,
boolean essential,
boolean deployed,
boolean registered,
java.lang.Throwable initError)
Create new ServiceRegistryInstance |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if the specified object is semantically equal to this instance. |
ComponentDefnID |
getComponentDefnID()
Return ComponentDefnID for Service. |
int |
getCurrentState()
|
DeployedComponent |
getDeployedComponent()
|
java.lang.Throwable |
getInitError()
|
java.util.Collection |
getQueueNames()
Return collection of queue names for the service. |
ServiceID |
getServiceID()
Return ServiceID for this binding |
java.util.Date |
getStateChangeTime()
|
boolean |
isEssential()
|
Methods inherited from class com.metamatrix.platform.admin.api.runtime.ComponentData |
---|
getName, hashCode, isDeployed, isRegistered, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceData(ServiceID serviceID, java.lang.String serviceName, java.lang.String instanceName, ComponentDefnID defnID, DeployedComponent deployedComponent, java.util.Collection queueNames, int state, java.util.Date time, boolean essential, boolean deployed, boolean registered, java.lang.Throwable initError)
serviceID
- Identifies serviceserviceName
- Name of serviceinstanceName
- Name of service instancedefnID
- Component Definition IDdeployedComponent
- queueNames
- Collection of queue names for the servicestate
- time
- essential,
- true indicates service is an essential service and cannot be shutdown if there are no other similiar services running.deployed,
- true indicates service is deployedregistered,
- true indicates service is registered with RegisitryinitError,
- Exception that occured during initialization
RegistryException
- if an an error occurs creating remote instance of service.Method Detail |
---|
public java.util.Collection getQueueNames()
public ServiceID getServiceID()
public int getCurrentState()
public java.util.Date getStateChangeTime()
public ComponentDefnID getComponentDefnID()
public DeployedComponent getDeployedComponent()
public java.lang.Throwable getInitError()
public boolean isEssential()
public boolean equals(java.lang.Object obj)
equals
in class ComponentData
obj
- the object that this instance is to be compared to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |