|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
accept(TraceMessage message)
Accept a message and do whatever is appropriate to make it visible to a user, either now or later. |
void |
setupIsComplete()
After this call, the TraceMessageAcceptor must obey settings from the environment. |
Method Detail |
public void accept(TraceMessage message)
Note that this method should be called AFTER the message passes a priority threshold check. MessageAcceptors don't know about priorities.
The TraceMessageAcceptor is allowed to unilaterally discard the message. Generally, this is done only if it was turned off by another thread.
public void setupIsComplete()
It is an error to call this method more than once.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |