public static class JoinpointStatusUpdate.ClassJoinpoints extends Object
Modifier and Type | Field and Description |
---|---|
Collection<Integer> |
constructorExecutions
The constructor execution joinpoints.
|
Collection<Integer> |
fieldReads
The field read joinpoints.
|
Collection<Integer> |
fieldWrites
The field write joinponts.
|
Collection<MethodInfo> |
methodExecutions
The method execution joinpoints.
|
Constructor and Description |
---|
JoinpointStatusUpdate.ClassJoinpoints(int fields,
int constructors,
int methods)
Constructor.
|
public Collection<Integer> fieldReads
java.lang.Integer
.public Collection<Integer> fieldWrites
java.lang.Integer
.public Collection<Integer> constructorExecutions
java.lang.Integer
.public Collection<MethodInfo> methodExecutions
org.jboss.aop.MethodInfo
.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.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.