org.jacorb.poa
Class POAConstants
java.lang.Object
org.jacorb.poa.POAConstants
- public class POAConstants
- extends java.lang.Object
This class collects all POA related constants.
- Version:
- $Id: POAConstants.java,v 1.11 2003/04/15 15:22:53 nick.cross Exp $
- Author:
- Reimo Tiedemann, FU Berlin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUEUE_CAPACITY_INI
public static final int QUEUE_CAPACITY_INI
- See Also:
- Constant Field Values
QUEUE_CAPACITY_INC
public static final int QUEUE_CAPACITY_INC
- See Also:
- Constant Field Values
NOT_CALLED
public static final int NOT_CALLED
- See Also:
- Constant Field Values
SHUTDOWN_IN_PROGRESS
public static final int SHUTDOWN_IN_PROGRESS
- See Also:
- Constant Field Values
DESTRUCTION_APPARENT
public static final int DESTRUCTION_APPARENT
- See Also:
- Constant Field Values
DESTRUCTION_COMPLETE
public static final int DESTRUCTION_COMPLETE
- See Also:
- Constant Field Values
OBJECT_KEY_SEPARATOR
public static final char OBJECT_KEY_SEPARATOR
- See Also:
- Constant Field Values
OBJECT_KEY_SEP_BYTE
public static final byte OBJECT_KEY_SEP_BYTE
- See Also:
- Constant Field Values
MASK_BYTE
public static final byte MASK_BYTE
- See Also:
- Constant Field Values
MASK_MASK_BYTE
public static final byte MASK_MASK_BYTE
- See Also:
- Constant Field Values
SEPA_MASK_BYTE
public static final byte SEPA_MASK_BYTE
- See Also:
- Constant Field Values
ROOT_POA_NAME
public static final java.lang.String ROOT_POA_NAME
- See Also:
- Constant Field Values
ACTIVE
public static final int ACTIVE
- See Also:
- Constant Field Values
HOLDING
public static final int HOLDING
- See Also:
- Constant Field Values
DISCARDING
public static final int DISCARDING
- See Also:
- Constant Field Values
INACTIVE
public static final int INACTIVE
- See Also:
- Constant Field Values
DESTROYED
public static final int DESTROYED
- See Also:
- Constant Field Values
POAConstants
public POAConstants()