public class NetworkExplorerPOATie extends NetworkExplorerPOA
| Constructor and Description |
|---|
NetworkExplorerPOATie(NetworkExplorerOperations delegate) |
NetworkExplorerPOATie(NetworkExplorerOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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) |
_all_interfaces, _invoke, _this, _thispublic NetworkExplorerPOATie(NetworkExplorerOperations delegate)
public NetworkExplorerPOATie(NetworkExplorerOperations delegate, org.omg.PortableServer.POA poa)
public NetworkExplorerOperations _delegate()
public void _delegate(NetworkExplorerOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic ChannelId[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation, int seq_max, ChannelIdIterHolder iter)
public ChannelId[][] locate_by_sampling(Area the_area, SamplingRange sampling, int seq_max, ChannelGroupIterHolder iter)
public ChannelId[][] locate_all(Area the_area, int seq_max, ChannelGroupIterHolder iter)
public Channel retrieve_channel(ChannelId a_channel) throws ChannelNotFound
ChannelNotFoundpublic ChannelId[] retrieve_grouping(ChannelId a_channel) throws ChannelNotFound
ChannelNotFound