|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Deployment
A general web service deployment dep. It has no notion of J2EE deployment packages.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible |
|---|
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||