public class OpenURLService extends Service implements csbase.remote.OpenURLServiceInterface
| Modifier | Constructor and Description |
|---|---|
protected |
OpenURLService()
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
createService()
Constrói a instância do serviço de gerência de SGAs
|
static OpenURLService |
getInstance()
Obtém uma referência para a instância única (singleton) do serviço de
algoritmos.
|
List<csbase.logic.openurlservice.PredefinedURLSystem> |
getPredefinedURLSystems() |
URL |
getSystemURL(Locale locale,
csbase.logic.openbus.OpenBusLoginToken token,
String systemLabel,
String currentClientId,
String newClientId,
boolean startVisible) |
URL |
getURL(Locale locale,
csbase.logic.openbus.OpenBusLoginToken token,
String currentClientId,
String newClientId,
boolean startVisible) |
protected boolean |
has2Update(Object arg,
Object event) |
void |
initService()
Método abstrato de inicialização do serviço.
|
void |
shutdownService()
Método abstrato de término do serviço
|
getBooleanProperty, getDefaultLocale, getDoubleProperty, getExternalPropertyFile, getFormattedString, getFormattedString, getInitializationDependencies, getInstance, getIntProperty, getKey, getLongProperty, getName, getOptionalString, getOptionalString, getOSPropertyPath, getSenderName, getServices, getString, getString, getStringListProperty, getStringProperty, getSystemId, getThreadLocale, getUser, getUserPermission, hasProperty, incrCounter, isActive, isEnabled, isInternalServerRequest, isLoggingNotifications, isPropertyNull, logNotification, setEnabled, setKey, setSystemId, setUserId, setUserLocalehandleException, handleFatalErroraddObserver, countObservers, deleteObserver, deleteObserver, deleteObservers, has2update, notifyObserversprotected OpenURLService()
throws ServerException
ServerException - em caso de erro.public List<csbase.logic.openurlservice.PredefinedURLSystem> getPredefinedURLSystems()
getPredefinedURLSystems in interface csbase.remote.OpenURLServiceInterfacepublic URL getSystemURL(Locale locale, csbase.logic.openbus.OpenBusLoginToken token, String systemLabel, String currentClientId, String newClientId, boolean startVisible)
getSystemURL in interface csbase.remote.OpenURLServiceInterfacepublic URL getURL(Locale locale, csbase.logic.openbus.OpenBusLoginToken token, String currentClientId, String newClientId, boolean startVisible) throws RemoteException
getURL in interface csbase.remote.OpenURLServiceInterfaceRemoteExceptionprotected boolean has2Update(Object arg, Object event)
has2Update in class csbase.remote.RemoteObjectObservablepublic void initService()
throws ServerException
initService in class ServiceServerException - em caso de falhapublic void shutdownService()
throws ServerException
shutdownService in class ServiceServerException - em caso de falha.public static void createService()
throws ServerException
ServerException - em caso de erro.public static OpenURLService getInstance()
Copyright © 2016. All rights reserved.