edu.iris.Fissures.IfNetwork
Class NetworkFinderPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfNetwork.NetworkFinderPOA
          extended by edu.iris.Fissures.IfNetwork.NetworkFinderPOATie
All Implemented Interfaces:
NetworkFinderOperations, org.omg.CORBA.portable.InvokeHandler

public class NetworkFinderPOATie
extends NetworkFinderPOA


Constructor Summary
NetworkFinderPOATie(NetworkFinderOperations delegate)
           
NetworkFinderPOATie(NetworkFinderOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 NetworkFinderOperations _delegate()
           
 void _delegate(NetworkFinderOperations delegate)
           
 NetworkAccess[] retrieve_all()
           
 NetworkAccess[] retrieve_by_code(java.lang.String code)
          Only returns reals.
 NetworkAccess retrieve_by_id(NetworkId id)
          Only returns reals.
 NetworkAccess[] retrieve_by_name(java.lang.String name)
           
 
Methods inherited from class edu.iris.Fissures.IfNetwork.NetworkFinderPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkFinderPOATie

public NetworkFinderPOATie(NetworkFinderOperations delegate)

NetworkFinderPOATie

public NetworkFinderPOATie(NetworkFinderOperations delegate,
                           org.omg.PortableServer.POA poa)
Method Detail

_delegate

public NetworkFinderOperations _delegate()

_delegate

public void _delegate(NetworkFinderOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

retrieve_by_id

public NetworkAccess retrieve_by_id(NetworkId id)
                             throws NetworkNotFound
Description copied from interface: NetworkFinderOperations
Only returns reals. Virtuals do not have a code

Throws:
NetworkNotFound

retrieve_by_code

public NetworkAccess[] retrieve_by_code(java.lang.String code)
                                 throws NetworkNotFound
Description copied from interface: NetworkFinderOperations
Only returns reals. Virtuals do not have a code

Throws:
NetworkNotFound

retrieve_by_name

public NetworkAccess[] retrieve_by_name(java.lang.String name)
                                 throws NetworkNotFound
Throws:
NetworkNotFound

retrieve_all

public NetworkAccess[] retrieve_all()