Uses of Class
org.ikasan.job.orchestration.model.notification.MonitorType
-
Packages that use MonitorType Package Description org.ikasan.job.orchestration.model.notification -
-
Uses of MonitorType in org.ikasan.job.orchestration.model.notification
Methods in org.ikasan.job.orchestration.model.notification that return MonitorType Modifier and Type Method Description MonitorTypeGenericNotificationDetails. getMonitorType()static MonitorTypeMonitorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MonitorType[]MonitorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ikasan.job.orchestration.model.notification with parameters of type MonitorType Constructor Description GenericNotificationDetails(java.lang.String agentName, java.lang.String contextName, java.lang.String childContextName, java.lang.String jobName, java.lang.String contextInstanceId, MonitorType monitorType, org.ikasan.spec.scheduled.instance.model.InstanceStatus status)
-