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