public interface ActivatorOperations
Modifier and Type | Method and Description |
---|---|
void |
activate(int serverId) |
void |
active(int serverId,
Server serverObj) |
int[] |
getActiveServers() |
String[] |
getORBNames(int serverId) |
void |
install(int serverId) |
void |
registerEndpoints(int serverId,
String orbId,
EndPointInfo[] endPointInfo) |
void |
shutdown(int serverId) |
void |
uninstall(int serverId) |
void active(int serverId, Server serverObj) throws ServerNotRegistered
ServerNotRegistered
void registerEndpoints(int serverId, String orbId, EndPointInfo[] endPointInfo) throws ServerNotRegistered, NoSuchEndPoint, ORBAlreadyRegistered
int[] getActiveServers()
void activate(int serverId) throws ServerAlreadyActive, ServerNotRegistered, ServerHeldDown
void shutdown(int serverId) throws ServerNotActive, ServerNotRegistered
ServerNotActive
ServerNotRegistered
void install(int serverId) throws ServerNotRegistered, ServerHeldDown, ServerAlreadyInstalled
String[] getORBNames(int serverId) throws ServerNotRegistered
ServerNotRegistered
void uninstall(int serverId) throws ServerNotRegistered, ServerHeldDown, ServerAlreadyUninstalled
Copyright © 2017 JBoss by Red Hat. All rights reserved.