|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.ChannelHandlerReadSubscription
public class ChannelHandlerReadSubscription
Groups all the parameters required to add a reader to a ChannelHandler.
| Constructor Summary | |
|---|---|
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<java.lang.Boolean> connCollector,
ValueCache<java.lang.Boolean> connCache)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ValueCache<?> |
getCache()
The cache to update when a new value is available. |
Collector<?> |
getCollector()
The collector to lock and notify when a new value is available. |
ValueCache<java.lang.Boolean> |
getConnCache()
The cache to update whenever the connection state changes. |
Collector<java.lang.Boolean> |
getConnCollector()
The collector to lock and notify whenever the connection state changes. |
ExceptionHandler |
getHandler()
The handler to notify whenever an exception is thrown. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<java.lang.Boolean> connCollector,
ValueCache<java.lang.Boolean> connCache)
| Method Detail |
|---|
public Collector<?> getCollector()
public ValueCache<?> getCache()
public ExceptionHandler getHandler()
public Collector<java.lang.Boolean> getConnCollector()
public ValueCache<java.lang.Boolean> getConnCache()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||