FileDocCategorySizeDatePackage
Delegate.javaAPI DocGlassfish v2 API3864Fri May 04 22:23:42 BST 2007com.sun.enterprise.management.support

Delegate

public interface Delegate
Interface for delegating responsibility for handling Attribute getters/setters as well as invoke().

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAttribute(java.lang.String attrName)

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

public java.lang.StringgetDefaultValue(java.lang.String name)

public java.lang.StringgetID()
An arbitrary (but hopefully meaningful) identifier for this Delegate.

public javax.management.MBeanInfogetMBeanInfo()
Get the MBeanInfo this delegate wishes to make visible.

public java.lang.Objectinvoke(java.lang.String operationName, java.lang.Object[] args, java.lang.String[] types)
invoke the operation.

public voidsetAttribute(javax.management.Attribute attrName)

public javax.management.AttributeListsetAttributes(javax.management.AttributeList mappedAttrs)

public voidsetOwner(DelegateOwner owner)

public booleansupportsAttribute(java.lang.String name)
Return true if the Attribute is supported

public booleansupportsOperation(java.lang.String operationName, java.lang.Object[] args, java.lang.String[] types)
Return true if the operation is supported