org.mule.lifecycle
Class LifecycleObject
java.lang.Object
org.mule.lifecycle.LifecycleObject
- Direct Known Subclasses:
- NotificationLifecycleObject
public class LifecycleObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LifecycleObject
public LifecycleObject(java.lang.Class type)
getPostNotification
public ServerNotification getPostNotification()
setPostNotification
public void setPostNotification(ServerNotification postNotification)
getPreNotification
public ServerNotification getPreNotification()
setPreNotification
public void setPreNotification(ServerNotification preNotification)
getType
public java.lang.Class getType()
setType
public void setType(java.lang.Class type)
firePreNotification
public void firePreNotification(MuleContext context)
firePostNotification
public void firePostNotification(MuleContext context)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.