com.platform.ego.impl
Class ServiceInstance

java.lang.Object
  extended by com.platform.ego.impl.ServiceInstance

public class ServiceInstance
extends java.lang.Object

ServiceInstance provides detailed information of service instances. This class is referenced in ServiceInfo class.

Version:
1.2.3

Constructor Summary
ServiceInstance()
           
 
Method Summary
 java.lang.String getActivityID()
          Get activity ID of service instance.
 java.lang.String getInstanceSequenceID()
          Get sequence ID of service instance.
 java.lang.String getResourceName()
          Get name of resource that the service instance runs on.
 ServiceInstanceState getState()
          Get state of service instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInstance

public ServiceInstance()
Method Detail

getActivityID

public java.lang.String getActivityID()
Get activity ID of service instance.

Returns:
activity ID.

getInstanceSequenceID

public java.lang.String getInstanceSequenceID()
Get sequence ID of service instance.

Returns:
sequence ID of service instance.

getResourceName

public java.lang.String getResourceName()
Get name of resource that the service instance runs on.

Returns:
name of resource.

getState

public ServiceInstanceState getState()
Get state of service instance.

Returns:
state of service instance.


Copyright (C) 1992-2007 Platform Computing Corporation