|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.SubSelectStreamCollection.SubSelectHolder
public class SubSelectStreamCollection.SubSelectHolder
Entry holding subquery resource references.
Constructor Summary | |
---|---|
SubSelectStreamCollection.SubSelectHolder(int streamNumber,
Viewable viewable,
ViewFactoryChain viewFactoryChain)
Ctor. |
Method Summary | |
---|---|
int |
getStreamNumber()
Returns subquery stream number. |
Viewable |
getViewable()
Returns the subquery child viewable. |
ViewFactoryChain |
getViewFactoryChain()
Returns the subquery view factory chain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubSelectStreamCollection.SubSelectHolder(int streamNumber, Viewable viewable, ViewFactoryChain viewFactoryChain)
streamNumber
- is the subquery stream numberviewable
- is the root viewableviewFactoryChain
- is the view chainMethod Detail |
---|
public int getStreamNumber()
public Viewable getViewable()
public ViewFactoryChain getViewFactoryChain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |