|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElemenopeComponent
interface for all elemenope Component classes.
Any class implementing this interface (even within the user defined object
lists) will receive the list of all elemenope system components upon
completion of configuration via the setComponents() method.
All elemenope base interfaces implement this class (specifically, Connector, Broker, and Dispatcher).
| Method Summary | |
|---|---|
void |
releaseComponents()
Should be called upon shutdown, in order for elemenope component classes clean up after themselves. |
void |
setComponents(ElemenopeComponents components)
Passes all configured components to implementing Object. |
void |
setConfigurationAttributes(java.util.Map atts)
sets configuration attributes |
| Method Detail |
|---|
void setConfigurationAttributes(java.util.Map atts)
throws ElemenopeException
atts - Map of connectivity attributes
ElemenopeExceptionvoid setComponents(ElemenopeComponents components)
Should ususally be called at the end of the initialization cycle, when all components have been instantiated.
components - void releaseComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||