|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.persistence.AbstractManagedObjectRecreation
public abstract class AbstractManagedObjectRecreation
A abstract ManagedObject recreation helper.
Constructor Summary | |
---|---|
AbstractManagedObjectRecreation(AbstractValueRecreation valueRecreation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractManagedObjectRecreation(AbstractValueRecreation valueRecreation)
Method Detail |
---|
public AbstractValueRecreation getValueRecreation()
protected void processProperties(PersistedManagedObject persisted, org.jboss.managed.api.ManagedObject mo)
persisted
- the persisted managed objectmo
- the ManagedObjectprotected org.jboss.metatype.api.values.MetaValue processManagedProperty(PersistedProperty persisted, org.jboss.managed.api.ManagedProperty property, Object attachment)
persisted
- the persisted propertyproperty
- the managed propertyattachment
- the attachment
protected abstract void setValue(String name, org.jboss.managed.api.ManagedProperty property, Object attachment)
name
- the property nameproperty
- the managed property itselfattachment
- the attachmentprotected org.jboss.metatype.api.values.MetaValue processManagedProperty(PersistedProperty persisted, org.jboss.managed.api.ManagedProperty property)
persisted
- the persisted propertyproperty
- the managed property
protected org.jboss.metatype.api.values.MetaValue processManagedProperty(PersistedProperty persisted, org.jboss.managed.api.ManagedProperty property, boolean trace)
persisted
- the persisted propertyproperty
- the managed propertytrace
- enable trace logs
protected org.jboss.metatype.api.values.MetaValue createValue(PersistedValue value, org.jboss.metatype.api.types.MetaType metaType)
value
- the persisted valuemetaType
- the meta type
protected boolean isProcessProperty(org.jboss.managed.api.ManagedProperty property, boolean trace)
property
- the managed propertytrace
- enable trace logs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |