edu.internet2.middleware.grouper.hooks.logic
Class GrouperHookMethodAndObject

java.lang.Object
  extended by edu.internet2.middleware.grouper.hooks.logic.GrouperHookMethodAndObject

public class GrouperHookMethodAndObject
extends Object

structure to hold method and class to be called for hook


Constructor Summary
GrouperHookMethodAndObject(Method hookMethod, Object hookLogicInstance)
           
 
Method Summary
 Object getHookLogicInstance()
           
 Method getHookMethod()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperHookMethodAndObject

public GrouperHookMethodAndObject(Method hookMethod,
                                  Object hookLogicInstance)
Parameters:
hookMethod -
hookLogicInstance -
Method Detail

getHookMethod

public Method getHookMethod()
Returns:
the hookMethod

getHookLogicInstance

public Object getHookLogicInstance()
Returns:
the hookLogicInstance