Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
connection accepted by server ORB event
glassfish:orb:inboundconnection:inboundConnectionOpened ( java.lang.String acceptor, java.lang.String connection)
This event is sent whenever a server object request broker (ORB) accepts a Transmission Control Protocol (TCP) connection that a client ORB has opened. The client ORB opens a connection when preparing to send a request to the server ORB.
After the connection is opened, the connection is cached and remains open until either of the following happens:
A communications failure occurs.
The number of connections in the inbound connection cache exceeds the ORB high water mark and the connection is the least recently used cached connection in the inbound cache. In this situation, the connection is closed.
acceptor
The server ORB object. This object represents the end point to which the connection refers and contains the TCP port on which the server ORB listens for requests.
connection
The client ORB object. This object represents the TCP connection that the server ORB accepted.