|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.persistence.component.AbstractComponentMapper
org.jboss.deployers.plugins.managed.KernelDeploymentComponentMapper
public class KernelDeploymentComponentMapper
A AbstractKernelDeployment persistence ComponentMapper.
Constructor Summary | |
---|---|
KernelDeploymentComponentMapper(PersistenceFactory persistenceFactory)
|
Method Summary | |
---|---|
protected org.jboss.beans.metadata.plugins.AbstractBeanMetaData |
createEmptyBeanMetaData(PersistedComponent component)
|
protected org.jboss.managed.api.ManagedObject |
getComponent(Object attachment,
PersistedComponent component,
boolean create)
Get a ManagedObject for a given component, based on the information in the attachment descriptor. |
String |
getType()
Get the component mapper type. |
protected void |
removeComponent(Object attachment,
PersistedComponent component)
Remove a component from the attachment. |
protected void |
setComponentName(PersistedComponent component,
org.jboss.managed.api.ManagedObject mo)
Set the current name for this component. |
Methods inherited from class org.jboss.system.server.profileservice.persistence.component.AbstractComponentMapper |
---|
addComponent, createComponent, createPersistedComponent, getMOF, getPersistencePlugin, removeComponent, restoreComponent, updateComponent, updateComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KernelDeploymentComponentMapper(PersistenceFactory persistenceFactory)
Method Detail |
---|
protected void setComponentName(PersistedComponent component, org.jboss.managed.api.ManagedObject mo)
AbstractComponentMapper
setComponentName
in class AbstractComponentMapper
component
- the persisted componentmo
- the managed objectprotected org.jboss.managed.api.ManagedObject getComponent(Object attachment, PersistedComponent component, boolean create)
AbstractComponentMapper
getComponent
in class AbstractComponentMapper
attachment
- the attachmentcomponent
- the componentcreate
- whether to create a non existing component or not
protected void removeComponent(Object attachment, PersistedComponent component)
AbstractComponentMapper
removeComponent
in class AbstractComponentMapper
attachment
- the attachmentcomponent
- the component to removeprotected org.jboss.beans.metadata.plugins.AbstractBeanMetaData createEmptyBeanMetaData(PersistedComponent component)
public String getType()
ComponentMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |