org.mobicents.slee.container.management.console.client.resources
Class ResourceAdaptorEntityInfo

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

public class ResourceAdaptorEntityInfo
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
ResourceAdaptorEntityInfo()
           
ResourceAdaptorEntityInfo(java.lang.String name, java.lang.String state)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVE

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

INACTIVE

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

STOPPING

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

ResourceAdaptorEntityInfo

public ResourceAdaptorEntityInfo(java.lang.String name,
                                 java.lang.String state)

ResourceAdaptorEntityInfo

public ResourceAdaptorEntityInfo()
Method Detail

getName

public java.lang.String getName()

getState

public java.lang.String getState()


Copyright © 2009. All Rights Reserved.