|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractComponent | This is the abstract base class for a component that needs
initialization. |
| AbstractLoggable | This is the abstract base class for a component that needs a
logger. |
| InitializationState | This class represents the state of an initialization. |
| Exception Summary | |
|---|---|
| AlreadyInitializedException | This is the exception thrown if an operation was invoked after the object was initialized but has to be called before initialization. |
| NotInitializedException | This is the exception thrown if an operation was invoked before the object was initialized but has to be called after initialization. |
| ResourceMissingException | This is the exception thrown if a resource is required but is NOT available. |
Contains useful classes for implementing components.
InitializationState
can be used to implement a component that requires strict
initialization and wants to ensure
that some methods have to be called before and others after initialization.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||