org.apache.logging.log4j.core.jmx
Class ContextSelectorAdmin

java.lang.Object
  extended by org.apache.logging.log4j.core.jmx.ContextSelectorAdmin
All Implemented Interfaces:
ContextSelectorAdminMBean

public class ContextSelectorAdmin
extends Object
implements ContextSelectorAdminMBean

Implementation of the ContextSelectorAdminMBean interface.


Field Summary
 
Fields inherited from interface org.apache.logging.log4j.core.jmx.ContextSelectorAdminMBean
NAME
 
Constructor Summary
ContextSelectorAdmin(ContextSelector selector)
          Constructs a new ContextSelectorAdmin.
 
Method Summary
 String getImplementationClassName()
          Returns the name of the class implementing the ContextSelector interface.
 ObjectName getObjectName()
          Returns the ObjectName of this mbean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextSelectorAdmin

public ContextSelectorAdmin(ContextSelector selector)
Constructs a new ContextSelectorAdmin.

Parameters:
selector - the instrumented object
Method Detail

getObjectName

public ObjectName getObjectName()
Returns the ObjectName of this mbean.

Returns:
the ObjectName
See Also:
ContextSelectorAdminMBean.NAME

getImplementationClassName

public String getImplementationClassName()
Description copied from interface: ContextSelectorAdminMBean
Returns the name of the class implementing the ContextSelector interface.

Specified by:
getImplementationClassName in interface ContextSelectorAdminMBean
Returns:
the name of the ContextSelector implementation class.


Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.