|
||||||||||
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.
Nested Class Summary | |
---|---|
static class |
Deployment.DeploymentState
|
static class |
Deployment.DeploymentType
|
Method Summary | |
---|---|
java.lang.ClassLoader |
getInitialClassLoader()
Get the class loader for this deployment |
java.lang.ClassLoader |
getRuntimeClassLoader()
Get the runtime class loader for this deployment |
Service |
getService()
Get the service assiated with this deployment |
java.lang.String |
getSimpleName()
Get the identifier for this deployment |
Deployment.DeploymentState |
getState()
Get the current deployment state |
Deployment.DeploymentType |
getType()
Get the deployment type |
void |
setInitialClassLoader(java.lang.ClassLoader loader)
Set the class loader for this deployment |
void |
setRuntimeClassLoader(java.lang.ClassLoader loader)
Set the runtime class loader for this deployment |
void |
setService(Service service)
Set the service assiated with this deployment |
void |
setSimpleName(java.lang.String name)
Set the identifier for this deployment |
void |
setState(Deployment.DeploymentState type)
Set the current deployment state |
void |
setType(Deployment.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 |
---|
java.lang.String getSimpleName()
void setSimpleName(java.lang.String name)
java.lang.ClassLoader getInitialClassLoader()
void setInitialClassLoader(java.lang.ClassLoader loader)
java.lang.ClassLoader getRuntimeClassLoader()
void setRuntimeClassLoader(java.lang.ClassLoader loader)
Deployment.DeploymentType getType()
void setType(Deployment.DeploymentType type)
Deployment.DeploymentState getState()
void setState(Deployment.DeploymentState type)
Service getService()
void setService(Service service)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |