Package com.sun.corba.se.spi.logging
Class CORBALogDomains
java.lang.Object
com.sun.corba.se.spi.logging.CORBALogDomains
Defines constants for all of the logging domains used in the ORB.
Note that this is the suffix to the log domain. The full domain is given by
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:
- activation: orbd.*
- corba: rpc.presentation (CORBA API, typecode/any), oa.invocation (DII)
- core: service context code in rpc.protocol (will eventually move to its own package)
- dynamicany: rpc.presentation
- encoding: rpc.encoding
- iiop: rmiiop.delegate (ShutdownUtilDelegate needs to move somewhere)
- interceptors: rpc.protocol
- io: rpc.encoding
- ior: oa.ior
- javax: rmiiiop.delegate
- logging: logging does not have a domain
- naming: naming
- oa: oa
- orb: orb.lifecycle
- orbutil: util
- protocol: rpc.protocol
- resolver: orb.resolver
- transport: rpc.transport
- txpoa: this will be removed in the future.
- util: util
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringLog domain for naming context creation and destruction.static final StringLog domain for name service lookup.static final StringLog domain for name service bind, rebind, destroy, and other state change operations.static final Stringstatic final StringLog domain for object adapter request dispatch.static final StringLog domain for all IOR related code.static final StringLog domain for creation, destruction, and state change of Object Adapters and related classes (e.g.static final Stringstatic final StringLog domain for ORB initialization, configuration, startup, and shutdown.static final StringLog domain for ORB client side name resolution and supporting functions such as INS.static final Stringstatic final StringLog domain for the ORBD activator function, which starts server instances on demand.static final StringLog domain for the ORBD locator function, which forwards client requests to their current server incarnation.static final StringLog domain for the Implementation Repository.static final StringLog domain for the servertool utilitiy used to update the implementation repository.static final Stringstatic final StringLog domain for the RMI-IIOP implementation in the Stub, Util, and PortableRemoteObject delegates.static final Stringstatic final StringLog domain for any sort of wire encoding used in marshallingstatic final StringLog domain for code directly implementing the CORBA API and the typecode/any machinery.static final StringLog domain for the code used to handle any kind of invocation protocol.static final StringLog domain for low-level transport details, which are independent of encoding and presentation details.static final Stringstatic final StringLog domain for utility classes. -
Method Summary
-
Field Details
-
TOP_LEVEL_DOMAIN
- See Also:
-
RPC
- See Also:
-
RPC_PRESENTATION
Log domain for code directly implementing the CORBA API and the typecode/any machinery.- See Also:
-
RPC_ENCODING
Log domain for any sort of wire encoding used in marshalling- See Also:
-
RPC_PROTOCOL
Log 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).- See Also:
-
RPC_TRANSPORT
Log 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.- See Also:
-
NAMING
- See Also:
-
NAMING_LIFECYCLE
Log domain for naming context creation and destruction.- See Also:
-
NAMING_READ
Log domain for name service lookup.- See Also:
-
NAMING_UPDATE
Log domain for name service bind, rebind, destroy, and other state change operations.- See Also:
-
ORBD
- See Also:
-
ORBD_LOCATOR
Log domain for the ORBD locator function, which forwards client requests to their current server incarnation.- See Also:
-
ORBD_ACTIVATOR
Log domain for the ORBD activator function, which starts server instances on demand.- See Also:
-
ORBD_REPOSITORY
Log domain for the Implementation Repository.- See Also:
-
ORBD_SERVERTOOL
Log domain for the servertool utilitiy used to update the implementation repository.- See Also:
-
ORB
- See Also:
-
ORB_LIFECYCLE
Log domain for ORB initialization, configuration, startup, and shutdown.- See Also:
-
ORB_RESOLVER
Log domain for ORB client side name resolution and supporting functions such as INS.- See Also:
-
OA
- See Also:
-
OA_LIFECYCLE
Log domain for creation, destruction, and state change of Object Adapters and related classes (e.g. POAManager).- See Also:
-
OA_IOR
Log domain for all IOR related code.- See Also:
-
OA_INVOCATION
Log domain for object adapter request dispatch.- See Also:
-
RMIIIOP
- See Also:
-
RMIIIOP_DELEGATE
Log domain for the RMI-IIOP implementation in the Stub, Util, and PortableRemoteObject delegates.- See Also:
-
UTIL
Log domain for utility classes.- See Also:
-