com.caucho.config.j2ee
Class PostConstructProgram

java.lang.Object
  extended by com.caucho.config.program.ConfigProgram
      extended by com.caucho.config.j2ee.PostConstructProgram

public class PostConstructProgram
extends ConfigProgram


Constructor Summary
PostConstructProgram(java.lang.reflect.Method init)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 void inject(java.lang.Object bean, ConfigContext env)
          Configures the bean using the current program.
 java.lang.String toString()
           
 
Methods inherited from class com.caucho.config.program.ConfigProgram
addProgram, configure, configure, configure, configure, configure, init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostConstructProgram

public PostConstructProgram(java.lang.reflect.Method init)
Method Detail

inject

public void inject(java.lang.Object bean,
                   ConfigContext env)
            throws ConfigException
Description copied from class: ConfigProgram
Configures the bean using the current program.

Specified by:
inject in class ConfigProgram
Parameters:
bean - the bean to configure
env - the Config environment
Throws:
ConfigException

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object