| Package | Description |
|---|---|
| org.oddjob.arooa.life |
Relating to the Arooa Life-cycle.
|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentPersister.clear()
Clear this persister of everything stored.
|
void |
ComponentPersister.clear()
Clear this persister of everything stored.
|
String[] |
ComponentPersister.list()
List the persisted components.
|
String[] |
ComponentPersister.list()
List the persisted components.
|
void |
ComponentPersister.persist(String id,
Object proxy,
ArooaSession session)
Persist the proxy Object.
|
void |
ComponentPersister.persist(String id,
Object proxy,
ArooaSession session)
Persist the proxy Object.
|
void |
ComponentPersister.remove(String id,
ArooaSession session)
Remove an object from the store.
|
void |
ComponentPersister.remove(String id,
ArooaSession session)
Remove an object from the store.
|
Object |
ComponentPersister.restore(String id,
ClassLoader classLoader,
ArooaSession session)
Restore the proxy Object.
|
Object |
ComponentPersister.restore(String id,
ClassLoader classLoader,
ArooaSession session)
Restore the proxy Object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ComponentPool.remove(Object either)
Remove a component.
|
boolean |
SimpleComponentPool.remove(Object either) |
boolean |
SimpleComponentPool.remove(Object either) |
boolean |
ComponentPool.remove(Object either)
Remove a component.
|
void |
ComponentPool.save(Object either)
Possibly save the component to a persistent store, if everything
is in place for this to happen.
|
void |
SimpleComponentPool.save(Object component) |
void |
SimpleComponentPool.save(Object component) |
void |
ComponentPool.save(Object either)
Possibly save the component to a persistent store, if everything
is in place for this to happen.
|
Copyright © 2023. All rights reserved.