Class PostConstructCallback

    • Constructor Detail

      • PostConstructCallback

        public PostConstructCallback​(java.lang.Class<?> clazz,
                                     java.lang.String methodName)
        Parameters:
        clazz - the class object to be injected
        methodName - the name of the method to be injected
      • PostConstructCallback

        public PostConstructCallback​(java.lang.String className,
                                     java.lang.String methodName)
        Parameters:
        className - the name of the class to be injected
        methodName - the name of the method to be injected
    • Method Detail

      • callback

        public void callback​(java.lang.Object instance)
                      throws java.lang.SecurityException,
                             java.lang.IllegalArgumentException,
                             java.lang.NoSuchMethodException,
                             java.lang.ClassNotFoundException,
                             java.lang.IllegalAccessException,
                             java.lang.reflect.InvocationTargetException
        Overrides:
        callback in class LifeCycleCallback
        Throws:
        java.lang.SecurityException
        java.lang.IllegalArgumentException
        java.lang.NoSuchMethodException
        java.lang.ClassNotFoundException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException