FileDocCategorySizeDatePackage
DynamicInterceptorHook.javaAPI DocGlassfish v2 API4159Fri May 04 22:25:40 BST 2007com.sun.enterprise.interceptor

DynamicInterceptorHook

public interface DynamicInterceptorHook
Interface which must be implemented by anything wishing to "hook" the DynamicInterceptor for the methods declared here; not all methods of the MBeanServer are hooked.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAttribute(javax.management.ObjectName objectName, java.lang.String attributeName)

public javax.management.AttributeListgetAttributes(javax.management.ObjectName objectName, java.lang.String[] attrNames)

public java.lang.ClassLoadergetClassLoader(javax.management.ObjectName objectName)

public java.lang.ClassLoadergetClassLoaderFor(javax.management.ObjectName objectName)

public javax.management.MBeanInfogetMBeanInfo(javax.management.ObjectName objectName)

public java.lang.Objectinvoke(javax.management.ObjectName objectName, java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature)

public voidsetAttribute(javax.management.ObjectName objectName, javax.management.Attribute attribute)

public javax.management.AttributeListsetAttributes(javax.management.ObjectName objectName, javax.management.AttributeList attributeList)