|
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.EffectiveLogServer
jp.ne.dti.lares.foozy.ptlog.IntermediateServer
Intermediate server which relays logging request to another.
You must concretize below method(s) to have this function.
| Field Summary | |
protected LogServeeSupport |
servee_
Glue between LogServer and "this".
|
| Constructor Summary | |
IntermediateServer()
Constructor. |
|
| Method Summary | |
LogServer |
getServer()
Get current " LogServer" of this. |
void |
setServer(LogServer server)
Let registered LogServees direct to specified one. |
| Methods inherited from class jp.ne.dti.lares.foozy.ptlog.EffectiveLogServer |
addServee_, getServees, removeServee_ |
| Methods inherited from class jp.ne.dti.lares.foozy.ptlog.LogServer |
addServee, fireReconfigure, getContext, getSubjectName, removeServee |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final LogServeeSupport servee_
LogServer and "this".
This is not "private" but "protected"
for addListener invocation
from derived classes.
| Constructor Detail |
public IntermediateServer()
| Method Detail |
public final LogServer getServer()
LogServer" of this.
public final void setServer(LogServer server)
LogServees direct to specified one.
server - to which this directs registered servees.
|
PTLog API - 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||