org.jboss.aop.microcontainer.aspects.jmx
Class JMXIntroduction

java.lang.Object
  extended by org.jboss.aop.microcontainer.aspects.jmx.JMXIntroduction
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

Deprecated. Should use JMXLifecycleCallback instead

public class JMXIntroduction
extends Object
implements org.jboss.aop.advice.Interceptor

A JMXIntroduction.

Version:
$Revision: 71106 $
Author:
Adrian Brock

Constructor Summary
JMXIntroduction()
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
          Deprecated.  
 void setMbeanServer(MBeanServer server)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXIntroduction

public JMXIntroduction()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 
Specified by:
getName in interface org.jboss.aop.advice.Interceptor

setMbeanServer

public void setMbeanServer(MBeanServer server)
Deprecated. 

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
Deprecated. 
Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Throws:
Throwable


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.