|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.aop.instrument.JoinpointStatusUpdate.ClassJoinpoints
Collection of the joinponts of a class.
| Field Summary | |
Collection |
constructorExecutions
The constructor execution joinpoints. |
Collection |
fieldReads
The field read joinpoints. |
Collection |
fieldWrites
The field write joinponts. |
Collection |
methodExecutions
The method execution joinpoints. |
| Constructor Summary | |
JoinpointStatusUpdate.ClassJoinpoints(int fields,
int constructors,
int methods)
Constructor. |
|
| Method Summary | |
boolean |
isEmpty()
Returns true if this object contains no joinpoints. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Collection fieldReads
java.lang.Integer.
public Collection fieldWrites
java.lang.Integer.
public Collection constructorExecutions
java.lang.Integer.
public Collection methodExecutions
org.jboss.aop.MethodInfo.
| Constructor Detail |
public JoinpointStatusUpdate.ClassJoinpoints(int fields,
int constructors,
int methods)
fields - the maximum number of field reads and field writes that this
instance may contain.constructors - the maximum number of constructor executions that this
instance may contain.methods - the maximum number of method executions that this
instance may contain.| Method Detail |
public boolean isEmpty()
true if this object contains no joinpoints.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||