|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.thing.BASE
public abstract class BASE
Base for things, modules, and tigers--oh my!
Version History
EPG - Initial - 26 FEB07
| Field Summary | |
|---|---|
protected ThingsPropertyView |
localProperties
|
protected Logger |
localSystemLogger
|
protected SystemInterface |
mySystemInterface
|
| Constructor Summary | |
|---|---|
BASE()
|
|
| Method Summary | |
|---|---|
ThingsPropertyReaderToolkit |
CONFIG_PROPERTY_TOOLKIT()
Get the global configuration property toolkit for all users. |
Logger |
GET_LOGGER()
Get the THING's Logger. |
abstract java.lang.String |
GET_NAME()
Get the simple name. |
Accessor |
GET_UNIVERSE_ACCESSOR(java.lang.String universeName,
java.lang.String... name)
Get a universe object accessor. |
Universe |
GET_UNIVERSE(java.lang.String name)
Get a universe by the local name. |
ThingsPropertyReaderToolkit |
PROPERTY_READER_TOOLKIT()
Get a good property toolkit. |
void |
systemInit(SystemInterface si)
Initialize system data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ThingsPropertyView localProperties
protected Logger localSystemLogger
protected SystemInterface mySystemInterface
| Constructor Detail |
|---|
public BASE()
| Method Detail |
|---|
public abstract java.lang.String GET_NAME()
public final void systemInit(SystemInterface si)
throws UserException
si - A system interface.
UserException - which will always be a FAULT.
public ThingsPropertyReaderToolkit PROPERTY_READER_TOOLKIT()
throws UserException
UserException
public ThingsPropertyReaderToolkit CONFIG_PROPERTY_TOOLKIT()
throws UserException
UserException
public Universe GET_UNIVERSE(java.lang.String name)
throws UserException
name - the local name (as registered).
UserExceptionUniverse
public Accessor GET_UNIVERSE_ACCESSOR(java.lang.String universeName,
java.lang.String... name)
throws UserException
universeName - the local name (as registered) of the universe.name - the object name.
UserExceptionUniverse
public Logger GET_LOGGER()
throws UserException
GET_LOGGER in interface BASEInterfaceUserExceptionLogger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||