|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.misc.GrouperStartup
public class GrouperStartup
this should be called when grouper starts up. this file needs to be utf-8
Field Summary | |
---|---|
static boolean |
ignoreCheckConfig
if we should ignore checkconfig |
static boolean |
logErrorStatic
if errors should be logged (perhaps in all cases except registry init) |
static boolean |
runDdlBootstrap
if we should run the boot strap from startup |
static boolean |
runFromMain
if running from main and expecting to print to the screen |
static boolean |
started
keep track if started or not |
Constructor Summary | |
---|---|
GrouperStartup()
|
Method Summary | |
---|---|
static void |
initData(boolean logError)
init data |
static void |
initIncludeExcludeType()
init the include/exclude type if configured in the grouper.properties |
static void |
initLoaderType()
init the loader types and attributes if configured to |
static void |
initMembershipLiteConfigType()
init membership lite config type |
static boolean |
isFinishedStartupSuccessfully()
if startup has finished sucessfully |
static boolean |
startup()
call this when grouper starts up |
static void |
verifyMemberSortAndSearchConfig()
verify that at least one search/sort column is specified for each source |
static void |
verifyTableIdIndexes()
verify that table id indexes |
static void |
verifyUtf8andTransactions()
make sure grouper can handle utf8 |
static void |
verifyUtf8andTransactionsHelper()
make sure grouper can handle utf8 |
static java.lang.String |
versionTimestamp()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean runFromMain
public static boolean started
public static boolean ignoreCheckConfig
public static boolean logErrorStatic
public static boolean runDdlBootstrap
Constructor Detail |
---|
public GrouperStartup()
Method Detail |
---|
public static boolean isFinishedStartupSuccessfully()
public static java.lang.String versionTimestamp()
public static boolean startup()
public static void verifyUtf8andTransactions()
public static void verifyUtf8andTransactionsHelper()
public static void verifyMemberSortAndSearchConfig()
public static void verifyTableIdIndexes()
public static void initMembershipLiteConfigType()
public static void initLoaderType()
public static void initIncludeExcludeType()
public static void initData(boolean logError)
logError
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |