org.mobicents.slee.container.management.console.client.services
Class ServiceStateInfo

java.lang.Object
  extended by org.mobicents.slee.container.management.console.client.services.ServiceStateInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ServiceStateInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Stefano Zappaterra

Field Summary
static java.lang.String ACTIVE
           
static java.lang.String INACTIVE
           
static java.lang.String STOPPING
           
 
Constructor Summary
ServiceStateInfo()
           
ServiceStateInfo(java.lang.String state)
           
 
Method Summary
 java.lang.String getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INACTIVE

public static final java.lang.String INACTIVE
See Also:
Constant Field Values

ACTIVE

public static final java.lang.String ACTIVE
See Also:
Constant Field Values

STOPPING

public static final java.lang.String STOPPING
See Also:
Constant Field Values
Constructor Detail

ServiceStateInfo

public ServiceStateInfo()

ServiceStateInfo

public ServiceStateInfo(java.lang.String state)
Method Detail

getState

public java.lang.String getState()


Copyright © 2008. All Rights Reserved.