public interface ServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Informa o nome do serviço.
|
boolean |
isActive()
Verifica se o serviço está ativo
|
String getName() throws RemoteException
RemoteException - se houver erro de chamada remota.boolean isActive()
throws RemoteException
RemoteException - se houver erro de chamada remota.Copyright © 2016. All rights reserved.