org.mule.registry
Class TransientRegistryTestCase.JSR250ObjectLifecycleTracker

java.lang.Object
  extended by org.mule.registry.TransientRegistryTestCase.JSR250ObjectLifecycleTracker
All Implemented Interfaces:
MuleContextAware
Enclosing class:
TransientRegistryTestCase

public class TransientRegistryTestCase.JSR250ObjectLifecycleTracker
extends Object
implements MuleContextAware


Constructor Summary
TransientRegistryTestCase.JSR250ObjectLifecycleTracker()
           
 
Method Summary
 void dispose()
           
 List<String> getTracker()
           
 void init()
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientRegistryTestCase.JSR250ObjectLifecycleTracker

public TransientRegistryTestCase.JSR250ObjectLifecycleTracker()
Method Detail

getTracker

public List<String> getTracker()

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

init

@PostConstruct
public void init()

dispose

@PreDestroy
public void dispose()


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