Remote
DBService
DBServiceImpl
, EmbeddedDBServiceImpl
public 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
RemoteException
boolean isStarted() throws RemoteException
RemoteException
boolean isStartable() throws RemoteException
RemoteException
void stop(boolean restartAllowed) throws RemoteException
restartAllowed
- legt fest, ob der Service im laufenden Betrieb neu gestartet werden kann.RemoteException
String getName() throws RemoteException
RemoteException
Copyright © 2018. All rights reserved.