test.implementation.interceptor.support
Class MySharedInterceptor
java.lang.Object
org.jboss.mx.interceptor.AbstractInterceptor
org.jboss.mx.interceptor.AbstractSharedInterceptor
test.implementation.interceptor.support.MySharedInterceptor
- All Implemented Interfaces:
- MBeanRegistration, Interceptor, SharedInterceptor
public class MySharedInterceptor
- extends AbstractSharedInterceptor
- Version:
- $Revision: 81022 $
- Author:
- Juha Lindfors.
isInit
public boolean isInit
isStart
public boolean isStart
isStop
public boolean isStop
isDestroy
public boolean isDestroy
MySharedInterceptor
public MySharedInterceptor()
invoke
public Object invoke(Invocation i)
throws Throwable
- Specified by:
invoke
in interface Interceptor
- Overrides:
invoke
in class AbstractInterceptor
- Throws:
Throwable
init
public void init()
throws Exception
- Specified by:
init
in interface Interceptor
- Overrides:
init
in class AbstractSharedInterceptor
- Throws:
Exception
start
public void start()
- Specified by:
start
in interface Interceptor
- Overrides:
start
in class AbstractSharedInterceptor
stop
public void stop()
throws Exception
- Specified by:
stop
in interface Interceptor
- Overrides:
stop
in class AbstractSharedInterceptor
- Throws:
Exception
destroy
public void destroy()
- Specified by:
destroy
in interface Interceptor
- Overrides:
destroy
in class AbstractSharedInterceptor
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.