|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.parc.channel.AbstractChannel
Abstract Channel
Constructor Summary | |
AbstractChannel()
Constructor for AbstractChannel. |
Method Summary | |
java.lang.Object |
clone()
This should be overriden by sub-classes but compilation is complicated due to the use of clone() w/o a throws CloneNotSupported exception. |
void |
log(java.lang.String msg)
log msg |
protected void |
notifyMonitors()
Method notifyListeners. |
void |
registerMonitor(Monitor m)
Register Object for notification when records are available. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rhi.architecture.parc.Channel |
pull, push |
Constructor Detail |
public AbstractChannel()
Method Detail |
public java.lang.Object clone()
clone
in interface Channel
protected void notifyMonitors()
public void registerMonitor(Monitor m)
Supplier
registerMonitor
in interface Supplier
m
- Supplier.registerMonitor(com.rhi.architecture.parc.Monitor)
public void log(java.lang.String msg)
msg
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |