Uses of Class
org.globus.cog.karajan.util.Contact

Packages that use Contact
org.globus.cog.karajan.scheduler   
org.globus.cog.karajan.util   
org.globus.cog.karajan.workflow.nodes.grid   
 

Uses of Contact in org.globus.cog.karajan.scheduler
 

Methods in org.globus.cog.karajan.scheduler that return Contact
 Contact LateBindingScheduler.allocateContact()
           
 Contact Scheduler.allocateContact()
          Attempt to allocate a host.
 Contact LateBindingScheduler.allocateContact(Object constraints)
           
 Contact Scheduler.allocateContact(Object constraints)
           
protected  Contact[] LateBindingScheduler.getContacts(Task t)
           
 Contact ContactAllocationTask.getVirtualContact()
           
 

Methods in org.globus.cog.karajan.scheduler with parameters of type Contact
protected  void AbstractScheduler.applyTaskTransformers(Task t, Contact[] contacts, Service[] services)
           
 void LateBindingScheduler.releaseContact(Contact contact)
           
 void Scheduler.releaseContact(Contact sc)
          Can be used to tell the scheduler that a previously allocated contact (using allocateContact()) is not used any more.
 void WeightedHostScoreScheduler.releaseContact(Contact contact)
           
 BoundContact LateBindingScheduler.resolveContact(Task t, Contact contact)
           
 BoundContact LateBindingScheduler.resolveVirtualContact(Contact contact)
           
 void ContactAllocationTask.setVirtualContact(Contact vc)
           
 void DefaultScheduler.submitBoundToServices(Task t, Contact[] contacts, Service[] services)
           
 void LateBindingScheduler.submitBoundToServices(Task t, Contact[] contacts, Service[] services)
           
 void WeightedHostScoreScheduler.submitBoundToServices(Task t, Contact[] contacts, Service[] services)
           
 void TCPBufferSizeTransformer.transformTask(Task task, Contact[] contacts, Service[] services)
           
 void TaskTransformer.transformTask(Task task, Contact[] contacts, Service[] services)
           
 

Uses of Contact in org.globus.cog.karajan.util
 

Subclasses of Contact in org.globus.cog.karajan.util
 class BoundContact
           
static class BoundContact.Localhost
           
 class VirtualContact
           
 

Uses of Contact in org.globus.cog.karajan.workflow.nodes.grid
 

Methods in org.globus.cog.karajan.workflow.nodes.grid that return Contact
protected  Contact AbstractGridNode.getHost(VariableStack stack, Arg hostarg, Scheduler scheduler, String provider)