edu.iris.Fissures.IfNetwork
Class NetworkExplorerPOATie
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfNetwork.NetworkExplorerPOA
edu.iris.Fissures.IfNetwork.NetworkExplorerPOATie
- All Implemented Interfaces:
- NetworkExplorerOperations, org.omg.CORBA.portable.InvokeHandler
public class NetworkExplorerPOATie
- extends NetworkExplorerPOA
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 |
NetworkExplorerPOATie
public NetworkExplorerPOATie(NetworkExplorerOperations delegate)
NetworkExplorerPOATie
public NetworkExplorerPOATie(NetworkExplorerOperations delegate,
org.omg.PortableServer.POA poa)
_delegate
public NetworkExplorerOperations _delegate()
_delegate
public void _delegate(NetworkExplorerOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA
in class org.omg.PortableServer.Servant
locate_channels
public ChannelId[] locate_channels(Area the_area,
SamplingRange sampling,
OrientationRange orientation,
int seq_max,
ChannelIdIterHolder iter)
locate_by_sampling
public ChannelId[][] locate_by_sampling(Area the_area,
SamplingRange sampling,
int seq_max,
ChannelGroupIterHolder iter)
locate_all
public ChannelId[][] locate_all(Area the_area,
int seq_max,
ChannelGroupIterHolder iter)
retrieve_channel
public Channel retrieve_channel(ChannelId a_channel)
throws ChannelNotFound
- Throws:
ChannelNotFound
retrieve_grouping
public ChannelId[] retrieve_grouping(ChannelId a_channel)
throws ChannelNotFound
- Throws:
ChannelNotFound