equip.net
Class SimpleUDPMonikerImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.net.Moniker
              extended byequip.net.SimpleMoniker
                  extended byequip.net.SimpleUDPMoniker
                      extended byequip.net.SimpleUDPMonikerImpl
All Implemented Interfaces:
java.lang.Cloneable

public class SimpleUDPMonikerImpl
extends SimpleUDPMoniker

Implementation of IDL'd class SimpleUDPMoniker


Field Summary
 
Fields inherited from class equip.net.SimpleUDPMoniker
addr, encoding, port
 
Constructor Summary
SimpleUDPMonikerImpl()
           
 
Method Summary
 void initFromAddr(int addr, short port)
          initialisation helper
 void initFromHost(java.lang.String host, short port)
          initialisation helper
 void initFromPort(short port)
          initialisation helper
 SimpleMoniker resolve()
          convert to simple moniker when ready to use
 
Methods inherited from class equip.net.SimpleUDPMoniker
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.net.SimpleMoniker
_equals_helper, _matches_helper
 
Methods inherited from class equip.net.Moniker
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUDPMonikerImpl

public SimpleUDPMonikerImpl()
Method Detail

initFromPort

public void initFromPort(short port)
Description copied from class: SimpleUDPMoniker
initialisation helper

Specified by:
initFromPort in class SimpleUDPMoniker

initFromHost

public void initFromHost(java.lang.String host,
                         short port)
Description copied from class: SimpleUDPMoniker
initialisation helper

Specified by:
initFromHost in class SimpleUDPMoniker

initFromAddr

public void initFromAddr(int addr,
                         short port)
Description copied from class: SimpleUDPMoniker
initialisation helper

Specified by:
initFromAddr in class SimpleUDPMoniker

resolve

public SimpleMoniker resolve()
Description copied from class: Moniker
convert to simple moniker when ready to use

Specified by:
resolve in class Moniker