ibi.broker.api.ws
Class ConsoleManagerWS

java.lang.Object
  extended by ibi.broker.api.ws.AbstractWebService
      extended by ibi.broker.api.ws.ConsoleManagerWS
All Implemented Interfaces:
ConsoleManagerIF, java.rmi.Remote

public class ConsoleManagerWS
extends AbstractWebService
implements ConsoleManagerIF


Field Summary
 
Fields inherited from class ibi.broker.api.ws.AbstractWebService
connectionFactory, managedConnectionFactory
 
Constructor Summary
ConsoleManagerWS()
           
 
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)
           
 
Methods inherited from class ibi.broker.api.ws.AbstractWebService
createCCIConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleManagerWS

public ConsoleManagerWS()
Method Detail

changeJobPriority

public void changeJobPriority(Authenticate authenticate,
                              java.lang.String jobId,
                              int priority)
                       throws java.rmi.RemoteException
Specified by:
changeJobPriority in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getJobsInQueue

public Job[] getJobsInQueue(Authenticate authenticate)
                     throws java.rmi.RemoteException
Specified by:
getJobsInQueue in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getJobsInQueueByOwner

public Job[] getJobsInQueueByOwner(Authenticate authenticate,
                                   java.lang.String owner)
                            throws java.rmi.RemoteException
Specified by:
getJobsInQueueByOwner in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getRunningJobs

public Job[] getRunningJobs(Authenticate authenticate)
                     throws java.rmi.RemoteException
Specified by:
getRunningJobs in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getRunningJobsByOwner

public Job[] getRunningJobsByOwner(Authenticate authenticate,
                                   java.lang.String owner)
                            throws java.rmi.RemoteException
Specified by:
getRunningJobsByOwner in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

removeJobFromQueue

public int removeJobFromQueue(Authenticate authenticate,
                              java.lang.String jobId)
                       throws java.rmi.RemoteException
Specified by:
removeJobFromQueue in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getJobsInQueueByOwnerByServer

public Job[] getJobsInQueueByOwnerByServer(Authenticate authenticate,
                                           java.lang.String owner,
                                           java.lang.String serverId)
                                    throws java.rmi.RemoteException
Specified by:
getJobsInQueueByOwnerByServer in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getRunningJobsByOwnerByServer

public Job[] getRunningJobsByOwnerByServer(Authenticate authenticate,
                                           java.lang.String owner,
                                           java.lang.String serverId)
                                    throws java.rmi.RemoteException
Specified by:
getRunningJobsByOwnerByServer in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getNodeList

public ibi.broker.ui.data.config.general.DistributionServerNode[] getNodeList(Authenticate authenticate)
                                                                       throws java.rmi.RemoteException
Specified by:
getNodeList in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

removeJobFromManagerQueue

public int removeJobFromManagerQueue(Authenticate authenticate,
                                     java.lang.String jobId)
                              throws java.rmi.RemoteException
Specified by:
removeJobFromManagerQueue in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException

getJobStatus

public JobStatus getJobStatus(Authenticate authenticate,
                              java.lang.String jobId)
                       throws java.rmi.RemoteException
Specified by:
getJobStatus in interface ConsoleManagerIF
Throws:
java.rmi.RemoteException


Copyright © 2006 Information Builders, Incorporated.