|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
org.jboss.system.server.profileservice.persistence.deployer.ProfileServicePersistenceDeployer
public class ProfileServicePersistenceDeployer
The ProfileService Persistence Deployer. This deployer applies the persisted changes to an attachment.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary | |
---|---|
static String |
PERSISTED_ATTACHMENT_PREFIX
The managed prefix. |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
ProfileServicePersistenceDeployer()
|
Method Summary | |
---|---|
protected void |
applyPersistentChanges(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
|
AttachmentStore |
getAttachmentStore()
|
PersistenceFactory |
getPersistenceFactory()
|
protected void |
internalDeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
|
void |
setAttachmentStore(AttachmentStore store)
|
void |
setPersistenceFactory(PersistenceFactory persistenceFactory)
|
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer |
---|
addControllerContextName, deploy, internalUndeploy, isControllerContextNameCandidate, isUseUnitName, removeControllerContextName, setUseUnitName, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PERSISTED_ATTACHMENT_PREFIX
Constructor Detail |
---|
public ProfileServicePersistenceDeployer()
Method Detail |
---|
public PersistenceFactory getPersistenceFactory()
public void setPersistenceFactory(PersistenceFactory persistenceFactory)
public AttachmentStore getAttachmentStore()
public void setAttachmentStore(AttachmentStore store)
protected void internalDeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit) throws org.jboss.deployers.spi.DeploymentException
internalDeploy
in class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
org.jboss.deployers.spi.DeploymentException
protected void applyPersistentChanges(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit) throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |