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_object
public 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 Servant
default_POA
the POA associated with the
Servant
.public void active(int serverId, Server serverObj) throws ServerNotRegistered
ServerNotRegistered
public 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
ServerNotActive
ServerNotRegistered
public void install(int serverId) throws ServerNotRegistered, ServerHeldDown, ServerAlreadyInstalled
public String[] getORBNames(int serverId) throws ServerNotRegistered
ServerNotRegistered
public 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
NoSuchEndPoint
public int getServerPortForType(ServerLocationPerORB location, String endPointType) throws NoSuchEndPoint
NoSuchEndPoint
Copyright © 2019 JBoss by Red Hat. All rights reserved.