org.picocontainer.lifecycle
Class JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable

java.lang.Object
  extended by org.picocontainer.lifecycle.JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable
Direct Known Subclasses:
JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable2, JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable3
Enclosing class:
JavaEE5LifecycleStrategyTestCase

public static class JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable
extends java.lang.Object


Field Summary
protected  java.lang.StringBuilder sb
           
 
Constructor Summary
JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable(java.lang.StringBuilder sb)
           
 
Method Summary
 void post()
           
 void pre()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sb

protected final java.lang.StringBuilder sb
Constructor Detail

JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable

public JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable(java.lang.StringBuilder sb)
Method Detail

post

@PostConstruct
public void post()

pre

@PreDestroy
public void pre()


Copyright © 2003-2011 Codehaus. All Rights Reserved.