|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.service.pack.proto.BaseProtocol | +--solar.service.pack.proto.OutputProtocol
Protocol sends events to directly connected clients/proxy.
Nested Class Summary |
Nested classes inherited from class solar.service.pack.proto.BaseProtocol |
BaseProtocol.ProtocolState |
Field Summary |
Fields inherited from class solar.service.pack.proto.BaseProtocol |
_inbufman, _log, _outbufman, _state |
Constructor Summary | |
OutputProtocol(int bt,
int mt,
int st)
|
Method Summary | |
void |
addSubscriber(Id pubId,
Id subId,
java.lang.Object policy)
Add a local subscriber that may get events from this manager. |
Methods inherited from class solar.service.pack.proto.BaseProtocol |
addPublisher, addSubscriber, getEvent, hasPublisher, putEvent, removePublisher, removeSubscriber, resumeSubscriber, suspendSubscriber, toString, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OutputProtocol(int bt, int mt, int st)
Method Detail |
public void addSubscriber(Id pubId, Id subId, java.lang.Object policy)
BaseProtocol
addSubscriber
in class BaseProtocol
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |