public class StandardServer extends AbstractMain
| Modifier and Type | Field and Description |
|---|---|
protected static StandardServer |
server |
isServer, MAIN_ARG_CONFIG, MAIN_ARG_CONNECT, MAIN_ARG_LOGFILE, MAIN_ARG_LOGLEVEL, MAIN_ARG_NONEWLOGSTREAM, MAIN_ARG_RESETIOR, MAIN_ARG_SKIPBOOTSTRAP| Constructor and Description |
|---|
StandardServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main to launch a Standard Server process
|
static void |
resetAgentIORs(RolePath root,
TransactionKey transactionKey) |
static void |
resetItemIORs(DomainPath root,
TransactionKey transactionKey) |
static void |
standardInitialisation(Properties props,
ResourceLoader res)
Initialise the server
|
static void |
standardInitialisation(String[] args)
Initialise the server
|
readC2KArgs, readPropertyFiles, setShutdownHandler, shutdownprotected static StandardServer server
public static void resetItemIORs(DomainPath root, TransactionKey transactionKey) throws ObjectNotFoundException, ObjectCannotBeUpdated, CannotManageException
public static void resetAgentIORs(RolePath root, TransactionKey transactionKey) throws ObjectNotFoundException, ObjectCannotBeUpdated, CannotManageException
public static void standardInitialisation(Properties props, ResourceLoader res) throws Exception
props - initiliased Propertiesres - the instantiated ResourceLoaderException - throw whatever happenspublic static void standardInitialisation(String[] args) throws Exception
args - command line parametersException - throw whatever happensCopyright © 1997–2022 CRISTAL-iSE. All rights reserved.