|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.management.ObjectNameExcludeFilter
public class ObjectNameExcludeFilter
Filter used to prevent registering MBeans that match the specified pattern.
| Field Summary | |
|---|---|
protected Filter |
m_filterThe underlying filter. |
| Constructor Summary | |
|---|---|
ObjectNameExcludeFilter(java.lang.String sPatterns)Construct an ObjectNameExcludeFilter based on one or more regular expressions. |
|
ObjectNameExcludeFilter(java.lang.String[] asPattern)Construct an ObjectNameExcludeFilter based on one or more regular expressions. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)Compare the ObjectNameExcludeFilter with another object to determine equality. |
boolean |
evaluate(java.lang.Object o)Apply the test to the object. |
int |
hashCode()Determine a hash value for the ObjectNameExcludeFilter object according to the general Object.hashCode() contract. |
java.lang.String |
toString()Return a human-readable description for this Filter. |
| Field Detail |
|---|
protected Filter m_filter
| Constructor Detail |
|---|
public ObjectNameExcludeFilter(java.lang.String[] asPattern)
asPattern - an array of patterns to matchpublic ObjectNameExcludeFilter(java.lang.String sPatterns)
sPatterns - a white space delimited sequence of patterns to match| Method Detail |
|---|
public boolean evaluate(java.lang.Object o)
evaluate in interface Filtero - the object to testpublic boolean equals(java.lang.Object o)
public int hashCode()
Object.hashCode() contract.public java.lang.String toString()
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||