com.sun.appserv.management.util.jmx
Class ReadWriteAttributeFilter
java.lang.Object
com.sun.appserv.management.util.jmx.ReadWriteAttributeFilter
- All Implemented Interfaces:
- AttributeFilter
public class ReadWriteAttributeFilter
- extends Object
- implements AttributeFilter
This class contains various filters based on read/write status of
an Attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ_ONLY_FILTER
public static final AttributeFilter READ_ONLY_FILTER
READABLE_FILTER
public static final AttributeFilter READABLE_FILTER
WRITE_ONLY_FILTER
public static final AttributeFilter WRITE_ONLY_FILTER
WRITEABLE_FILTER
public static final AttributeFilter WRITEABLE_FILTER
READ_WRITE_FILTER
public static final AttributeFilter READ_WRITE_FILTER
ALL_FILTER
public static final AttributeFilter ALL_FILTER
ReadWriteAttributeFilter
protected ReadWriteAttributeFilter()
filterAttribute
public boolean filterAttribute(MBeanAttributeInfo info)
- Specified by:
filterAttribute
in interface AttributeFilter
- Returns:
- true to include the Attribute, false otherwise
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.