File
Doc
Category
Size
Date
Package
DynamicInterceptorHook.java
API Doc
Glassfish v2 API
4159
Fri May 04 22:25:40 BST 2007
com.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.Object
getAttribute
(
javax.management.ObjectName
objectName,
java.lang.String
attributeName)
public
javax.management.AttributeList
getAttributes
(
javax.management.ObjectName
objectName,
java.lang.String[]
attrNames)
public
java.lang.ClassLoader
getClassLoader
(
javax.management.ObjectName
objectName)
public
java.lang.ClassLoader
getClassLoaderFor
(
javax.management.ObjectName
objectName)
public
javax.management.MBeanInfo
getMBeanInfo
(
javax.management.ObjectName
objectName)
public
java.lang.Object
invoke
(
javax.management.ObjectName
objectName,
java.lang.String
operationName,
java.lang.Object[]
params,
java.lang.String[]
signature)
public void
setAttribute
(
javax.management.ObjectName
objectName,
javax.management.Attribute
attribute)
public
javax.management.AttributeList
setAttributes
(
javax.management.ObjectName
objectName,
javax.management.AttributeList
attributeList)
Java Code Source