public interface PredicateReaderMBean extends StandardInterface, DescriptorBean
weblogic.management.MBeanHome. As of 9.0, the
 MBeanHome interface and all type-safe interfaces for
 WebLogic Server MBeans are deprecated. Instead, client classes that
 interact with WebLogic Server MBeans should use standard JMX design
 patterns in which clients use the
 javax.management.MBeanServerConnection interface to
 discover MBeans, attributes, and attribute types at runtime.| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getRegisteredPredicates(String nameFilter)
Returns an array of class names of the registered predicates. 
 | 
boolean | 
isRegisteredPredicate(String predicateClassName)
Specifies whether or not the predicate with specified class name is registered. 
 | 
getNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerboolean isRegisteredPredicate(String predicateClassName)
predicateClassName - The name of the Java class that implements the predicate.String[] getRegisteredPredicates(String nameFilter)
nameFilter - A string filter which can contain the wildcard (*) character and 
               the backslash (/) escape character.