org.mule.registry
Class RegisteredObjectLifecycleTestCase.DummyBean

java.lang.Object
  extended by org.mule.registry.RegisteredObjectLifecycleTestCase.DummyBean
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable
Enclosing class:
RegisteredObjectLifecycleTestCase

public class RegisteredObjectLifecycleTestCase.DummyBean
extends Object
implements Lifecycle


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
RegisteredObjectLifecycleTestCase.DummyBean()
           
 
Method Summary
 void dispose()
           
 String echo(String echo)
           
 void initialise()
           
 boolean isDisposed()
           
 boolean isInitialised()
           
 boolean isStarted()
           
 boolean isStopped()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredObjectLifecycleTestCase.DummyBean

public RegisteredObjectLifecycleTestCase.DummyBean()
Method Detail

echo

public String echo(String echo)

initialise

public void initialise()
                throws InitialisationException
Specified by:
initialise in interface Initialisable
Throws:
InitialisationException

start

public void start()
           throws MuleException
Specified by:
start in interface Startable
Throws:
MuleException

stop

public void stop()
          throws MuleException
Specified by:
stop in interface Stoppable
Throws:
MuleException

dispose

public void dispose()
Specified by:
dispose in interface Disposable

isInitialised

public boolean isInitialised()

isStarted

public boolean isStarted()

isStopped

public boolean isStopped()

isDisposed

public boolean isDisposed()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.