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