|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines a 'Tracer' object.
Tracer objects may be found in some ABLE objects; in particular, those that support the 'getTracer()' method. Tracer objects can be used to control (even remotely) when and how a containing object will produce trace messages (as opposed to debug messages, which are either compiled in or completely compiled out of a program at build time).
Trace messages are runtime messages. Trace messages can be turned on and off programmatically, and they can be directed to the Java console or batched up in internal queues that can be retrieved and examined by other programs.
Method Summary | |
void |
clearBatchLog()
Clear the batch trace log. |
void |
dumpBatchLog()
Dump the batch trace log to the Java console. |
java.util.Vector |
getBatchLog()
Retrieve the batch trace log. |
boolean |
isActive()
Determine whether tracing is active. |
void |
setActive(boolean theTraceFlag)
Enable or disable tracing. |
void |
setBatch(boolean theBatchFlag)
Enable or disable batch tracing. |
Method Detail |
public boolean isActive() throws java.rmi.RemoteException
public void setActive(boolean theTraceFlag) throws java.rmi.RemoteException
theTraceFlag
- Use true to enable tracing.
Use false to disable tracing.
public void setBatch(boolean theBatchFlag) throws java.rmi.RemoteException
theBatchFlag
- Use true to enable tracing.
Use false to disable tracing.
getBatchLog()
,
dumpBatchLog()
public void clearBatchLog() throws java.rmi.RemoteException
public java.util.Vector getBatchLog() throws java.rmi.RemoteException
public void dumpBatchLog() throws java.rmi.RemoteException
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |