Uses of Interface
eu.xtreemos.xosd.srdsaccess.jobDirectory.IJobDirectoryListener

Packages that use IJobDirectoryListener
eu.xtreemos.xosd.srdsaccess.jobDirectory   
 

Uses of IJobDirectoryListener in eu.xtreemos.xosd.srdsaccess.jobDirectory
 

Methods in eu.xtreemos.xosd.srdsaccess.jobDirectory with parameters of type IJobDirectoryListener
 int IJobDirectory.getAttribute(java.lang.String JobId, java.lang.String attributeName, IJobDirectoryListener listener)
           
 int IJobDirectory.getJobContactPoint(java.lang.String jobID, IJobDirectoryListener listener)
          Invoke a query for the contact point of a job currently in the directory.
 int IJobDirectory.getJobIDs(IJobDirectory.Attribute attribute, IJobDirectoryListener listener)
          Get the keys that match the pair attribute name and value
 int IJobDirectory.modifyJobContactPoint(java.lang.String jobID, CommunicationAddress newContactPoint, IJobDirectoryListener listener)
          Change a contact point of a job already in the directory.
 int IJobDirectory.putJob(java.lang.String jobID, CommunicationAddress contactPoint, java.lang.String userID, IJobDirectoryListener listener)
          Put a job information into the directory.
 int IJobDirectory.removeJob(java.lang.String jobID, IJobDirectoryListener listener)
          Remove a job's information from the directory.