public class ServerManagerPOATie extends ServerManagerPOA
| Constructor and Description |
|---|
ServerManagerPOATie(ServerManagerOperations delegate) |
ServerManagerPOATie(ServerManagerOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
ServerManagerOperations |
_delegate() |
void |
_delegate(ServerManagerOperations delegate) |
void |
activate(int serverId) |
void |
active(int serverId,
Server serverObj) |
int[] |
getActiveServers() |
int |
getEndpoint(String endPointType) |
String[] |
getORBNames(int serverId) |
int |
getServerPortForType(ServerLocationPerORB location,
String endPointType) |
void |
install(int serverId) |
ServerLocation |
locateServer(int serverId,
String endPoint) |
ServerLocationPerORB |
locateServerForORB(int serverId,
String orbId) |
void |
registerEndpoints(int serverId,
String orbId,
EndPointInfo[] endPointInfo) |
void |
shutdown(int serverId) |
void |
uninstall(int serverId) |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ServerManagerPOATie(ServerManagerOperations delegate)
public ServerManagerPOATie(ServerManagerOperations delegate, POA poa)
public ServerManagerOperations _delegate()
public void _delegate(ServerManagerOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
Servant.public void active(int serverId,
Server serverObj)
throws ServerNotRegistered
ServerNotRegisteredpublic void registerEndpoints(int serverId,
String orbId,
EndPointInfo[] endPointInfo)
throws ServerNotRegistered,
NoSuchEndPoint,
ORBAlreadyRegistered
public int[] getActiveServers()
public void activate(int serverId)
throws ServerAlreadyActive,
ServerNotRegistered,
ServerHeldDown
public void shutdown(int serverId)
throws ServerNotActive,
ServerNotRegistered
ServerNotActiveServerNotRegisteredpublic void install(int serverId)
throws ServerNotRegistered,
ServerHeldDown,
ServerAlreadyInstalled
public String[] getORBNames(int serverId) throws ServerNotRegistered
ServerNotRegisteredpublic void uninstall(int serverId)
throws ServerNotRegistered,
ServerHeldDown,
ServerAlreadyUninstalled
public ServerLocation locateServer(int serverId, String endPoint) throws NoSuchEndPoint, ServerNotRegistered, ServerHeldDown
public ServerLocationPerORB locateServerForORB(int serverId, String orbId) throws InvalidORBid, ServerNotRegistered, ServerHeldDown
public int getEndpoint(String endPointType) throws NoSuchEndPoint
NoSuchEndPointpublic int getServerPortForType(ServerLocationPerORB location, String endPointType) throws NoSuchEndPoint
NoSuchEndPointCopyright © 2018 JBoss by Red Hat. All rights reserved.