org.jboss.portal.test.framework.impl.generic.config
Class NodeConfig

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addService(ServiceConfig service)
           
 AuthenticationConfig getAuthentication()
           
 DeployerConfig getDeployer()
           
 java.lang.String getId()
           
 java.util.Map getServices()
           
 void setAuthentication(AuthenticationConfig authentication)
           
 void setDeployer(DeployerConfig deployer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeConfig

public NodeConfig(java.lang.String id)
Method Detail

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)