|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PersistedComponent in org.jboss.deployers.plugins.managed |
---|
Methods in org.jboss.deployers.plugins.managed with parameters of type PersistedComponent | |
---|---|
protected org.jboss.beans.metadata.plugins.AbstractBeanMetaData |
KernelDeploymentComponentMapper.createEmptyBeanMetaData(PersistedComponent component)
|
protected org.jboss.managed.api.ManagedObject |
KernelDeploymentComponentMapper.getComponent(Object attachment,
PersistedComponent component,
boolean create)
|
protected void |
KernelDeploymentComponentMapper.removeComponent(Object attachment,
PersistedComponent component)
|
protected void |
KernelDeploymentComponentMapper.setComponentName(PersistedComponent component,
org.jboss.managed.api.ManagedObject mo)
|
Uses of PersistedComponent in org.jboss.system.server.profileservice.persistence |
---|
Methods in org.jboss.system.server.profileservice.persistence that return types with arguments of type PersistedComponent | |
---|---|
protected static Map<String,PersistedComponent> |
AbstractPersistenceFactory.mapComponents(PersistenceRoot root)
Map the components based on their names. |
Methods in org.jboss.system.server.profileservice.persistence with parameters of type PersistedComponent | |
---|---|
protected PersistenceRoot |
AbstractPersistenceFactory.addPersistedComponent(PersistenceRoot root,
PersistedComponent component)
Add a persisted component to the root. |
Uses of PersistedComponent in org.jboss.system.server.profileservice.persistence.component |
---|
Methods in org.jboss.system.server.profileservice.persistence.component with parameters of type PersistedComponent | |
---|---|
protected abstract org.jboss.managed.api.ManagedObject |
AbstractComponentMapper.getComponent(Object attachment,
PersistedComponent component,
boolean create)
Get a ManagedObject for a given component, based on the information in the attachment descriptor. |
protected abstract void |
AbstractComponentMapper.removeComponent(Object attachment,
PersistedComponent component)
Remove a component from the attachment. |
void |
AbstractComponentMapper.restoreComponent(Object attachment,
PersistedComponent component)
|
void |
ComponentMapper.restoreComponent(Object attachment,
PersistedComponent component)
Restore a component based on the persisted information. |
protected abstract void |
AbstractComponentMapper.setComponentName(PersistedComponent component,
org.jboss.managed.api.ManagedObject mo)
Set the current name for this component. |
protected void |
AbstractComponentMapper.updateComponent(Object attachment,
PersistedComponent component,
boolean added)
Update a attachment descripto based on the persisted component information. |
Uses of PersistedComponent in org.jboss.system.server.profileservice.persistence.xml |
---|
Methods in org.jboss.system.server.profileservice.persistence.xml that return types with arguments of type PersistedComponent | |
---|---|
List<PersistedComponent> |
PersistenceRoot.getComponents()
|
Method parameters in org.jboss.system.server.profileservice.persistence.xml with type arguments of type PersistedComponent | |
---|---|
void |
PersistenceRoot.setComponents(List<PersistedComponent> components)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |