|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.interceptor.AbstractInterceptor (src)
org.jboss.mx.interceptor.PersistenceInterceptor
A peristence interceptor that uses the java.util.Timer framework for the scheculed peristence policies.
PersistentMBean
(src) Field Summary |
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src) |
isShared, log, name |
Fields inherited from interface org.jboss.mx.service.ServiceConstants (src) |
JBOSSMX_DOMAIN, JBOSSMX_XMBEAN_DTD_1_0, JBOSSMX_XMBEAN_DTD_1_1, JBOSSMX_XMBEAN_DTD_1_2, MBEAN_LOADER_DTD_1_0, PERSISTENCE_TIMER, PUBLIC_JBOSSMX_XMBEAN_DTD_1_0, PUBLIC_JBOSSMX_XMBEAN_DTD_1_1, PUBLIC_JBOSSMX_XMBEAN_DTD_1_2 |
Constructor Summary | |
PersistenceInterceptor()
|
Method Summary | |
java.lang.Object |
invoke(Invocation (src) invocation)
The default invoke implementation queries the invocation object for the next interceptor in the chain. |
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src) |
destroy, getName, init, isShared, setLogger, setName, start, stop, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PersistenceInterceptor()
Method Detail |
public java.lang.Object invoke(Invocation (src) invocation) throws java.lang.Throwable
AbstractInterceptor (src)
Concrete implementations should override this method to implement their specific application logic.
invoke
in interface Interceptor (src)
invoke
in class AbstractInterceptor (src)
invocation
- the invocation object send towards the target
resource by the invoker
java.lang.Throwable
Invocation
(src) ,
MBeanInvoker
(src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |