edu.iris.Fissures.IfNetwork
Class NetworkExplorerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfNetwork.NetworkExplorerPOA
          extended by edu.iris.Fissures.IfNetwork.NetworkExplorerPOATie
All Implemented Interfaces:
NetworkExplorerOperations, org.omg.CORBA.portable.InvokeHandler

public class NetworkExplorerPOATie
extends NetworkExplorerPOA


Constructor Summary
NetworkExplorerPOATie(NetworkExplorerOperations delegate)
           
NetworkExplorerPOATie(NetworkExplorerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 NetworkExplorerOperations _delegate()
           
 void _delegate(NetworkExplorerOperations delegate)
           
 ChannelId[][] locate_all(Area the_area, int seq_max, ChannelGroupIterHolder iter)
           
 ChannelId[][] locate_by_sampling(Area the_area, SamplingRange sampling, int seq_max, ChannelGroupIterHolder iter)
           
 ChannelId[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation, int seq_max, ChannelIdIterHolder iter)
           
 Channel retrieve_channel(ChannelId a_channel)
           
 ChannelId[] retrieve_grouping(ChannelId a_channel)
           
 
Methods inherited from class edu.iris.Fissures.IfNetwork.NetworkExplorerPOA
_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

NetworkExplorerPOATie

public NetworkExplorerPOATie(NetworkExplorerOperations delegate)

NetworkExplorerPOATie

public NetworkExplorerPOATie(NetworkExplorerOperations delegate,
                             org.omg.PortableServer.POA poa)
Method Detail

_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