Name

State

Synopsis

This class represents the current state of a POAManager.

                  
public class State implements org.omg.CORBA.portable.IDLEntity {
// Protected Constructors
   protected State( int value);  
// Public Constants
   public static final int _ACTIVE;                              // =1
   public static final int _DISCARDING;                          // =2
   public static final int _HOLDING;                             // =0
   public static final int _INACTIVE;                            // =3
   public static final State ACTIVE;  
   public static final State DISCARDING;  
   public static final State HOLDING;  
   public static final State INACTIVE;  
// Public Class Methods
   public static State from_int( int value);  
// Public Instance Methods
   public int value();  
}

Returned By

POAManagerOperations.get_state(), State.from_int()

Type Of

State.{ACTIVE, DISCARDING, HOLDING, INACTIVE}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.