|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.repository.MainDeployerAdapter
public class MainDeployerAdapter
A basic adapter for the MainDeployer.
Constructor Summary | |
---|---|
MainDeployerAdapter()
|
Method Summary | |
---|---|
void |
addDeployment(org.jboss.profileservice.spi.ProfileDeployment deployment)
Add a deployment. |
void |
checkComplete()
CheckComplete |
void |
checkComplete(String... names)
Check complete |
void |
create()
|
AttachmentStore |
getAttachmentStore()
|
org.jboss.deployers.client.spi.main.MainDeployer |
getMainDeployer()
|
protected org.jboss.deployers.client.spi.Deployment |
loadDeploymentData(org.jboss.profileservice.spi.ProfileDeployment deployment)
Create a MC deployment and load the persisted attachment data. |
void |
process()
Process ... |
void |
removeDeployment(org.jboss.profileservice.spi.ProfileDeployment deployment)
|
void |
removeDeployment(String name)
Remove a deployment. |
void |
setAttachmentStore(AttachmentStore store)
|
void |
setMainDeployer(org.jboss.deployers.client.spi.main.MainDeployer mainDeployer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainDeployerAdapter()
Method Detail |
---|
public AttachmentStore getAttachmentStore()
public void setAttachmentStore(AttachmentStore store)
public org.jboss.deployers.client.spi.main.MainDeployer getMainDeployer()
public void setMainDeployer(org.jboss.deployers.client.spi.main.MainDeployer mainDeployer)
public void create() throws Exception
Exception
public void addDeployment(org.jboss.profileservice.spi.ProfileDeployment deployment) throws Exception
deployment
- the profile deployment.
Exception
public void removeDeployment(String name) throws org.jboss.deployers.spi.DeploymentException
name
- the deployment name.
org.jboss.deployers.spi.DeploymentException
public void removeDeployment(org.jboss.profileservice.spi.ProfileDeployment deployment) throws Exception
Exception
public void process()
public void checkComplete(String... names) throws org.jboss.deployers.spi.DeploymentException
names
- the deployment names
DeploymentExcetion
org.jboss.deployers.spi.DeploymentException
public void checkComplete() throws org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.spi.DeploymentException
protected org.jboss.deployers.client.spi.Deployment loadDeploymentData(org.jboss.profileservice.spi.ProfileDeployment deployment) throws Exception
deployment
- the profile deployment.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |