|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentMapper
Method Summary | |
---|---|
PersistedComponent |
addComponent(Object attachment,
org.jboss.managed.api.ManagedComponent component)
Add a component. |
String |
getType()
Get the component mapper type. |
PersistedComponent |
removeComponent(Object attachment,
org.jboss.managed.api.ManagedComponent component)
Remove a component. |
void |
restoreComponent(Object attachment,
PersistedComponent component)
Restore a component based on the persisted information. |
PersistedComponent |
updateComponent(Object attachment,
org.jboss.managed.api.ManagedComponent component)
Update a component. |
Method Detail |
---|
String getType()
void restoreComponent(Object attachment, PersistedComponent component)
attachment
- the attachmentcomponent
- the persisted componentPersistedComponent addComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
attachment
- the parent attachmentcomponent
- the managed component
PersistedComponent updateComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
attachment
- the parent attachmentcomponent
- the managed component
PersistedComponent removeComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
attachment
- the parent attachmentcomponent
- the managed component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |