Class VirtualAddressAgentImpl.AddressParser

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _host  
      private int _port  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AddressParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void complete()
      Override this method if there is some needed initialization that takes place after argument parsing.
      PropertyParser makeParser()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _host

        private java.lang.String _host
      • _port

        private int _port
    • Constructor Detail

      • AddressParser

        private AddressParser()