|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Streams are virtual pipes that continously handle events.
Method Summary | |
int |
getSize()
Returns maximum size of stream |
void |
setSize(int size)
Maximum number of events that a stream can hold at a time. |
Methods inherited from interface com.bea.wlrt.ede.Stage |
destroy,
getId |
Methods inherited from interface com.bea.wlrt.ede.EventSource |
addEventSink,
getEventSinks,
removeEventSink |
Methods inherited from interface com.bea.wlrt.ede.EventSink |
onEvent |
Methods inherited from interface java.lang.Iterable |
iterator |
Method Detail |
public void setSize(int size) throws PropertyVetoException
maximum
- sizepublic int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |