public class TestObject extends Object implements org.mule.runtime.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
TestObject(LinkedList<String> lifecycleActions,
TestObjectFactory testObjectFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
LinkedList<String> |
getLifecycleActions() |
org.mule.runtime.api.lock.LockFactory |
getLockFactory() |
TestObjectFactory |
getObjectFactory() |
void |
initialise() |
void |
start() |
void |
stop() |
public TestObject(LinkedList<String> lifecycleActions, TestObjectFactory testObjectFactory)
public TestObjectFactory getObjectFactory()
public void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic LinkedList<String> getLifecycleActions()
public org.mule.runtime.api.lock.LockFactory getLockFactory()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.