Package org.eclipse.net4j.util.om.trace
Class RemoteTraceHandler
java.lang.Object
org.eclipse.net4j.util.om.trace.RemoteTraceHandler
- All Implemented Interfaces:
OMTraceHandler
- Author:
- Eike Stepper
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRemoteTraceHandler
(String agentID) RemoteTraceHandler
(String agentID, String host) RemoteTraceHandler
(String agentID, String host, int port) -
Method Summary
Modifier and TypeMethodDescriptionclose()
protected Socket
connect()
void
traced
(OMTraceHandlerEvent event) static String
protected void
writeUTF
(DataOutputStream out, String str)
-
Field Details
-
DEFAULT_HOST
- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
-
Constructor Details
-
RemoteTraceHandler
- Throws:
IOException
-
RemoteTraceHandler
- Throws:
IOException
-
RemoteTraceHandler
- Throws:
IOException
-
RemoteTraceHandler
- Throws:
IOException
-
-
Method Details
-
close
-
traced
- Specified by:
traced
in interfaceOMTraceHandler
-
connect
- Throws:
IOException
-
writeUTF
- Throws:
IOException
-
uniqueAgentID
-