com.caucho.amber.cfg
Class AbstractListenerConfig
java.lang.Object
com.caucho.amber.cfg.AbstractListenerConfig
- Direct Known Subclasses:
- PostLoadConfig, PostPersistConfig, PostRemoveConfig, PostUpdateConfig, PrePersistConfig, PreRemoveConfig, PreUpdateConfig
public abstract class AbstractListenerConfig
- extends java.lang.Object
Base class for , and so on.
Method Summary |
java.lang.String |
getMethodName()
Returns the method name. |
void |
setMethodName(java.lang.String methodName)
Sets the method name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractListenerConfig
public AbstractListenerConfig()
getMethodName
public java.lang.String getMethodName()
- Returns the method name.
setMethodName
public void setMethodName(java.lang.String methodName)
- Sets the method name.