public class _ImplementationRepositoryStub extends ObjectImpl implements ImplementationRepository
Constructor and Description |
---|
_ImplementationRepositoryStub() |
Modifier and Type | Method and Description |
---|---|
String[] |
_ids() |
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) |
_create_request, _create_request, _duplicate, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public void register_poa(String name, String server, String host, int port) throws IllegalPOAName, DuplicatePOAName, UnknownServerName
register_poa
in interface RegistrationOperations
IllegalPOAName
DuplicatePOAName
UnknownServerName
public void release_server(String name) throws UnknownServerName
release_server
in interface AdminOperations
UnknownServerName
public HostInfo[] list_hosts()
list_hosts
in interface AdminOperations
public void unregister_host(String name) throws UnknownHostName
unregister_host
in interface AdminOperations
UnknownHostName
public void start_server(String name) throws ServerStartupFailed, UnknownServerName
start_server
in interface AdminOperations
ServerStartupFailed
UnknownServerName
public ServerInfo[] list_servers()
list_servers
in interface AdminOperations
public void shutdown(boolean _wait)
shutdown
in interface AdminOperations
public void save_server_table() throws FileOpFailed
save_server_table
in interface AdminOperations
FileOpFailed
public void hold_server(String name) throws UnknownServerName
hold_server
in interface AdminOperations
UnknownServerName
public ImRInfo get_imr_info()
get_imr_info
in interface RegistrationOperations
public ServerInfo get_server_info(String name) throws UnknownServerName
get_server_info
in interface AdminOperations
UnknownServerName
public void register_server(String name, String command, String host) throws IllegalServerName, DuplicateServerName
register_server
in interface AdminOperations
IllegalServerName
DuplicateServerName
public void unregister_server(String name) throws UnknownServerName
unregister_server
in interface AdminOperations
UnknownServerName
public void edit_server(String name, String command, String host) throws UnknownServerName
edit_server
in interface AdminOperations
UnknownServerName
public void register_host(HostInfo info) throws InvalidSSDRef, IllegalHostName
register_host
in interface RegistrationOperations
InvalidSSDRef
IllegalHostName
public void set_server_down(String name) throws UnknownServerName
set_server_down
in interface RegistrationOperations
UnknownServerName
Copyright © 2016 JacORB. All rights reserved.