Class VirtualAddressAgentImpl.AddressParser
java.lang.Object
com.sun.corba.ee.spi.orb.ParserImplBase
com.sun.corba.ee.impl.plugin.hwlb.VirtualAddressAgentImpl.AddressParser
- Enclosing class:
VirtualAddressAgentImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
complete()
Override this method if there is some needed initialization that takes place after argument parsing.Methods inherited from class com.sun.corba.ee.spi.orb.ParserImplBase
init, setFields
-
Field Details
-
_host
-
_port
private int _port
-
-
Constructor Details
-
AddressParser
private AddressParser()
-
-
Method Details
-
makeParser
- Specified by:
makeParser
in classParserImplBase
-
complete
protected void complete()Description copied from class:ParserImplBase
Override this method if there is some needed initialization that takes place after argument parsing.- Overrides:
complete
in classParserImplBase
-