public class ActivatorPOATie extends ActivatorPOA
| Constructor and Description |
|---|
ActivatorPOATie(ActivatorOperations delegate) |
ActivatorPOATie(ActivatorOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
ActivatorOperations |
_delegate() |
void |
_delegate(ActivatorOperations delegate) |
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) |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ActivatorPOATie(ActivatorOperations delegate)
public ActivatorPOATie(ActivatorOperations delegate, POA poa)
public ActivatorOperations _delegate()
public void _delegate(ActivatorOperations 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
Copyright © 2018 JBoss by Red Hat. All rights reserved.