jasco.runtime.hotswap
Class CallJoinpoint

java.lang.Object
  extended by jasco.runtime.hotswap.CallJoinpoint

public class CallJoinpoint
extends java.lang.Object

Author:
Wim TODO when call is not first ERRROR!!!!!!!!!!

Constructor Summary
CallJoinpoint(java.lang.String methodname, java.lang.String classname, IHook hook)
           
 
Method Summary
 java.lang.String getClassName()
           
 IHook getHook()
           
 java.lang.String getMethodname()
           
 boolean isMatch(javassist.CtMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallJoinpoint

public CallJoinpoint(java.lang.String methodname,
                     java.lang.String classname,
                     IHook hook)
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
Returns the className.

getHook

public IHook getHook()
Returns:
Returns the hook.

getMethodname

public java.lang.String getMethodname()
Returns:
Returns the methodname.

isMatch

public boolean isMatch(javassist.CtMethod method)