|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.config.AbstractServerConfiguration
public abstract class AbstractServerConfiguration
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
ServerConfiguration
getProperties in interface ServerConfigurationpublic void setProperties(Properties properties)
public Map<String,String> getServiceBindings()
public void setServiceBindings(Map<String,String> bindings)
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()
ServerConfiguration
getJndiProperties in interface ServerConfigurationpublic void setJndiProperties(Properties jndiProperties)
public abstract void install()
throws Exception
ServerConfiguration
install in interface ServerConfigurationException - if any exception occurs
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||