org.jboss.system.metadata
Class ServiceDeployment

java.lang.Object
  extended by org.jboss.system.metadata.ServiceDeployment
All Implemented Interfaces:
Serializable

public class ServiceDeployment
extends Object
implements Serializable

ServiceDeployment.

Version:
$Revision: 85945 $
Author:
Adrian Brock, Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
ServiceDeployment()
           
 
Method Summary
 List<ServiceDeploymentClassPath> getClassPaths()
          Get the classPaths.
 Element getConfig()
          Get the config.
 LoaderRepositoryFactory.LoaderRepositoryConfig getLoaderRepositoryConfig()
          Get the loaderRepositoryConfig.
 String getName()
          Get the name.
 List<ServiceMetaData> getServices()
          Get the services.
 void setClassPaths(List<ServiceDeploymentClassPath> classPaths)
          Set the classPaths.
 void setConfig(Element config)
          Set the config.
 void setLoaderRepositoryConfig(LoaderRepositoryFactory.LoaderRepositoryConfig loaderRepositoryConfig)
          Set the loaderRepositoryConfig.
 void setName(String name)
          Set the name.
 void setServices(List<ServiceMetaData> services)
          Set the services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDeployment

public ServiceDeployment()
Method Detail

getName

public String getName()
Get the name.

Returns:
the name.

setName

public void setName(String name)
Set the name.

Parameters:
name - the name.

getServices

public List<ServiceMetaData> getServices()
Get the services.

Returns:
the services.

setServices

public void setServices(List<ServiceMetaData> services)
Set the services.

Parameters:
services - the services.

getConfig

public Element getConfig()
Get the config.

Returns:
the config.

setConfig

public void setConfig(Element config)
Set the config.

Parameters:
config - the config.

getLoaderRepositoryConfig

public LoaderRepositoryFactory.LoaderRepositoryConfig getLoaderRepositoryConfig()
Get the loaderRepositoryConfig.

Returns:
the loaderRepositoryConfig.

setLoaderRepositoryConfig

public void setLoaderRepositoryConfig(LoaderRepositoryFactory.LoaderRepositoryConfig loaderRepositoryConfig)
Set the loaderRepositoryConfig.

Parameters:
loaderRepositoryConfig - the loaderRepositoryConfig.

getClassPaths

public List<ServiceDeploymentClassPath> getClassPaths()
Get the classPaths.

Returns:
the classPaths.

setClassPaths

public void setClassPaths(List<ServiceDeploymentClassPath> classPaths)
Set the classPaths.

Parameters:
classPaths - the classPaths.


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.