public interface Deployment extends Extensible
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getInitialClassLoader()
Get the class loader for this deployment
|
ClassLoader |
getRuntimeClassLoader()
Get the runtime class loader for this deployment
|
Service |
getService()
Get the service associated with this deployment
|
String |
getSimpleName()
Get the identifier for this deployment
|
DeploymentState |
getState()
Get the current deployment state
|
DeploymentType |
getType()
Get the deployment type
|
void |
setInitialClassLoader(ClassLoader loader)
Set the class loader for this deployment
|
void |
setRuntimeClassLoader(ClassLoader loader)
Set the runtime class loader for this deployment
|
void |
setService(Service service)
Set the service associated with this deployment
|
void |
setSimpleName(String name)
Set the identifier for this deployment
|
void |
setState(DeploymentState type)
Set the current deployment state
|
void |
setType(DeploymentType type)
Set the deployment type
|
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
String getSimpleName()
void setSimpleName(String name)
ClassLoader getInitialClassLoader()
void setInitialClassLoader(ClassLoader loader)
ClassLoader getRuntimeClassLoader()
void setRuntimeClassLoader(ClassLoader loader)
DeploymentType getType()
void setType(DeploymentType type)
DeploymentState getState()
void setState(DeploymentState type)
Service getService()
void setService(Service service)
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.