private static class HelperManager.LifecycleDetails
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.reflect.Method |
activated
method called when helper is activated
|
java.lang.reflect.Method |
deactivated
method called when helper is deactivated
|
int |
installCount
reference count for installed rules which employ this helper class
|
java.lang.reflect.Method |
installed
method called when rule is installed
|
boolean |
installedTakesRule
flag true if installed takes a Rule argument false if it takes a String argument
|
java.lang.Class<?> |
lifecycleClass
the helper class whose lifecycle this record details
|
java.lang.reflect.Method |
uninstalled
method called when rule is uninstalled
|
boolean |
uninstalledTakesRule
flag true if uninstalled takes a Rule argument false if it takes a String argument
|
Constructor and Description |
---|
HelperManager.LifecycleDetails(java.lang.Class<?> lifecycleClass) |
public java.lang.Class<?> lifecycleClass
public int installCount
public java.lang.reflect.Method activated
public java.lang.reflect.Method deactivated
public java.lang.reflect.Method installed
public boolean installedTakesRule
public java.lang.reflect.Method uninstalled
public boolean uninstalledTakesRule