public class MethodStreamSpec extends StreamSpecBase implements StreamSpecRaw, StreamSpecCompiled, Serializable
EMPTY_STREAM_ARRAY
Constructor and Description |
---|
MethodStreamSpec(String optionalStreamName,
ViewSpec[] viewSpecs,
String ident,
String className,
String methodName,
List<ExprNode> expressions,
String eventTypeName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the class name.
|
String |
getEventTypeName() |
List<ExprNode> |
getExpressions()
Returns the parameter expressions.
|
String |
getIdent()
Returns the prefix (method) for the method invocation syntax.
|
String |
getMethodName()
Returns the method name.
|
getOptionalStreamName, getOptions, getViewSpecs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionalStreamName, getOptions, getViewSpecs
public MethodStreamSpec(String optionalStreamName, ViewSpec[] viewSpecs, String ident, String className, String methodName, List<ExprNode> expressions, String eventTypeName)
optionalStreamName
- is the stream name or null if none definedviewSpecs
- is an list of view specificationsident
- the prefix in the clauseclassName
- the class namemethodName
- the method nameexpressions
- the parameter expressionseventTypeName
- event type name if providedpublic String getIdent()
public String getClassName()
public String getMethodName()
public String getEventTypeName()
Copyright © 2005–2018. All rights reserved.