|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.LifecycleHooks
public class LifecycleHooks
hooks regarding general grouper lifecycle (e.g. startup, hooks init, hib registration, etc)
Field Summary | |
---|---|
static java.lang.String |
METHOD_DDL_INIT
constant for method name for: ddlInit |
static java.lang.String |
METHOD_GROUPER_STARTUP
constant for method name for: grouperStartup |
static java.lang.String |
METHOD_HIBERNATE_INIT
constant for method name for: hibernateInit |
static java.lang.String |
METHOD_HOOKS_INIT
constant for method name for: hooksInit |
Constructor Summary | |
---|---|
LifecycleHooks()
|
Method Summary | |
---|---|
void |
ddlInit(HooksContext hooksContext,
HooksLifecycleDdlInitBean hooksLifecycleDdlInitBean)
called when ddl is checking objects (you can add your own ddl object types here) |
void |
grouperStartup(HooksContext hooksContext,
HooksLifecycleGrouperStartupBean hooksLifecycleStartupBean)
called when grouper starts up (note, this might be too early to do anything complex) |
void |
hibernateInit(HooksContext hooksContext,
HooksLifecycleHibInitBean hooksLifecycleHibInitBean)
called when hibernate is registering objects (you can add your own hibernate mapped objects here) |
void |
hooksInit(HooksContext hooksContext,
HooksLifecycleHooksInitBean hooLifecycleHooksInitBean)
called when grouper starts up |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String METHOD_GROUPER_STARTUP
public static final java.lang.String METHOD_HIBERNATE_INIT
public static final java.lang.String METHOD_HOOKS_INIT
public static final java.lang.String METHOD_DDL_INIT
Constructor Detail |
---|
public LifecycleHooks()
Method Detail |
---|
public void grouperStartup(HooksContext hooksContext, HooksLifecycleGrouperStartupBean hooksLifecycleStartupBean)
hooksContext
- hooksLifecycleStartupBean
- public void hooksInit(HooksContext hooksContext, HooksLifecycleHooksInitBean hooLifecycleHooksInitBean)
hooksContext
- hooLifecycleHooksInitBean
- public void hibernateInit(HooksContext hooksContext, HooksLifecycleHibInitBean hooksLifecycleHibInitBean)
hooksContext
- hooksLifecycleHibInitBean
- public void ddlInit(HooksContext hooksContext, HooksLifecycleDdlInitBean hooksLifecycleDdlInitBean)
hooksContext
- hooksLifecycleDdlInitBean
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |