equip.net
Class SimpleTCPMonikerImpl
java.lang.Object
equip.runtime.Object
equip.runtime.ValueBase
equip.net.Moniker
equip.net.SimpleMoniker
equip.net.SimpleTCPMoniker
equip.net.SimpleTCPMonikerImpl
- All Implemented Interfaces:
- java.lang.Cloneable
- public class SimpleTCPMonikerImpl
- extends SimpleTCPMoniker
Implementation of IDL'd class SimpleTCPMoniker
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTCPMonikerImpl
public SimpleTCPMonikerImpl()
initFromPort
public void initFromPort(short port)
- Description copied from class:
SimpleTCPMoniker
- initialisation helper
- Specified by:
initFromPort in class SimpleTCPMoniker
initFromHost
public void initFromHost(java.lang.String host,
short port)
- Description copied from class:
SimpleTCPMoniker
- initialisation helper
- Specified by:
initFromHost in class SimpleTCPMoniker
initFromAddr
public void initFromAddr(int addr,
short port)
- Description copied from class:
SimpleTCPMoniker
- initialisation helper
- Specified by:
initFromAddr in class SimpleTCPMoniker
resolve
public SimpleMoniker resolve()
- Description copied from class:
Moniker
- convert to simple moniker when ready to use
- Specified by:
resolve in class Moniker