public interface OpenURLServiceInterface extends ServiceInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME
Nome do serviço para o
ServiceManager |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PredefinedURLSystem> |
getPredefinedURLSystems()
Montagem da lista de sistemas pré-configurados.
|
java.net.URL |
getSystemURL(java.util.Locale locale,
OpenBusLoginToken token,
java.lang.String systemLabel,
java.lang.String currentClientId,
java.lang.String newClientId,
boolean startVisible)
Retorna uma URL de um sistema CSBASE qualquer com base em uma tag
pré-configurada no serviço.
|
java.net.URL |
getURL(java.util.Locale locale,
OpenBusLoginToken token,
java.lang.String currentClientId,
java.lang.String newClientId,
boolean startVisible)
Retorna uma URL do próprio sistema.
|
getName, isActivestatic final java.lang.String SERVICE_NAME
ServiceManagerjava.net.URL getSystemURL(java.util.Locale locale,
OpenBusLoginToken token,
java.lang.String systemLabel,
java.lang.String currentClientId,
java.lang.String newClientId,
boolean startVisible)
throws java.rmi.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.java.rmi.RemoteException - em caso de falha RMI.java.net.URL getURL(java.util.Locale locale,
OpenBusLoginToken token,
java.lang.String currentClientId,
java.lang.String newClientId,
boolean startVisible)
throws java.rmi.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.java.rmi.RemoteException - em caso de falha RMI.java.util.List<PredefinedURLSystem> getPredefinedURLSystems() throws java.rmi.RemoteException
java.rmi.RemoteException - em caso de falha RMI.Copyright © 2018. All Rights Reserved.