Class RemoteTraceHandler

    • Constructor Detail

      • 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
    • Method Detail

      • close

        public java.lang.Exception close()
      • 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()