Fields Summary |
---|
public static String | TOP_LEVEL_DOMAIN |
public static final String | RPC |
public static final String | RPC_PRESENTATIONLog domain for code directly implementing the CORBA API and
the typecode/any machinery. |
public static final String | RPC_ENCODINGLog domain for any sort of wire encoding used in marshalling |
public static final String | RPC_PROTOCOLLog domain for the code used to handle any kind of invocation
protocol. This includes client and server delegates, client and
server request dispatchers, service contexts, portable interceptors,
and the GIOP protocol (but not CDR representation of data). |
public static final String | RPC_TRANSPORTLog domain for low-level transport details, which are
independent of encoding and presentation details. This
includes selectors, acceptors, connections, connection management,
and any other transport management functions. |
public static final String | NAMING |
public static final String | NAMING_LIFECYCLELog domain for naming context creation and destruction. |
public static final String | NAMING_READLog domain for name service lookup. |
public static final String | NAMING_UPDATELog domain for name service bind, rebind, destroy, and other state
change operations. |
public static final String | ORBD |
public static final String | ORBD_LOCATORLog domain for the ORBD locator function, which forwards
client requests to their current server incarnation. |
public static final String | ORBD_ACTIVATORLog domain for the ORBD activator function, which starts
server instances on demand. |
public static final String | ORBD_REPOSITORYLog domain for the Implementation Repository. |
public static final String | ORBD_SERVERTOOLLog domain for the servertool utilitiy used to update the
implementation repository. |
public static final String | ORB |
public static final String | ORB_LIFECYCLELog domain for ORB initialization, configuration, startup,
and shutdown. |
public static final String | ORB_RESOLVERLog domain for ORB client side name resolution and supporting
functions such as INS. |
public static final String | OA |
public static final String | OA_LIFECYCLELog domain for creation, destruction, and state change of
Object Adapters and related classes (e.g. POAManager). |
public static final String | OA_IORLog domain for all IOR related code. |
public static final String | OA_INVOCATIONLog domain for object adapter request dispatch. |
public static final String | RMIIIOP |
public static final String | RMIIIOP_DELEGATELog domain for the RMI-IIOP implementation in the Stub, Util, and
PortableRemoteObject delegates. |
public static final String | UTILLog domain for utility classes. |