FileDocCategorySizeDatePackage
State.javaAPI DocJava SE 5 API1761Fri Aug 26 17:25:04 BST 2005org.omg.PortableServer.POAManagerPackage

State

public class State extends Object implements org.omg.CORBA.portable.IDLEntity
Specifies the states for the POAManager

Fields Summary
private int
__value
private static int
__size
private static State[]
__array
public static final int
_HOLDING
public static final State
HOLDING
public static final int
_ACTIVE
public static final State
ACTIVE
public static final int
_DISCARDING
public static final State
DISCARDING
public static final int
_INACTIVE
public static final State
INACTIVE
Constructors Summary
protected State(int value)

    __value = value;
    __array[__value] = this;
  
Methods Summary
public static org.omg.PortableServer.POAManagerPackage.Statefrom_int(int value)

    if (value >= 0 && value < __size)
      return __array[value];
    else
      throw new org.omg.CORBA.BAD_PARAM ();
  
public intvalue()


     
  
    return __value;