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()
Returns list of ALL applicationNames defined in ServerDefs of registered
servers.
|
ServerDef |
getServer(String serverId)
get server definition
|
String |
getServerID(String applicationName)
Find the ServerID associated with the given application name.
|
void |
install(String serverId)
Mark the server as being installed.
|
boolean |
isInstalled(String serverId)
Return whether the server has been installed
|
String[] |
listRegisteredServers()
list registered servers
|
String |
registerServer(ServerDef serverDef)
register server definition.
|
void |
uninstall(String serverId)
Mark the server as being uninstalled.
|
void |
unregisterServer(String serverId)
unregister server definition
|
_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 String registerServer(ServerDef serverDef) throws ServerAlreadyRegistered, BadServerDefinition
public void unregisterServer(String serverId) throws ServerNotRegistered
ServerNotRegistered
public ServerDef getServer(String serverId) throws ServerNotRegistered
ServerNotRegistered
public boolean isInstalled(String serverId) throws ServerNotRegistered
ServerNotRegistered
public void install(String serverId) throws ServerNotRegistered, ServerAlreadyInstalled
public void uninstall(String serverId) throws ServerNotRegistered, ServerAlreadyUninstalled
public String[] listRegisteredServers()
public String[] getApplicationNames()
public String getServerID(String applicationName) throws ServerNotRegistered
ServerNotRegistered
Copyright © 2019 JBoss by Red Hat. All rights reserved.