public interface ApplicationServiceInterface extends ServiceInterface, TransactionInterface, RemoteObservable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME
Nome do serviço para o
ServiceManager |
| Modifier and Type | Method and Description |
|---|---|
Hashtable<String,ApplicationCategory> |
getApplicationCategories()
Consulta as listas de categorias definidas pelo sistema
|
Hashtable<String,ApplicationRegistry> |
getApplicationRegistries()
Consulta as aplicações definidas pelo sistema
|
ApplicationRegistry |
getApplicationRegistry(String id)
Busca o registro de uma aplicação específica pelo seu identificador.
|
tecgraf.ftc.common.logic.RemoteFileChannelInfo |
getApplicationResource(String appId,
String[] resourcePath)
Encontra um recurso dado seu path.
|
boolean |
reloadApplications()
Pedido de recarga das aplicações.
|
getName, isActiveisLocked, lock, unlockaddObserver, countObservers, deleteObserver, deleteObservers, notifyObserversstatic final String SERVICE_NAME
ServiceManagerHashtable<String,ApplicationRegistry> getApplicationRegistries() throws RemoteException
RemoteException - em caso de erro.Hashtable<String,ApplicationCategory> getApplicationCategories() throws RemoteException
RemoteException - em caso de errotecgraf.ftc.common.logic.RemoteFileChannelInfo getApplicationResource(String appId, String[] resourcePath) throws RemoteException
appId - id da aplicação.resourcePath - path do recurso desejado.RemoteFileChannelInfo, ou null se o
recurso não for encontrado.RemoteException - em caso de erro.boolean reloadApplications()
throws RemoteException
RemoteException - Erro de RMI.ApplicationRegistry getApplicationRegistry(String id)
id - o identificador.Copyright © 2018. All rights reserved.