ibi.broker.api.ws
Interface ConsoleManagerIF
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ConsoleManagerWS
public interface ConsoleManagerIF
- extends java.rmi.Remote
Method Summary |
void |
changeJobPriority(Authenticate authenticate,
java.lang.String jobId,
int priority)
|
Job[] |
getJobsInQueue(Authenticate authenticate)
|
Job[] |
getJobsInQueueByOwner(Authenticate authenticate,
java.lang.String owner)
|
Job[] |
getJobsInQueueByOwnerByServer(Authenticate authenticate,
java.lang.String owner,
java.lang.String serverId)
|
JobStatus |
getJobStatus(Authenticate authenticate,
java.lang.String jobId)
|
ibi.broker.ui.data.config.general.DistributionServerNode[] |
getNodeList(Authenticate authenticate)
|
Job[] |
getRunningJobs(Authenticate authenticate)
|
Job[] |
getRunningJobsByOwner(Authenticate authenticate,
java.lang.String owner)
|
Job[] |
getRunningJobsByOwnerByServer(Authenticate authenticate,
java.lang.String owner,
java.lang.String serverId)
|
int |
removeJobFromManagerQueue(Authenticate authenticate,
java.lang.String jobId)
|
int |
removeJobFromQueue(Authenticate authenticate,
java.lang.String jobId)
|
getJobsInQueue
Job[] getJobsInQueue(Authenticate authenticate)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getJobsInQueueByOwner
Job[] getJobsInQueueByOwner(Authenticate authenticate,
java.lang.String owner)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeJobFromQueue
int removeJobFromQueue(Authenticate authenticate,
java.lang.String jobId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRunningJobs
Job[] getRunningJobs(Authenticate authenticate)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRunningJobsByOwner
Job[] getRunningJobsByOwner(Authenticate authenticate,
java.lang.String owner)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
changeJobPriority
void changeJobPriority(Authenticate authenticate,
java.lang.String jobId,
int priority)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getJobsInQueueByOwnerByServer
Job[] getJobsInQueueByOwnerByServer(Authenticate authenticate,
java.lang.String owner,
java.lang.String serverId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRunningJobsByOwnerByServer
Job[] getRunningJobsByOwnerByServer(Authenticate authenticate,
java.lang.String owner,
java.lang.String serverId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeList
ibi.broker.ui.data.config.general.DistributionServerNode[] getNodeList(Authenticate authenticate)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeJobFromManagerQueue
int removeJobFromManagerQueue(Authenticate authenticate,
java.lang.String jobId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getJobStatus
JobStatus getJobStatus(Authenticate authenticate,
java.lang.String jobId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2006 Information Builders, Incorporated.