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 ServerConfiguration
public String getName()
getName
in interface ServerConfiguration
public Version getVersion()
getVersion
in interface ServerConfiguration
public String getProductInfo()
getProductInfo
in interface ServerConfiguration
public Properties getProperties()
ServerConfiguration
getProperties
in interface ServerConfiguration
public 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 ServerConfiguration
public void setPeers(String[] peers)
public Properties getJndiProperties()
ServerConfiguration
getJndiProperties
in interface ServerConfiguration
public void setJndiProperties(Properties jndiProperties)
public abstract void install() throws Exception
ServerConfiguration
install
in interface ServerConfiguration
Exception
- if any exception occursCopyright © 2011 Nuxeo SA. All Rights Reserved.