edu.iris.Fissures.IfNetwork
Class NetworkFinderPOATie
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfNetwork.NetworkFinderPOA
edu.iris.Fissures.IfNetwork.NetworkFinderPOATie
- All Implemented Interfaces:
- NetworkFinderOperations, org.omg.CORBA.portable.InvokeHandler
public class NetworkFinderPOATie
- extends NetworkFinderPOA
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 |
NetworkFinderPOATie
public NetworkFinderPOATie(NetworkFinderOperations delegate)
NetworkFinderPOATie
public NetworkFinderPOATie(NetworkFinderOperations delegate,
org.omg.PortableServer.POA poa)
_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()