public abstract class AbstractServerConfiguration extends Object implements ServerConfiguration
| Modifier and Type | Method and Description |
|---|---|
Properties |
getJndiProperties()
Get the JNDI properties required by clients to connect to this server.
|
InvokerLocator |
getLocator() |
String |
getName() |
String[] |
getPeers() |
String |
getProductInfo() |
Properties |
getProperties()
Gets the server properties.
|
SecurityDomain[] |
getSecurityDomains() |
Map<String,String> |
getServiceBindings() |
String |
getStreamingLocator() |
Version |
getVersion() |
abstract void |
install()
Installs the given configuration on the running framework.
|
void |
setJndiProperties(Properties jndiProperties) |
void |
setPeers(String[] peers) |
void |
setProperties(Properties properties) |
void |
setSecurityDomains(SecurityDomain[] domains) |
void |
setServiceBindings(Map<String,String> bindings) |
void |
setStreamingLocator(String locator) |
public InvokerLocator getLocator()
getLocator in interface ServerConfigurationpublic String getName()
getName in interface ServerConfigurationpublic Version getVersion()
getVersion in interface ServerConfigurationpublic String getProductInfo()
getProductInfo in interface ServerConfigurationpublic Properties getProperties()
ServerConfigurationgetProperties in interface ServerConfigurationpublic void setProperties(Properties properties)
public SecurityDomain[] getSecurityDomains()
public void setSecurityDomains(SecurityDomain[] domains)
public String getStreamingLocator()
public void setStreamingLocator(String locator)
public String[] getPeers()
getPeers in interface ServerConfigurationpublic void setPeers(String[] peers)
public Properties getJndiProperties()
ServerConfigurationgetJndiProperties in interface ServerConfigurationpublic void setJndiProperties(Properties jndiProperties)
public abstract void install()
throws Exception
ServerConfigurationinstall in interface ServerConfigurationException - if any exception occursCopyright © 2012 Nuxeo SA. All Rights Reserved.