|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.beans.DefaultMemberFilter
public class DefaultMemberFilter
A member filter implementation that accepts all be default. Subclasses can override methods to refine acceptance.
| Constructor Summary | |
|---|---|
DefaultMemberFilter()
|
|
| Method Summary | |
|---|---|
boolean |
acceptsConstructor(Constructor constructor)
Test if the filter accepts this constructor. |
boolean |
acceptsField(Field field)
Test if the filter accepts a field. |
boolean |
acceptsMethod(Method method)
Test if the filter accepts a method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMemberFilter()
| Method Detail |
|---|
public boolean acceptsField(Field field)
MemberFilter
acceptsField in interface MemberFilterfield - The field
public boolean acceptsMethod(Method method)
MemberFilter
acceptsMethod in interface MemberFiltermethod - The method.
public boolean acceptsConstructor(Constructor constructor)
MemberFilter
acceptsConstructor in interface MemberFilterconstructor - The constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||