com.caucho.config.j2ee
Class PostConstructProgram
java.lang.Object
com.caucho.config.program.ConfigProgram
com.caucho.config.j2ee.PostConstructProgram
public class PostConstructProgram
- extends ConfigProgram
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PostConstructProgram
public PostConstructProgram(java.lang.reflect.Method init)
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 configureenv - 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