org.jboss.portal.test.framework.impl.generic.config
Class NodeConfig
java.lang.Object
org.jboss.portal.test.framework.impl.generic.config.NodeConfig
public class NodeConfig
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Constructor Summary |
NodeConfig(java.lang.String id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeConfig
public NodeConfig(java.lang.String id)
getId
public java.lang.String getId()
addService
public void addService(ServiceConfig service)
getServices
public java.util.Map getServices()
getAuthentication
public AuthenticationConfig getAuthentication()
setAuthentication
public void setAuthentication(AuthenticationConfig authentication)
getDeployer
public DeployerConfig getDeployer()
setDeployer
public void setDeployer(DeployerConfig deployer)