Package com.soffid.iam.service.ejb
Interface SyncServerService
-
public interface SyncServerService
EJB SyncServerService
-
-
Method Summary
-
-
-
Method Detail
-
getAgentTasks
SyncAgentTaskLog getAgentTasks(String url, String agentName, Long taskId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getSyncServerInfo
SyncServerInfo getSyncServerInfo(String url) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getSeyconServerLog
InputStream getSeyconServerLog(String urlServer) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
tailServerLog
String[] tailServerLog(String urlServer) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUnscheduledTasks
Collection<SeyconTask> findUnscheduledTasks() throws InternalErrorException
- Throws:
InternalErrorException
-
getAgentTasks
Collection<SyncAgentTaskLog> getAgentTasks(String url, String agentCodi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getPendingTasksInfo
Collection<SyncServerInfo> getPendingTasksInfo() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getServerAgentStatus
Collection<AgentStatusInfo> getServerAgentStatus() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getServerAgentStatus
Collection<AgentStatusInfo> getServerAgentStatus(String url) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getServerTasks
Collection<Object> getServerTasks(String url) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getSyncServersStatus
Collection<SyncServerInfo> getSyncServersStatus() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getSyncServerInstances
Collection<Server> getSyncServerInstances() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getSyncServers
Collection<Server> getSyncServers() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getPendingTasksStats
Map<String,Vector<Object[]>> getPendingTasksStats() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getStats
Map<String,int[]> getStats(String server, String metric, int seconds, int step) throws InternalErrorException
- Throws:
InternalErrorException
-
boostTask
void boostTask(long taskId) throws InternalErrorException
- Throws:
InternalErrorException
-
cancelTask
void cancelTask(long taskId) throws InternalErrorException
- Throws:
InternalErrorException
-
cancelUnscheduledTasks
void cancelUnscheduledTasks() throws InternalErrorException
- Throws:
InternalErrorException
-
releaseAllTasks
void releaseAllTasks() throws InternalErrorException
- Throws:
InternalErrorException
-
releaseTask
void releaseTask(long taskId) throws InternalErrorException
- Throws:
InternalErrorException
-
resetSyncServer
void resetSyncServer(String url, String server) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-