|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.thing.BASE
things.thing.MODULE
public abstract class MODULE
A module. It is an implementation with access to services like a THING, but without the process workflow and it has no RESULTS.
The methods can be called directly after instantiating one.
Version History
EPG - Initial - 26 FEB 07
| Field Summary |
|---|
| Fields inherited from class things.thing.BASE |
|---|
localProperties, localSystemLogger, mySystemInterface |
| Constructor Summary | |
|---|---|
MODULE()
|
|
| Method Summary | |
|---|---|
void |
init(SystemInterface si)
Initialize this MODULE. |
abstract void |
INITIALIZE()
This will be called during initialization. |
| Methods inherited from class things.thing.BASE |
|---|
CONFIG_PROPERTY_TOOLKIT, GET_LOGGER, GET_NAME, GET_UNIVERSE_ACCESSOR, GET_UNIVERSE, PROPERTY_READER_TOOLKIT, systemInit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface things.thing.BASEInterface |
|---|
GET_LOGGER |
| Constructor Detail |
|---|
public MODULE()
| Method Detail |
|---|
public abstract void INITIALIZE()
throws UserException
UserException
public void init(SystemInterface si)
throws UserException
si - A system interface.
UserException - which will always be a FAULT.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||