org.mule.devkit.dynamic.api.helper
Class LifeCycles
java.lang.Object
org.mule.devkit.dynamic.api.helper.LifeCycles
public final class LifeCycles
- extends Object
Helper methods for lifecycle interfaces.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialise
public static void initialise(Object object)
throws org.mule.api.lifecycle.InitialisationException
- Throws:
org.mule.api.lifecycle.InitialisationException
start
public static void start(Object object)
throws org.mule.api.MuleException
- Throws:
org.mule.api.MuleException
stop
public static void stop(Object object)
throws org.mule.api.MuleException
- Throws:
org.mule.api.MuleException
dispose
public static void dispose(Object object)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.