|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.engine.Context
public abstract class Context
Base context for all specific contexts.
10NOV09 - EPG - First package release.
| Field Summary | |
|---|---|
protected RendsiteConfiguration |
configuration
System configuration. |
things.thinger.io.Logger |
logger
A logger. |
things.thinger.SystemInterface |
si
The system interface for THINGS. |
| Constructor Summary | |
|---|---|
Context(RendsiteConfiguration configuration)
Create a context. |
|
| Method Summary | |
|---|---|
abstract void |
reset()
Reset the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public things.thinger.io.Logger logger
public things.thinger.SystemInterface si
protected RendsiteConfiguration configuration
| Constructor Detail |
|---|
public Context(RendsiteConfiguration configuration)
throws java.lang.Throwable
configuration - the configuration for the system.
java.lang.Throwable - normally this will only happen if you pass a null or bad SystemInterface.| Method Detail |
|---|
public abstract void reset()
throws java.lang.Throwable
reset in interface Resetablejava.lang.Throwable - if it could not completely reset state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||