|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.beans.MainMethodFilter
public class MainMethodFilter
A filter class for main static methods (application entry points).
| Constructor Summary | |
|---|---|
MainMethodFilter()
|
|
| 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 MainMethodFilter()
| 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 | |||||||||