|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.joinpoint.plugins.reflect.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 info| Method Detail |
public ConstructorInfo getConstructorInfo()
ConstructorJoinpoint
getConstructorInfo in interface ConstructorJoinpointpublic Object[] getArguments()
ConstructorJoinpoint
getArguments in interface ConstructorJoinpointpublic void setArguments(Object[] args)
ConstructorJoinpoint
setArguments in interface ConstructorJoinpointargs - the argumentspublic Object clone()
Joinpoint
clone in interface Joinpoint
public Object dispatch()
throws Throwable
Joinpoint
dispatch in interface JoinpointThrowable - 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 | ||||||||||