|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.hiveevents.ChannelImpl.AbstractConsumerInfo<T>
protected abstract static class ChannelImpl.AbstractConsumerInfo<T>
| Field Summary | |
|---|---|
protected Filter<T> |
_filter
|
| Constructor Summary | |
|---|---|
protected |
ChannelImpl.AbstractConsumerInfo(int id,
int priority,
Filter<T> filter)
|
| Method Summary | |
|---|---|
int |
getId()
|
int |
getPriority()
|
T[] |
pull(java.lang.Class<T> clazz)
|
T[] |
pull(java.lang.Class<T> clazz,
long timeout)
|
void |
push(T event)
|
void |
unblock()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Filter<T> _filter
| Constructor Detail |
|---|
protected ChannelImpl.AbstractConsumerInfo(int id,
int priority,
Filter<T> filter)
| Method Detail |
|---|
public void unblock()
unblock in interface ChannelImpl.ConsumerInfo<T>public void push(T event)
push in interface ChannelImpl.ConsumerInfo<T>public T[] pull(java.lang.Class<T> clazz)
pull in interface ChannelImpl.ConsumerInfo<T>
public T[] pull(java.lang.Class<T> clazz,
long timeout)
pull in interface ChannelImpl.ConsumerInfo<T>public int getPriority()
getPriority in interface ChannelImpl.ConsumerInfo<T>public int getId()
getId in interface ChannelImpl.ConsumerInfo<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||