public class SocketNode
extends java.lang.Object
implements java.lang.Runnable
IAccessEvent objects sent from a remote client using Sockets
(TCP). These logging events are logged according to local policy, as if they
were generated locally.
For example, the socket node might decide to log events to a local file and also resent them to a second socket node.
| Modifier and Type | Field and Description |
|---|---|
(package private) AccessContext |
context |
(package private) java.io.ObjectInputStream |
ois |
(package private) java.net.Socket |
socket |
| Constructor and Description |
|---|
SocketNode(java.net.Socket socket,
AccessContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
java.net.Socket socket
AccessContext context
java.io.ObjectInputStream ois
public SocketNode(java.net.Socket socket,
AccessContext context)