| Interface | Description |
|---|---|
| BeanDatabase |
A database of beans organized as types, where a type
can have multiple instances of a configuration bean
|
| BeanDatabaseUpdateListener |
This is a listener that is notified when changes are made to
the current
BeanDatabase |
| Change |
This represents a single change made to a
BeanDatabase |
| Hub |
The central repository of configuration objects in the system.
|
| Instance | |
| Type |
A type contains (possibly) multiple instances of
a configuration bean
|
| WriteableBeanDatabase |
A writeable version of a
BeanDatabase. |
| WriteableType |
| Class | Description |
|---|---|
| ManagerUtilities |
| Enum | Description |
|---|---|
| Change.ChangeCategory |
| Exception | Description |
|---|---|
| CommitFailedException |
All exceptions from
BeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception |
| PrepareFailedException |
All exceptions from
BeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception |
| RollbackFailedException |
All exceptions from
BeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception |
Copyright © 2009–2017 Oracle Corporation. All rights reserved.