|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.program.ConfigProgram
com.caucho.config.j2ee.PreDestroyInject
@Module public class PreDestroyInject
Constructor Summary | |
---|---|
PreDestroyInject(java.lang.reflect.Method destroy)
|
Method Summary | ||
---|---|---|
|
inject(T value,
CreationalContext<T> env)
Configures the bean using the current program. |
|
java.lang.String |
toString()
|
Methods inherited from class com.caucho.config.program.ConfigProgram |
---|
addProgram, bind, compareTo, configure, configure, configure, create, create, create, getDeclaringClass, getName, getPriority, getQName, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PreDestroyInject(java.lang.reflect.Method destroy)
Method Detail |
---|
public <T> void inject(T value, CreationalContext<T> env) throws ConfigException
ConfigProgram
inject
in class ConfigProgram
value
- the bean to configure
ConfigException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |