Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.config
Interface ServerConfiguration

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractServerConfiguration, ServerConfiguration1

public interface ServerConfiguration
extends java.io.Serializable

Author:
Bogdan Stefanescu

Method Summary
 java.util.Properties getJndiProperties()
          Get the JNDI properties required by clients to connect to this server.
 InvokerLocator getLocator()
           
 java.lang.String getName()
           
 java.lang.String[] getPeers()
           
 java.lang.String getProductInfo()
           
 java.util.Properties getProperties()
          Gets the server properties.
 Version getVersion()
           
 void install()
          Installs the given configuration on the running framework.
 

Method Detail

getName

java.lang.String getName()

getVersion

Version getVersion()

getProductInfo

java.lang.String getProductInfo()

getPeers

java.lang.String[] getPeers()

getLocator

InvokerLocator getLocator()

getProperties

java.util.Properties getProperties()
Gets the server properties.

Returns:
the server properties

getJndiProperties

java.util.Properties getJndiProperties()
Get the JNDI properties required by clients to connect to this server.


install

void install()
             throws java.lang.Exception
Installs the given configuration on the running framework.

Throws:
java.lang.Exception - if any exception occurs

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.