Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
connection closed by client ORB event
glassfish:orb:outboundconnection:outboundConnectionClosed ( java.lang.String contactInfo, java.lang.String connection)
This event is sent whenever a client object request broker (ORB) closes a Transmission Control Protocol (TCP) connection to a server ORB object. When a client ORB closes a connection, the connection is removed from the cache.
A client ORB originates requests to a server ORB. A server ORB accepts requests from a client ORB.
contactInfo
The server ORB object. This object represents the remote end point to which the connection refers. This object contains the host and port of the remote end point.
connection
The client ORB object. This object represents the TCP connection that the client ORB closed.