com.platform.ego.impl
Class ServiceInstanceStateChange

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

public class ServiceInstanceStateChange
extends java.lang.Object

ServiceInstanceStateChange is used to display notification information from EGO when when a service instance state changes. This class is used while calling onServiceInstanceStateChange() to show EGO notifications.

Version:
1.2.3

Constructor Summary
ServiceInstanceStateChange()
           
 
Method Summary
 java.lang.String getActivityID()
          Get workload activity ID releated to the service instance.
 java.lang.String getHostname()
          Get name of host that the service instance is running on.
 ServiceInstanceState getNewstate()
          Get new state of the service instance
 ServiceInstanceState getOldstate()
          Get old state of the service instance.
 java.lang.String getReason()
          Get reason why the service instance entered an ERROR state.
 java.lang.String getSeqno()
          Get sequence number of the service instance.
 java.lang.String getServicename()
          Get name of service of which the instance has changed state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInstanceStateChange

public ServiceInstanceStateChange()
Method Detail

getActivityID

public java.lang.String getActivityID()
Get workload activity ID releated to the service instance.

Returns:
workload activity ID.

getHostname

public java.lang.String getHostname()
Get name of host that the service instance is running on.

Returns:
name of host.

getNewstate

public ServiceInstanceState getNewstate()
Get new state of the service instance

Returns:
new state of the service instance.

getOldstate

public ServiceInstanceState getOldstate()
Get old state of the service instance.

Returns:
old state of the service instance.

getReason

public java.lang.String getReason()
Get reason why the service instance entered an ERROR state.

Returns:
reason.

getSeqno

public java.lang.String getSeqno()
Get sequence number of the service instance.

Returns:
sequence number of the service instance.

getServicename

public java.lang.String getServicename()
Get name of service of which the instance has changed state.

Returns:
name of service.


Copyright (C) 1992-2007 Platform Computing Corporation