|
DBAbstract API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ro.raducora.connection.server.ServerLauncher
Method Summary | |
static boolean |
deRegisterAll()
De-register all Servers |
static boolean |
deRegisterServer(Server server)
Deregisters a Server |
static boolean |
registerServer(Server server)
Registers a Server |
static boolean |
registerServers(Server[] serverArray)
Registers an array of servers |
static boolean |
reloadAll()
Tries to reload properties for all servers. |
static void |
startAll()
Starts all registered Servers |
static void |
startServer(Server server)
Starts a certain registered Server |
static void |
startServersExcept(Server server)
Starts all registered Servers except the one sent as parameter |
static void |
stopAll()
Stops all registered Servers |
static void |
stopServer(Server server)
Stops a certain registered Server |
static void |
stopServersExcept(Server server)
Stops registered Servers except the one sent as parameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean reloadAll()
public static boolean registerServer(Server server)
server
- The server to register
public static boolean registerServers(Server[] serverArray)
serverArray
- the server array to register
public static boolean deRegisterServer(Server server)
server
- the server to de-register
public static boolean deRegisterAll()
public static void startAll()
public static void stopAll()
public static void startServer(Server server)
public static void stopServer(Server server)
public static void startServersExcept(Server server)
server
- the exceptionpublic static void stopServersExcept(Server server)
server
- the exception
|
DBAbstract API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |