Click or drag to resize

EPStatement Properties

The EPStatement type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Returns statement annotations.

See the annotation package for available annotations. Application can define their own annotations.

Public propertyDeploymentId
Returns the deployment id.
Public propertyEventType
Returns the type of events the statement pushes to listeners or returns for iterator.
Public propertyIsDestroyed
Returns true if the statement has been undeployed.
Public propertyName
Returns the statement name.
Public propertySubscriber
Returns the current subscriber instance that receives statement results.
Public propertyUpdateListeners
Returns any listeners that have been registered.
(Inherited from EPListenable.)
Public propertyUserObjectCompileTime
Returns the application defined user data object associated with the statement at compile time, or null if none was supplied at time of statement compilation.

The user object is a single, unnamed field that is stored with every statement. Applications may put arbitrary objects in this field or a null value.

User objects are passed at time of statement compilation via options.

Public propertyUserObjectRuntime
Returns the application defined user data object associated with the statement at deployment time, or null if none was supplied at time of deployment.

The user object is a single, unnamed field that is stored with every statement. Applications may put arbitrary objects in this field or a null value.

User objects are passed at time of deployment via options.

Top
See Also