|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.metadata.ServiceDeployment
public class ServiceDeployment
ServiceDeployment.
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 |
---|
public ServiceDeployment()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name.public List<ServiceMetaData> getServices()
public void setServices(List<ServiceMetaData> services)
services
- the services.public Element getConfig()
public void setConfig(Element config)
config
- the config.public LoaderRepositoryFactory.LoaderRepositoryConfig getLoaderRepositoryConfig()
public void setLoaderRepositoryConfig(LoaderRepositoryFactory.LoaderRepositoryConfig loaderRepositoryConfig)
loaderRepositoryConfig
- the loaderRepositoryConfig.public List<ServiceDeploymentClassPath> getClassPaths()
public void setClassPaths(List<ServiceDeploymentClassPath> classPaths)
classPaths
- the classPaths.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |