Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.config
Interface ServerConfiguration

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractServerConfiguration, ServerConfiguration1

public interface ServerConfiguration
extends Serializable

Author:
Bogdan Stefanescu

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.
 Version getVersion()
           
 void install()
          Installs the given configuration on the running framework.
 

Method Detail

getName

String getName()

getVersion

Version getVersion()

getProductInfo

String getProductInfo()

getPeers

String[] getPeers()

getLocator

InvokerLocator getLocator()

getProperties

Properties getProperties()
Gets the server properties.

Returns:
the server properties

getJndiProperties

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


install

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

Throws:
Exception - if any exception occurs

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.