org.systinet.wasp.admin
Class ServiceInstanceInfo

java.lang.Object
  extended byorg.systinet.wasp.admin.ServiceInstanceInfo
All Implemented Interfaces:
java.io.Serializable

public class ServiceInstanceInfo
extends java.lang.Object
implements java.io.Serializable

Service instance info.

Since:
4.0
See Also:
Serialized Form
Component:
Mgmt-Services

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

serviceInstance

public ServiceInstance serviceInstance
Service instance structure contains name, target namespace and context which for its fully qualified name.


state

public int state
Service instance state.

See Also:
ServiceState

requests

public int requests
Number of requests which are currently dispatched by the service instance.

Constructor Detail

ServiceInstanceInfo

public ServiceInstanceInfo()
Default constructor.


ServiceInstanceInfo

public ServiceInstanceInfo(ServiceInstance serviceInstance,
                           int state,
                           int requests)
The constructor.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Returns:
a string representation of the object.