RemoteDBServiceDBServiceImpl, EmbeddedDBServiceImplpublic interface Service extends Remote
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Liefert den sprechenden Namen des Services.
|
boolean |
isStartable() |
Prueft, ob der Service gestartet werden darf.
|
boolean |
isStarted() |
Prueft, ob dieser Service gestartet ist.
|
void |
start() |
Startet den Service.
|
void |
stop(boolean restartAllowed) |
Stoppt den Service.
|
void start()
throws RemoteException
RemoteExceptionboolean isStarted()
throws RemoteException
RemoteExceptionboolean isStartable()
throws RemoteException
RemoteExceptionvoid stop(boolean restartAllowed) throws RemoteException
restartAllowed - legt fest, ob der Service im laufenden Betrieb neu gestartet werden kann.RemoteExceptionString getName() throws RemoteException
RemoteExceptionCopyright © 2018. All rights reserved.