eu.xtreemos.xosd.services
Class SJobDirectory

java.lang.Object
  extended by eu.xtreemos.xosd.services.SJobDirectory

public class SJobDirectory
extends java.lang.Object


Field Summary
private  CommunicationAddress _accesspoint_remoteaddress
           
private  eu.xtreemos.system.eventmachine.queue.Context context
           
static java.lang.String servicename
          AUTOGENERATED CODE
 
Constructor Summary
SJobDirectory(eu.xtreemos.system.eventmachine.queue.Context context)
           
 
Method Summary
 void addJob(java.lang.String __jobId, CommunicationAddress __addrJobMng, java.lang.String __userId)
           
 void addJob(java.lang.String __jobId, CommunicationAddress __addrJobMng, java.lang.String __userId, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void addJob(java.lang.String __jobId, CommunicationAddress __addrJobMng, java.lang.String __userId, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getJobAddr(java.lang.String __jobId)
           
 void getJobAddr(java.lang.String __jobId, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getJobAddr(java.lang.String __jobId, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getJobAddrList(java.util.ArrayList<java.lang.String> __jobList)
           
 void getJobAddrList(java.util.ArrayList<java.lang.String> __jobList, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getJobAddrList(java.util.ArrayList<java.lang.String> __jobList, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getJobAddrSucceeded(CommunicationAddress __result)
           
 void getJobAddrSucceeded(CommunicationAddress __result, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getJobAddrSucceeded(CommunicationAddress __result, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getJobIDs()
           
 void getJobIDs(eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getJobIDs(eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getJobsUser(java.lang.String __userId)
           
 void getJobsUser(java.lang.String __userId, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getJobsUser(java.lang.String __userId, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getJobsUserSucceeded(java.util.Hashtable<java.lang.String,CommunicationAddress> __result)
           
 void getJobsUserSucceeded(java.util.Hashtable<java.lang.String,CommunicationAddress> __result, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getJobsUserSucceeded(java.util.Hashtable<java.lang.String,CommunicationAddress> __result, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void removeJob(java.lang.String __jobId, java.lang.String __userId)
           
 void removeJob(java.lang.String __jobId, java.lang.String __userId, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void removeJob(java.lang.String __jobId, java.lang.String __userId, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicename

public static java.lang.String servicename
AUTOGENERATED CODE


context

private eu.xtreemos.system.eventmachine.queue.Context context

_accesspoint_remoteaddress

private CommunicationAddress _accesspoint_remoteaddress
Constructor Detail

SJobDirectory

public SJobDirectory(eu.xtreemos.system.eventmachine.queue.Context context)
Method Detail

setRemoteaddress

public void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)

addJob

public void addJob(java.lang.String __jobId,
                   CommunicationAddress __addrJobMng,
                   java.lang.String __userId)

addJob

public void addJob(java.lang.String __jobId,
                   CommunicationAddress __addrJobMng,
                   java.lang.String __userId,
                   eu.xtreemos.system.communication.bus.CallbackMessage callback)

addJob

public void addJob(java.lang.String __jobId,
                   CommunicationAddress __addrJobMng,
                   java.lang.String __userId,
                   eu.xtreemos.system.communication.bus.CallbackMessage callback,
                   eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

removeJob

public void removeJob(java.lang.String __jobId,
                      java.lang.String __userId)

removeJob

public void removeJob(java.lang.String __jobId,
                      java.lang.String __userId,
                      eu.xtreemos.system.communication.bus.CallbackMessage callback)

removeJob

public void removeJob(java.lang.String __jobId,
                      java.lang.String __userId,
                      eu.xtreemos.system.communication.bus.CallbackMessage callback,
                      eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getJobAddr

public void getJobAddr(java.lang.String __jobId)

getJobAddr

public void getJobAddr(java.lang.String __jobId,
                       eu.xtreemos.system.communication.bus.CallbackMessage callback)

getJobAddr

public void getJobAddr(java.lang.String __jobId,
                       eu.xtreemos.system.communication.bus.CallbackMessage callback,
                       eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getJobAddrList

public void getJobAddrList(java.util.ArrayList<java.lang.String> __jobList)

getJobAddrList

public void getJobAddrList(java.util.ArrayList<java.lang.String> __jobList,
                           eu.xtreemos.system.communication.bus.CallbackMessage callback)

getJobAddrList

public void getJobAddrList(java.util.ArrayList<java.lang.String> __jobList,
                           eu.xtreemos.system.communication.bus.CallbackMessage callback,
                           eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getJobAddrSucceeded

public void getJobAddrSucceeded(CommunicationAddress __result)

getJobAddrSucceeded

public void getJobAddrSucceeded(CommunicationAddress __result,
                                eu.xtreemos.system.communication.bus.CallbackMessage callback)

getJobAddrSucceeded

public void getJobAddrSucceeded(CommunicationAddress __result,
                                eu.xtreemos.system.communication.bus.CallbackMessage callback,
                                eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getJobsUser

public void getJobsUser(java.lang.String __userId)

getJobsUser

public void getJobsUser(java.lang.String __userId,
                        eu.xtreemos.system.communication.bus.CallbackMessage callback)

getJobsUser

public void getJobsUser(java.lang.String __userId,
                        eu.xtreemos.system.communication.bus.CallbackMessage callback,
                        eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getJobsUserSucceeded

public void getJobsUserSucceeded(java.util.Hashtable<java.lang.String,CommunicationAddress> __result)

getJobsUserSucceeded

public void getJobsUserSucceeded(java.util.Hashtable<java.lang.String,CommunicationAddress> __result,
                                 eu.xtreemos.system.communication.bus.CallbackMessage callback)

getJobsUserSucceeded

public void getJobsUserSucceeded(java.util.Hashtable<java.lang.String,CommunicationAddress> __result,
                                 eu.xtreemos.system.communication.bus.CallbackMessage callback,
                                 eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getJobIDs

public void getJobIDs()

getJobIDs

public void getJobIDs(eu.xtreemos.system.communication.bus.CallbackMessage callback)

getJobIDs

public void getJobIDs(eu.xtreemos.system.communication.bus.CallbackMessage callback,
                      eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)