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

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

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

Methods in org.globus.cog.karajan.scheduler that return BoundContact
 BoundContact ContactAllocationTask.getContact()
           
 BoundContact WeightedHost.getHost()
           
protected  BoundContact LateBindingScheduler.getNextContact(Task t)
           
protected  BoundContact DefaultScheduler.getNextContact(TaskConstraints t)
           
protected abstract  BoundContact LateBindingScheduler.getNextContact(TaskConstraints constraints)
           
protected  BoundContact ThrottlingScheduler.getNextContact(TaskConstraints constraints)
           
protected  BoundContact WeightedHostScoreScheduler.getNextContact(TaskConstraints t)
           
 BoundContact LateBindingScheduler.resolveContact(Task t, Contact contact)
           
 BoundContact LateBindingScheduler.resolveVirtualContact(Contact contact)
           
 

Methods in org.globus.cog.karajan.scheduler with parameters of type BoundContact
protected  boolean AbstractScheduler.checkConstraints(BoundContact resource, TaskConstraints tc)
           
 boolean ResourceConstraintChecker.checkConstraints(BoundContact resource, TaskConstraints tc)
          Checks if a resource meets the given task constraints
protected  boolean LateBindingScheduler.checkLoad(BoundContact contact)
           
 WeightedHost WeightedHostSet.findHost(BoundContact bc)
           
 Service LateBindingScheduler.resolveService(BoundContact contact, int taskType)
           
 Service ThrottlingScheduler.resolveService(BoundContact contact, int taskType)
           
 void ContactAllocationTask.setContact(BoundContact contact)
           
 

Constructors in org.globus.cog.karajan.scheduler with parameters of type BoundContact
WeightedHost(BoundContact contact, double score, int jobThrottle)
           
WeightedHost(BoundContact contact, double score, int load, int jobThrottle)
           
WeightedHost(BoundContact contact, int jobThrottle)
           
 

Uses of BoundContact in org.globus.cog.karajan.scheduler.submitQueue
 

Methods in org.globus.cog.karajan.scheduler.submitQueue with parameters of type BoundContact
 HostSubmitQueue InstanceSubmitQueue.getHostQueue(BoundContact contact)
           
 

Constructors in org.globus.cog.karajan.scheduler.submitQueue with parameters of type BoundContact
HostSubmitQueue(BoundContact contact, int throttle)
           
 

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

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

Fields in org.globus.cog.karajan.util declared as BoundContact
static BoundContact BoundContact.LOCALHOST
           
 

Methods in org.globus.cog.karajan.util that return BoundContact
 BoundContact ContactSet.get(int index)
           
 BoundContact ContactSet.getContact(String ip)
           
 

Methods in org.globus.cog.karajan.util with parameters of type BoundContact
 void ContactSet.addContact(BoundContact contact)
           
 int ContactSet.indexOf(BoundContact contact)
           
 void ContactSet.removeContact(BoundContact contact)
           
 

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

Methods in org.globus.cog.karajan.workflow.nodes.grid with parameters of type BoundContact
protected  Service AbstractFileOperation.getService(BoundContact contact, String provider)
           
protected  Service GridTransfer.getService(BoundContact contact, String provider)