com.platform.ego.impl
Class ServiceStateChange

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

public class ServiceStateChange
extends java.lang.Object

ServiceStateChange notifies the user with information from EGO when a service state changes. This class is used while calling onServiceStateChange() to show EGO notifications.

Version:
1.2.3

Constructor Summary
ServiceStateChange()
           
 
Method Summary
 java.lang.String getAllocid()
          Get ID of allocation.
 ServiceState getNewState()
          Get new state of service.
 ServiceState getOldstate()
          Get old state of service.
 java.lang.String getServicename()
          Get name of service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceStateChange

public ServiceStateChange()
Method Detail

getAllocid

public java.lang.String getAllocid()
Get ID of allocation.

Returns:
ID of allocation.

getNewState

public ServiceState getNewState()
Get new state of service.

Returns:
new state of service.

getOldstate

public ServiceState getOldstate()
Get old state of service.

Returns:
old state of service.

getServicename

public java.lang.String getServicename()
Get name of service.

Returns:
name of service.


Copyright (C) 1992-2007 Platform Computing Corporation