|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.kernel.basic.KernalBasic_LoggingExpressor
public class KernalBasic_LoggingExpressor
This implements a logging based expressor. This doesn't really belong here.
This might a tinge slow, since we are asking the SI for the calling process ID.
Version History
EPG - Initial - 12 JUN 07
Constructor Summary | |
---|---|
KernalBasic_LoggingExpressor(Logger logger,
SystemInterface si)
Constructor. |
Method Summary | |
---|---|
void |
expressResult(RESULT theResult)
Express a RESULT. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KernalBasic_LoggingExpressor(Logger logger, SystemInterface si) throws ThingsException
logger
- the logger to which we express.si
- the system interface.
ThingsException
- if either parameter is null.Method Detail |
---|
public void expressResult(RESULT theResult) throws SystemException
expressResult
in interface ExpressionInterface
theResult
- The result to express.
SystemException
RESULT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |