com.caucho.ejb.cfg
Class PostConstructType<X>
java.lang.Object
com.caucho.ejb.cfg.EjbMethodPattern<X>
com.caucho.ejb.cfg.PostConstructType<X>
public class PostConstructType<X>
- extends EjbMethodPattern<X>
Configuration for the init-param pattern.
Methods inherited from class com.caucho.ejb.cfg.EjbMethodPattern |
equals, getJDBCIsolation, getLocation, getName, getQuery, getQueryLoadsBean, getQueryLocation, getRelationLoadsBean, getResinIsolation, getRoles, getSignature, getTransactionType, isReadOnly, setBean, setJDBCIsolation, setLocation, setQuery, setQueryLoadsBean, setQueryLocation, setRelationLoadsBean, setResinIsolation, setRoles, setRoles, setSignature, setTransaction, setTransAttribute |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PostConstructType
public PostConstructType()
setId
public void setId(java.lang.String id)
- Sets the id
setLifecycleCallbackClass
public void setLifecycleCallbackClass(java.lang.String name)
setLifecycleCallbackMethod
public void setLifecycleCallbackMethod(java.lang.String name)
init
@PostConstruct
public void init()
isMatch
public boolean isMatch(AnnotatedMethod<?> method)
- Overrides:
isMatch
in class EjbMethodPattern<X>
configure
public void configure(AnnotatedMethod<?> method)
- Description copied from class:
EjbMethodPattern
- Configures the bean with the override values
- Overrides:
configure
in class EjbMethodPattern<X>
toString
public java.lang.String toString()
- Overrides:
toString
in class EjbMethodPattern<X>