Package com.ibm.cics.model
Interface IEventReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<IEvent>,ICPSMManagerReference<IEvent>
public interface IEventReference extends ICPSMManagerReference<IEvent>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICPSMManagerType<IEvent>getCICSType()java.lang.StringgetContext()java.lang.StringgetName()ICPSMManagerType<IEvent>getObjectType()java.lang.LonggetPriority()java.lang.LonggetSequence()IEvent.SeverityValuegetSeverity()java.lang.StringgetTarget()-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICPSMManagerReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTarget
java.lang.String getTarget()
-
getSeverity
IEvent.SeverityValue getSeverity()
-
getPriority
java.lang.Long getPriority()
-
getSequence
java.lang.Long getSequence()
-
getContext
java.lang.String getContext()
-
getCICSType
ICPSMManagerType<IEvent> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<IEvent>
-
getObjectType
ICPSMManagerType<IEvent> getObjectType()
-
-