public interface SubscribedEvent extends RepositoryObject, EngineObject, DependentObject
SubscribedEvent
object represents a system or custom event that applies to a
Subscription
object. You add a SubscribedEvent
object to a
subscription with the Subscription
object's SubscribedEvents
property.
You set this property to a SubscribedEventList
collection.
To create a SubscribedEvent
object, call the createInstance
method on the
Factory.SubscribedEvent
class.
You then set the object's EventClass
property to a EventClassDefinition
object.
You can get a reference to a SubscribedEvent
object by iterating a SubscribedEventList
collection.
Modifier and Type | Method and Description |
---|---|
EventClassDefinition |
get_EventClass()
Returns the value of the EventClass property.
|
Id |
get_Id()
Returns the value of the Id property.
|
void |
set_EventClass(EventClassDefinition value)
Sets the value of the EventClass property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
EventClassDefinition get_EventClass()
void set_EventClass(EventClassDefinition value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.