public class NotificationLifecycleObject extends LifecycleObject
Constructor and Description |
---|
NotificationLifecycleObject(Class type) |
NotificationLifecycleObject(Class type,
Class notificationClass) |
NotificationLifecycleObject(Class type,
Class notificationClass,
int preNotification,
int postNotification) |
Modifier and Type | Method and Description |
---|---|
protected ServerNotification |
createNotification(MuleContext context,
String action) |
void |
firePostNotification(MuleContext context) |
void |
firePreNotification(MuleContext context) |
String |
getPostNotificationName() |
String |
getPreNotificationName() |
void |
setPostNotificationName(String postNotificationName) |
void |
setPreNotificationName(String preNotificationName) |
getPostNotification, getPreNotification, getType, setPostNotification, setPreNotification, setType, toString
public NotificationLifecycleObject(Class type)
public String getPostNotificationName()
public void setPostNotificationName(String postNotificationName)
public String getPreNotificationName()
public void setPreNotificationName(String preNotificationName)
public void firePreNotification(MuleContext context)
firePreNotification
in class LifecycleObject
public void firePostNotification(MuleContext context)
firePostNotification
in class LifecycleObject
protected ServerNotification createNotification(MuleContext context, String action)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.