org.jboss.joinpoint.spi
Interface ConstructorJoinpoint

All Superinterfaces:
Cloneable, Joinpoint
All Known Implementing Classes:
BasicConstructorJoinPoint

public interface ConstructorJoinpoint
extends Joinpoint

A constructor join point.

Author:
Bill Burke, Adrian Brock

Method Summary
 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
 
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint
clone, dispatch, toHumanReadableString
 

Method Detail

getConstructorInfo

ConstructorInfo getConstructorInfo()
Get the constructor info for this join point

Returns:
the constructor info

getArguments

Object[] getArguments()
Get the arguments for the constructor

Returns:
the arguments

setArguments

void setArguments(Object[] args)
Set the arguments for the constructor

Parameters:
args - the arguments


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.