org.apache.felix.ipojo.handlers.jmx
Class JMXHandlerDescription

java.lang.Object
  extended by org.apache.felix.ipojo.architecture.HandlerDescription
      extended by org.apache.felix.ipojo.handlers.jmx.JMXHandlerDescription

public class JMXHandlerDescription
extends HandlerDescription

Description of the JMX handler.

Author:
Felix Project Team

Constructor Summary
JMXHandlerDescription(MBeanHandler handler)
          Constructs a new handler description for the given handler.
 
Method Summary
 Element getHandlerInfo()
          Gets handler information.
 
Methods inherited from class org.apache.felix.ipojo.architecture.HandlerDescription
getHandlerName, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXHandlerDescription

public JMXHandlerDescription(MBeanHandler handler)
Constructs a new handler description for the given handler.

Parameters:
handler - the handler to describe
Method Detail

getHandlerInfo

public Element getHandlerInfo()
Gets handler information.

Overrides:
getHandlerInfo in class HandlerDescription
Returns:
the handler information.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.