public class RepositoryPOATie extends RepositoryPOA
Constructor and Description |
---|
RepositoryPOATie(RepositoryOperations delegate) |
RepositoryPOATie(RepositoryOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
RepositoryOperations |
_delegate() |
void |
_delegate(RepositoryOperations delegate) |
String[] |
getApplicationNames() |
ServerDef |
getServer(int serverId) |
int |
getServerID(String applicationName) |
void |
install(int serverId) |
boolean |
isInstalled(int serverId) |
int[] |
listRegisteredServers() |
int |
registerServer(ServerDef serverDef) |
void |
uninstall(int serverId) |
void |
unregisterServer(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 RepositoryPOATie(RepositoryOperations delegate)
public RepositoryPOATie(RepositoryOperations delegate, POA poa)
public RepositoryOperations _delegate()
public void _delegate(RepositoryOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public int registerServer(ServerDef serverDef) throws ServerAlreadyRegistered, BadServerDefinition
public void unregisterServer(int serverId) throws ServerNotRegistered
ServerNotRegistered
public ServerDef getServer(int serverId) throws ServerNotRegistered
ServerNotRegistered
public boolean isInstalled(int serverId) throws ServerNotRegistered
ServerNotRegistered
public void install(int serverId) throws ServerNotRegistered, ServerAlreadyInstalled
public void uninstall(int serverId) throws ServerNotRegistered, ServerAlreadyUninstalled
public int[] listRegisteredServers()
public String[] getApplicationNames()
public int getServerID(String applicationName) throws ServerNotRegistered
ServerNotRegistered
Copyright © 2016 JBoss by Red Hat. All rights reserved.