public interface PredicateEditorMBean extends PredicateReaderMBean
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 | 
|---|---|
void | 
registerPredicate(String predicateClassName)
Registers a new predicate with the specified class name. 
 | 
void | 
unregisterPredicate(String predicateClassName)
Unregisters the currently registered predicate. 
 | 
getRegisteredPredicates, isRegisteredPredicategetNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenervoid registerPredicate(String predicateClassName) throws InvalidPredicateException, AlreadyExistsException
predicateClassName - The name of the Java class that implements the predicate.InvalidPredicateExceptionAlreadyExistsExceptionvoid unregisterPredicate(String predicateClassName) throws NotFoundException
predicateClassName - The name of the Java class that implements predicate to be unregistered.NotFoundException