Class Transport


  • public class Transport
    extends java.lang.Object
    • Constructor Detail

      • Transport

        public Transport()
      • Transport

        public Transport​(BusAddress address)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • Transport

        public Transport​(java.lang.String address)
                  throws java.io.IOException,
                         java.text.ParseException
        Throws:
        java.io.IOException
        java.text.ParseException
      • Transport

        public Transport​(java.lang.String address,
                         int timeout)
                  throws java.io.IOException,
                         java.text.ParseException
        Throws:
        java.io.IOException
        java.text.ParseException
    • Method Detail

      • genGUID

        public static java.lang.String genGUID()
      • connect

        public void connect​(java.lang.String address)
                     throws java.io.IOException,
                            java.text.ParseException
        Throws:
        java.io.IOException
        java.text.ParseException
      • connect

        public void connect​(java.lang.String address,
                            int timeout)
                     throws java.io.IOException,
                            java.text.ParseException
        Throws:
        java.io.IOException
        java.text.ParseException
      • connect

        public void connect​(BusAddress address)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • connect

        public void connect​(BusAddress address,
                            int timeout)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • disconnect

        public void disconnect()
                        throws java.io.IOException
        Throws:
        java.io.IOException