VisiBroker for Java

com.inprise.vbroker.Activation
Class State

java.lang.Object
  extended by com.inprise.vbroker.Activation.State
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class State
extends java.lang.Object
implements IDLEntity

Indicates the status of an object implementation registered with the OAD. The enumeration can take the following values -

 ACTIVE - The server is active.
 INACTIVE - There is not active.
 WAITING_FOR_ACTIVATION - The OAD is in the process of activating this server.
 

See Also:
Serialized Form

Field Summary
static int _ACTIVE
           
static int _INACTIVE
           
static int _WAITING_FOR_ACTIVATION
           
static State ACTIVE
           
static State INACTIVE
           
static State WAITING_FOR_ACTIVATION
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static State from_int(int _vis_value)
           
 int hashCode()
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_ACTIVE

public static final int _ACTIVE
See Also:
Constant Field Values

_INACTIVE

public static final int _INACTIVE
See Also:
Constant Field Values

_WAITING_FOR_ACTIVATION

public static final int _WAITING_FOR_ACTIVATION
See Also:
Constant Field Values

ACTIVE

public static final State ACTIVE

INACTIVE

public static final State INACTIVE

WAITING_FOR_ACTIVATION

public static final State WAITING_FOR_ACTIVATION
Method Detail

value

public int value()

from_int

public static State from_int(int _vis_value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online