FileDocCategorySizeDatePackage
MBeanProxyHandlerIntf.javaAPI DocGlassfish v2 API2905Fri May 04 22:31:04 BST 2007com.sun.appserv.management.util.jmx

MBeanProxyHandlerIntf

public interface MBeanProxyHandlerIntf
Documents built-in supported operations of {@link MBeanProxyHandler}.

Fields Summary
Constructors Summary
Methods Summary
public javax.management.MBeanInfogetMBeanInfo()
Get the MBeanInfo for the MBean this proxy represents.

return
the MBeanInfo or null if not available or inappropriate

public java.util.logging.LoggergetProxyLogger()
Get this proxy's Logger (if any)

public javax.management.ObjectNamegetTargetObjectName()

public voidsetProxyLogger(java.util.logging.Logger logger)
Set a Logger for this proxy. Proxies emit most log messages at FINE, FINER, FINEST levels only.

param
logger