Uses of Class
com.tarsolution.notifyman.shared.plugin.StatusEnum
-
Packages that use StatusEnum Package Description com.tarsolution.notifyman.shared.plugin com.tarsolution.notifyman.shared.plugin.outbound -
-
Uses of StatusEnum in com.tarsolution.notifyman.shared.plugin
Methods in com.tarsolution.notifyman.shared.plugin that return StatusEnum Modifier and Type Method Description static StatusEnum
StatusEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusEnum[]
StatusEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatusEnum in com.tarsolution.notifyman.shared.plugin.outbound
Methods in com.tarsolution.notifyman.shared.plugin.outbound that return StatusEnum Modifier and Type Method Description abstract StatusEnum
AbstractOutbound. checkStatus(Map<String,Object> config)
The method run as a periodical by a times, in this method, you should check your plugin statusStatusEnum
AbstractOutbound. getStatus()
StatusEnum
Response. getStatus()
Methods in com.tarsolution.notifyman.shared.plugin.outbound with parameters of type StatusEnum Modifier and Type Method Description void
Response. setStatus(StatusEnum status)
Constructors in com.tarsolution.notifyman.shared.plugin.outbound with parameters of type StatusEnum Constructor Description Response(StatusEnum status, String message)
-