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, toStringpublic 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 LifecycleObjectpublic void firePostNotification(MuleContext context)
firePostNotification in class LifecycleObjectprotected ServerNotification createNotification(MuleContext context, String action)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.