public interface OpenURLServiceInterface extends ServiceInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME
Nome do serviço para o
ServiceManager |
| Modifier and Type | Method and Description |
|---|---|
List<PredefinedURLSystem> |
getPredefinedURLSystems()
Montagem da lista de sistemas pré-configurados.
|
URL |
getSystemURL(Locale locale,
OpenBusLoginToken token,
String systemLabel,
String currentClientId,
String newClientId,
boolean startVisible)
Retorna uma URL de um sistema CSBASE qualquer com base em uma tag
pré-configurada no serviço.
|
URL |
getURL(Locale locale,
OpenBusLoginToken token,
String currentClientId,
String newClientId,
boolean startVisible)
Retorna uma URL do próprio sistema.
|
getName, isActivestatic final String SERVICE_NAME
ServiceManagerURL getSystemURL(Locale locale, OpenBusLoginToken token, String systemLabel, String currentClientId, String newClientId, boolean startVisible) throws RemoteException
locale - localetoken - o token de login do OpenbussystemLabel - tag configurada no serviço para escolha do
servidor/sistemacurrentClientId - identificador do cliente que chamou a ação.newClientId - identificador para o novo cliente a ser lançado.startVisible - indicativo se o desktop deve aparecer como visível.RemoteException - em caso de falha RMI.URL getURL(Locale locale, OpenBusLoginToken token, String currentClientId, String newClientId, boolean startVisible) throws RemoteException
locale - localetoken - o token de login do OpenbuscurrentClientId - identificador do cliente que chamou a ação.newClientId - identificador para o novo cliente a ser lançado.startVisible - indicativo se o desktop deve aparecer como visível.RemoteException - em caso de falha RMI.List<PredefinedURLSystem> getPredefinedURLSystems() throws RemoteException
RemoteException - em caso de falha RMI.Copyright © 2021. All rights reserved.