org.ow2.cmi.controller.server
Interface IServerConfig

All Superinterfaces:
IConfig

public interface IServerConfig
extends IConfig

Extend the way to configure a CMI server.

Author:
Loris Bouzonnet

Method Summary
 void addLocalFilters(IFilter[] filters)
          Add local filters.
 java.lang.String getDeployDirectory()
          Get the deploy directory.
 boolean isProtocolAdded()
           
 void setDeployDirectory(java.lang.String deployDirectory)
          Get the deploy directory.
 
Methods inherited from interface org.ow2.cmi.controller.common.IConfig
addInterceptors, getClientProviderName, getComponents, getConfDir, getDummyRegistryName, getMbeanDomainName, getMbeanName, isAdminEnabled, isAutoConfigureComponents, isDummyRegistryEnabled, setConfDir
 

Method Detail

addLocalFilters

void addLocalFilters(IFilter[] filters)
Add local filters.

Parameters:
filters - local filters

isProtocolAdded

boolean isProtocolAdded()
Returns:
true indicates if protocols must be added when starting the server

getDeployDirectory

java.lang.String getDeployDirectory()
Get the deploy directory.

Returns:
stringified url of the directory where to put stuffs to be deployed.

setDeployDirectory

void setDeployDirectory(java.lang.String deployDirectory)
Get the deploy directory.

Parameters:
deployDirectory - stringified url of the directory where to put stuff to be deployed.


Copyright © 2009 OW2 Consortium. All Rights Reserved.