org.eclipse.net4j.util.om.trace
Class RemoteTraceHandler
java.lang.Object
org.eclipse.net4j.util.om.trace.RemoteTraceHandler
- All Implemented Interfaces:
- OMTraceHandler
public class RemoteTraceHandler
- extends java.lang.Object
- implements OMTraceHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_HOST
public static final java.lang.String DEFAULT_HOST
- See Also:
- Constant Field Values
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
RemoteTraceHandler
public RemoteTraceHandler()
throws java.io.IOException
- Throws:
java.io.IOException
RemoteTraceHandler
public RemoteTraceHandler(java.lang.String agentID)
throws java.io.IOException
- Throws:
java.io.IOException
RemoteTraceHandler
public RemoteTraceHandler(java.lang.String agentID,
java.lang.String host)
throws java.io.IOException
- Throws:
java.io.IOException
RemoteTraceHandler
public RemoteTraceHandler(java.lang.String agentID,
java.lang.String host,
int port)
throws java.io.IOException
- Throws:
java.io.IOException
close
public java.lang.Exception close()
traced
public void traced(OMTraceHandlerEvent event)
- Specified by:
traced
in interface OMTraceHandler
connect
protected java.net.Socket connect()
throws java.io.IOException
- Throws:
java.io.IOException
writeUTF
protected void writeUTF(java.io.DataOutputStream out,
java.lang.String str)
throws java.io.IOException
- Throws:
java.io.IOException
uniqueAgentID
public static java.lang.String uniqueAgentID()