|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maintainj.aspect.JoinPointList
public class JoinPointList
This class holds all the join points captured and has some utility methods.
Constructor Summary | |
---|---|
JoinPointList()
|
Method Summary | |
---|---|
void |
add(ISequenceJoinPoint jp)
Adds a ISequenceJoinPoint to list |
void |
clear()
Clears join point list |
ISequenceJoinPoint |
get(int index)
|
ISequenceJoinPoint[] |
getJoinPoints()
Returns ISequenceJoinPoint[] |
int |
getSize()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinPointList()
Method Detail |
---|
public void add(ISequenceJoinPoint jp)
jp
- public void clear()
public ISequenceJoinPoint get(int index)
public ISequenceJoinPoint[] getJoinPoints()
public int getSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |