|
PTLog API - 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjp.ne.dti.lares.foozy.ptlog.LogServer
jp.ne.dti.lares.foozy.ptlog.NullLogServer
Concretization of "LogServer" to do nothing.
EffectiveLogServer| Field Summary | |
static NullLogServer |
INSTANCE
For convenience access to instance of this class. |
| Constructor Summary | |
protected |
NullLogServer()
Constructor. |
| Method Summary | |
protected void |
addServee_(LogServee servee)
Does nothing. |
LogContext |
getContext(java.lang.Object subject)
Return NullLogContext always. |
protected java.util.Iterator |
getServees()
Return empty iterator always. |
protected void |
removeServee_(LogServee servee)
Does nothing. |
| Methods inherited from class jp.ne.dti.lares.foozy.ptlog.LogServer |
addServee, fireReconfigure, getSubjectName, removeServee |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final NullLogServer INSTANCE
| Constructor Detail |
protected NullLogServer()
Please use INSTANCE instead of construction
for resource efficiency.
| Method Detail |
public LogContext getContext(java.lang.Object subject)
NullLogContext always.
getContext in class LogServersubject - of logging request.
protected void addServee_(LogServee servee)
addServee_ in class LogServerservee - to be served by this.LogServer.addServee(jp.ne.dti.lares.foozy.ptlog.LogServee)protected void removeServee_(LogServee servee)
removeServee_ in class LogServerservee - to be served by this.LogServer.removeServee(jp.ne.dti.lares.foozy.ptlog.LogServee)protected java.util.Iterator getServees()
getServees in class LogServerLogServer.fireReconfigure(),
SafeList
|
PTLog API - 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||