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_object
public 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 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
Copyright © 2021 JBoss by Red Hat. All rights reserved.