public class ImplementationRepositoryPOATie extends ImplementationRepositoryPOA
| Constructor and Description |
|---|
ImplementationRepositoryPOATie(ImplementationRepositoryOperations delegate) |
ImplementationRepositoryPOATie(ImplementationRepositoryOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
ImplementationRepositoryOperations |
_delegate() |
void |
_delegate(ImplementationRepositoryOperations delegate) |
ImplementationRepository |
_this() |
ImplementationRepository |
_this(ORB orb) |
void |
edit_server(String name,
String command,
String host) |
ImRInfo |
get_imr_info() |
ServerInfo |
get_server_info(String name) |
void |
hold_server(String name) |
HostInfo[] |
list_hosts() |
ServerInfo[] |
list_servers() |
void |
register_host(HostInfo info) |
void |
register_poa(String name,
String server,
String host,
int port) |
void |
register_server(String name,
String command,
String host) |
void |
release_server(String name) |
void |
save_server_table() |
void |
set_server_down(String name) |
void |
shutdown(boolean _wait) |
void |
start_server(String name) |
void |
unregister_host(String name) |
void |
unregister_server(String name) |
_all_interfaces, _invoke_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ImplementationRepositoryPOATie(ImplementationRepositoryOperations delegate)
public ImplementationRepositoryPOATie(ImplementationRepositoryOperations delegate, POA poa)
public ImplementationRepository _this()
_this in class ImplementationRepositoryPOApublic ImplementationRepository _this(ORB orb)
_this in class ImplementationRepositoryPOApublic ImplementationRepositoryOperations _delegate()
public void _delegate(ImplementationRepositoryOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic void register_poa(String name, String server, String host, int port) throws IllegalPOAName, DuplicatePOAName, UnknownServerName
public void release_server(String name) throws UnknownServerName
UnknownServerNamepublic HostInfo[] list_hosts()
public void unregister_host(String name) throws UnknownHostName
UnknownHostNamepublic void start_server(String name) throws ServerStartupFailed, UnknownServerName
ServerStartupFailedUnknownServerNamepublic ServerInfo[] list_servers()
public void shutdown(boolean _wait)
public void save_server_table()
throws FileOpFailed
FileOpFailedpublic void hold_server(String name) throws UnknownServerName
UnknownServerNamepublic ImRInfo get_imr_info()
public ServerInfo get_server_info(String name) throws UnknownServerName
UnknownServerNamepublic void register_server(String name, String command, String host) throws IllegalServerName, DuplicateServerName
IllegalServerNameDuplicateServerNamepublic void unregister_server(String name) throws UnknownServerName
UnknownServerNamepublic void edit_server(String name, String command, String host) throws UnknownServerName
UnknownServerNamepublic void register_host(HostInfo info) throws InvalidSSDRef, IllegalHostName
InvalidSSDRefIllegalHostNamepublic void set_server_down(String name) throws UnknownServerName
UnknownServerNameCopyright © 2017 JacORB. All rights reserved.