public interface OpenBusServiceInterface extends ServiceInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME
O nome do serviço.
|
| Modifier and Type | Method and Description |
|---|---|
BusInfo |
getBusInfo()
Obtém informações sobre a localização do OpenBus.
|
java.util.Set<scs.core.ComponentId> |
getFailedComponents()
Obtém um conjunto com os componentes com falha no registro.
|
java.util.Set<scs.core.ComponentId> |
getRegisteredComponents()
Obtém um conjunto com os componentes registrados.
|
getName, isActivestatic final java.lang.String SERVICE_NAME
BusInfo getBusInfo() throws java.rmi.RemoteException
java.rmi.RemoteException - Usada pelo mecanismo de RMI.java.util.Set<scs.core.ComponentId> getRegisteredComponents()
throws java.rmi.RemoteException
java.rmi.RemoteException - Usada pelo mecanismo de RMI.java.util.Set<scs.core.ComponentId> getFailedComponents()
throws java.rmi.RemoteException
java.rmi.RemoteException - Usada pelo mecanismo de RMI.Copyright © 2018. All Rights Reserved.