public class NetworkFinderPOATie extends NetworkFinderPOA
| Constructor and Description |
|---|
NetworkFinderPOATie(NetworkFinderOperations delegate) |
NetworkFinderPOATie(NetworkFinderOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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) |
_all_interfaces, _invoke, _this, _thispublic NetworkFinderPOATie(NetworkFinderOperations delegate)
public NetworkFinderPOATie(NetworkFinderOperations delegate, org.omg.PortableServer.POA poa)
public NetworkFinderOperations _delegate()
public void _delegate(NetworkFinderOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic NetworkAccess retrieve_by_id(NetworkId id) throws NetworkNotFound
NetworkFinderOperationsNetworkNotFoundpublic NetworkAccess[] retrieve_by_code(java.lang.String code) throws NetworkNotFound
NetworkFinderOperationsNetworkNotFoundpublic NetworkAccess[] retrieve_by_name(java.lang.String name) throws NetworkNotFound
NetworkNotFoundpublic NetworkAccess[] retrieve_all()