equip.net
Class TraderMonikerImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.net.Moniker
              extended byequip.net.TraderMoniker
                  extended byequip.net.TraderMonikerImpl
All Implemented Interfaces:
java.lang.Cloneable

public class TraderMonikerImpl
extends TraderMoniker

Implementation of IDL'd class TraderMoniker


Field Summary
 
Fields inherited from class equip.net.TraderMoniker
classname, name, trader
 
Constructor Summary
TraderMonikerImpl()
           
 
Method Summary
 boolean rebind(Moniker proxyMoniker)
          Ask moniker to contact the specific trader and (re)register itself.
 SimpleMoniker resolve()
          convert to simple moniker when ready to use
 
Methods inherited from class equip.net.TraderMoniker
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
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

TraderMonikerImpl

public TraderMonikerImpl()
Method Detail

rebind

public boolean rebind(Moniker proxyMoniker)
Description copied from class: TraderMoniker
Ask moniker to contact the specific trader and (re)register itself.

Specified by:
rebind in class TraderMoniker
Returns:
true = ok

resolve

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

Specified by:
resolve in class Moniker