|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttachmentStore
The AttachmentStore.
Method Summary | |
---|---|
org.jboss.deployers.client.spi.Deployment |
createDeployment(org.jboss.profileservice.spi.ProfileDeployment deployment)
Create a MC deployment. |
URI |
getAttachmentStoreRoot()
Get the uri where the attachments are stored. |
PersistenceRoot |
loadAttachment(org.jboss.virtual.VirtualFile deploymentCtx,
AttachmentMetaData attachment)
Load a attachment. |
RepositoryAttachmentMetaData |
loadMetaData(org.jboss.virtual.VirtualFile deploymentCtx)
Load the repository attachment meta data |
void |
removeComponent(String ctx,
org.jboss.managed.api.ManagedComponent comp)
Remove a component from the attachment. |
void |
updateDeployment(String ctx,
org.jboss.managed.api.ManagedComponent comp)
Persist the managed component. |
Method Detail |
---|
URI getAttachmentStoreRoot()
RepositoryAttachmentMetaData loadMetaData(org.jboss.virtual.VirtualFile deploymentCtx) throws Exception
deploymentCtx
- the deployment root
Exception
PersistenceRoot loadAttachment(org.jboss.virtual.VirtualFile deploymentCtx, AttachmentMetaData attachment) throws Exception
deploymentCtx
- attachment
-
Exception
void updateDeployment(String ctx, org.jboss.managed.api.ManagedComponent comp) throws Exception
ctx
- the deployment context namecomp
- the managed componenbt
Exception
void removeComponent(String ctx, org.jboss.managed.api.ManagedComponent comp) throws Exception
ctx
- the deployment context namecomp
- the managed componenbt
Exception
org.jboss.deployers.client.spi.Deployment createDeployment(org.jboss.profileservice.spi.ProfileDeployment deployment) throws Exception
deployment
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |