|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.ServiceInstanceInfo
Service instance info.
Field Summary | |
int |
requests
Number of requests which are currently dispatched by the service instance. |
ServiceInstance |
serviceInstance
Service instance structure contains name, target namespace and context which for its fully qualified name. |
int |
state
Service instance state. |
Constructor Summary | |
ServiceInstanceInfo()
Default constructor. |
|
ServiceInstanceInfo(ServiceInstance serviceInstance,
int state,
int requests)
The constructor. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public ServiceInstance serviceInstance
public int state
ServiceState
public int requests
Constructor Detail |
public ServiceInstanceInfo()
public ServiceInstanceInfo(ServiceInstance serviceInstance, int state, int requests)
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |