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

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

public class GrouperHookMethodAndObject
extends java.lang.Object

structure to hold method and class to be called for hook


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

Constructor Detail

GrouperHookMethodAndObject

public GrouperHookMethodAndObject(java.lang.reflect.Method hookMethod,
                                  java.lang.Object hookLogicInstance)
Parameters:
hookMethod -
hookLogicInstance -
Method Detail

getHookMethod

public java.lang.reflect.Method getHookMethod()
Returns:
the hookMethod

getHookLogicInstance

public java.lang.Object getHookLogicInstance()
Returns:
the hookLogicInstance