org.apache.yoko.orb.IMR
Class ServerStatus

java.lang.Object
  extended by org.apache.yoko.orb.IMR.ServerStatus
All Implemented Interfaces:
Serializable, IDLEntity

public class ServerStatus
extends Object
implements IDLEntity

This enumeration contains the various states of a server.

See Also:
Serialized Form

Field Summary
static int _FORKED
           
static int _RUNNING
           
static int _STARTING
           
static int _STOPPED
           
static int _STOPPING
           
static ServerStatus FORKED
           
static ServerStatus RUNNING
           
static ServerStatus STARTING
           
static ServerStatus STOPPED
           
static ServerStatus STOPPING
           
 
Constructor Summary
protected ServerStatus(int value)
           
 
Method Summary
static ServerStatus from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_FORKED

public static final int _FORKED
See Also:
Constant Field Values

FORKED

public static final ServerStatus FORKED

_STARTING

public static final int _STARTING
See Also:
Constant Field Values

STARTING

public static final ServerStatus STARTING

_RUNNING

public static final int _RUNNING
See Also:
Constant Field Values

RUNNING

public static final ServerStatus RUNNING

_STOPPING

public static final int _STOPPING
See Also:
Constant Field Values

STOPPING

public static final ServerStatus STOPPING

_STOPPED

public static final int _STOPPED
See Also:
Constant Field Values

STOPPED

public static final ServerStatus STOPPED
Constructor Detail

ServerStatus

protected ServerStatus(int value)
Method Detail

value

public int value()

from_int

public static ServerStatus from_int(int value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.