public abstract class CORBALogDomains extends Object
javax.enterprise.resource.corba.{ORBId}.{Log domain}
where {ORBId} is the ORB ID
of the ORB instance doing the logging.
The ORB implementation packages are mapped into these domains as follows:
Modifier and Type | Field and Description |
---|---|
static String |
NAMING |
static String |
NAMING_LIFECYCLE
Log domain for naming context creation and destruction.
|
static String |
NAMING_READ
Log domain for name service lookup.
|
static String |
NAMING_UPDATE
Log domain for name service bind, rebind, destroy, and other state change operations.
|
static String |
OA |
static String |
OA_INVOCATION
Log domain for object adapter request dispatch.
|
static String |
OA_IOR
Log domain for all IOR related code.
|
static String |
OA_LIFECYCLE
Log domain for creation, destruction, and state change of Object Adapters and related classes (e.g.
|
static String |
ORB |
static String |
ORB_LIFECYCLE
Log domain for ORB initialization, configuration, startup, and shutdown.
|
static String |
ORB_RESOLVER
Log domain for ORB client side name resolution and supporting functions such as INS.
|
static String |
ORBD |
static String |
ORBD_ACTIVATOR
Log domain for the ORBD activator function, which starts server instances on demand.
|
static String |
ORBD_LOCATOR
Log domain for the ORBD locator function, which forwards client requests to their current server incarnation.
|
static String |
ORBD_REPOSITORY
Log domain for the Implementation Repository.
|
static String |
ORBD_SERVERTOOL
Log domain for the servertool utilitiy used to update the implementation repository.
|
static String |
RMIIIOP |
static String |
RMIIIOP_DELEGATE
Log domain for the RMI-IIOP implementation in the Stub, Util, and PortableRemoteObject delegates.
|
static String |
RPC |
static String |
RPC_ENCODING
Log domain for any sort of wire encoding used in marshalling
|
static String |
RPC_PRESENTATION
Log domain for code directly implementing the CORBA API and the typecode/any machinery.
|
static String |
RPC_PROTOCOL
Log domain for the code used to handle any kind of invocation protocol.
|
static String |
RPC_TRANSPORT
Log domain for low-level transport details, which are independent of encoding and presentation details.
|
static String |
TOP_LEVEL_DOMAIN |
static String |
UTIL
Log domain for utility classes.
|
public static String TOP_LEVEL_DOMAIN
public static final String RPC
public static final String RPC_PRESENTATION
public static final String RPC_ENCODING
public static final String RPC_PROTOCOL
public static final String RPC_TRANSPORT
public static final String NAMING
public static final String NAMING_LIFECYCLE
public static final String NAMING_READ
public static final String NAMING_UPDATE
public static final String ORBD
public static final String ORBD_LOCATOR
public static final String ORBD_ACTIVATOR
public static final String ORBD_REPOSITORY
public static final String ORBD_SERVERTOOL
public static final String ORB
public static final String ORB_LIFECYCLE
public static final String ORB_RESOLVER
public static final String OA
public static final String OA_LIFECYCLE
public static final String OA_IOR
public static final String OA_INVOCATION
public static final String RMIIIOP
public static final String RMIIIOP_DELEGATE
public static final String UTIL
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.