org.glassfish.jersey.server.monitoring
Interface ResourceMXBean

All Known Implementing Classes:
ResourceMxBeanImpl

public interface ResourceMXBean

MXBean interface of resource MXBeans.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Method Summary
 String getName()
          Get the name of the resource.
 

Method Detail

getName

String getName()
Get the name of the resource. The name can be URI or resource class name depending on the usage of MXBean.

Returns:
Name of the MXBean.


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.