|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.joinpoint.plugins.reflect.ReflectConstructorJoinPoint
public class ReflectConstructorJoinPoint
A constructor joinpoint
Field Summary | |
---|---|
protected Object[] |
arguments
The arguments |
protected ConstructorInfo |
constructorInfo
The constructor info |
Constructor Summary | |
---|---|
ReflectConstructorJoinPoint(ConstructorInfo constructorInfo)
Create a new constructor join point |
Method Summary | |
---|---|
Object |
clone()
Make a copy of the joinpoint |
Object |
dispatch()
Invoke on the actual joinpoint |
Object[] |
getArguments()
Get the arguments for the constructor |
ConstructorInfo |
getConstructorInfo()
Get the constructor info for this join point |
void |
setArguments(Object[] args)
Set the arguments for the constructor |
String |
toHumanReadableString()
A human readable version of the join point |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ConstructorInfo constructorInfo
protected Object[] arguments
Constructor Detail |
---|
public ReflectConstructorJoinPoint(ConstructorInfo constructorInfo)
constructorInfo
- the constructor infoMethod Detail |
---|
public ConstructorInfo getConstructorInfo()
ConstructorJoinpoint
getConstructorInfo
in interface ConstructorJoinpoint
public Object[] getArguments()
ConstructorJoinpoint
getArguments
in interface ConstructorJoinpoint
public void setArguments(Object[] args)
ConstructorJoinpoint
setArguments
in interface ConstructorJoinpoint
args
- the argumentspublic Object clone()
Joinpoint
clone
in interface Joinpoint
clone
in class Object
public Object dispatch() throws Throwable
Joinpoint
dispatch
in interface Joinpoint
Throwable
- for any errorpublic String toHumanReadableString()
Joinpoint
toHumanReadableString
in interface Joinpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |