Package com.soffid.iam.sync.service.ejb
Interface SyncServerService
public interface SyncServerService
EJB SyncServerService
-
Method Summary
Modifier and TypeMethodDescriptionvoidboostTask(long taskId) voidcancelTask(long taskId) voidvoidconfigureLog(String server, LogConfiguration config) com.soffid.zkdb.api.PagedResult<LogFileEntry>findLogs(String server, LogConfiguration config, long firstRow, long numRows) getAgentTasks(String url, String agentCodi) getAgentTasks(String url, String agentName, Long taskId) getServerLogs(String server) getServerTasks(String url) getSeyconServerLog(String urlServer) getSyncServerInfo(String url) voidvoidreleaseTask(long taskId) voidresetSyncServer(String url, String server) String[]tailServerLog(String urlServer)
-
Method Details
-
findLogs
com.soffid.zkdb.api.PagedResult<LogFileEntry> findLogs(String server, LogConfiguration config, long firstRow, long numRows) throws InternalErrorException - Throws:
InternalErrorException
-
getServerLogs
- Throws:
InternalErrorException
-
getAgentTasks
SyncAgentTaskLog getAgentTasks(String url, String agentName, Long taskId) throws InternalErrorException, InternalErrorException -
getSyncServerInfo
-
getSeyconServerLog
InputStream getSeyconServerLog(String urlServer) throws InternalErrorException, InternalErrorException -
tailServerLog
-
findUnscheduledTasks
- Throws:
InternalErrorException
-
getAgentTasks
Collection<SyncAgentTaskLog> getAgentTasks(String url, String agentCodi) throws InternalErrorException, InternalErrorException -
getPendingTasksInfo
Collection<SyncServerInfo> getPendingTasksInfo() throws InternalErrorException, InternalErrorException -
getServerAgentStatus
Collection<AgentStatusInfo> getServerAgentStatus() throws InternalErrorException, InternalErrorException -
getServerAgentStatus
Collection<AgentStatusInfo> getServerAgentStatus(String url) throws InternalErrorException, InternalErrorException -
getServerTasks
-
getSyncServersStatus
Collection<SyncServerInfo> getSyncServersStatus() throws InternalErrorException, InternalErrorException -
getSyncServerInstances
-
getSyncServers
-
getPendingTasksStats
Map<String,Vector<Object[]>> getPendingTasksStats() throws InternalErrorException, InternalErrorException -
getStats
Map<String,int[]> getStats(String server, String metric, int seconds, int step) throws InternalErrorException - Throws:
InternalErrorException
-
boostTask
- Throws:
InternalErrorException
-
cancelTask
- Throws:
InternalErrorException
-
cancelUnscheduledTasks
- Throws:
InternalErrorException
-
releaseAllTasks
- Throws:
InternalErrorException
-
releaseTask
- Throws:
InternalErrorException
-
resetSyncServer
void resetSyncServer(String url, String server) throws InternalErrorException, InternalErrorException -
configureLog
- Throws:
InternalErrorException
-