public class LoggingService
extends Object
The Java Logging framework does not (apparently) load the configuration file
from the jar without some work, which is performed in this class.
This bean should be one of the first beans configured.
Stream.OPEN, Data.OK, Code.NONE -- The Login has been accepted by the
provider. The consumer application
established the Login event stream.
Stream.OPEN, Data.SUSPECT -- The connection is down or login is pending on
all connections.
Stream.CLOSED, Code. NOT_ENTITLED -- The Login failed. If the provider did
not accept Login credentials, it will
set the Code to NOT_ENTITLED.
Stream.CLOSED Code.[TBD] -- The Login can fail for other reasons, for
example, a timeout occurred on the network while
processing the request. In this case, the Code
will be set accordingly. An application can
determine how to proceed based on the Code. Refer
to Table 35 for the Code definitions.
- Author:
- Support
- See Also:
section 10.2.6.3.3