public class LifecycleObject extends Object
Constructor and Description |
---|
LifecycleObject(Class type) |
Modifier and Type | Method and Description |
---|---|
void |
firePostNotification(MuleContext context) |
void |
firePreNotification(MuleContext context) |
ServerNotification |
getPostNotification() |
ServerNotification |
getPreNotification() |
Class |
getType() |
void |
setPostNotification(ServerNotification postNotification) |
void |
setPreNotification(ServerNotification preNotification) |
void |
setType(Class type) |
String |
toString() |
public LifecycleObject(Class type)
public ServerNotification getPostNotification()
public void setPostNotification(ServerNotification postNotification)
public ServerNotification getPreNotification()
public void setPreNotification(ServerNotification preNotification)
public Class getType()
public void setType(Class type)
public void firePreNotification(MuleContext context)
public void firePostNotification(MuleContext context)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.