Uses of Class
org.isam.exehda.HostId

Packages that use HostId
org.isam.exehda   
org.isam.exehda.services   
org.isam.exehda.services.ox   
org.isam.exehda.services.primos   
org.isam.exehda.services.tips   
org.isam.exehda.services.worb   
 

Uses of HostId in org.isam.exehda
 

Methods in org.isam.exehda that return HostId
 HostId ObjectId.getHost()
          Returns the base host of this OX (i.e. the host were the OX was first instantiated).
static HostId HostId.getByName(java.lang.String hostName, java.lang.String cellName)
          Look ups a host with the given hostName in the given cell and, if such host exists, returns it's system-wide HostId.
static HostId HostId.getByName(java.lang.String hostName)
          Look ups a host with the given hostName in the local cell and, if such host exists, returns it's system-wide HostId.
static HostId HostId.getLocalHost()
          Returns the system-wide HostId that describes the local host.
 HostId ApplicationId.getBaseHost()
          Returns the host where the application referred by these ApplicationId was first started (launched).
 

Uses of HostId in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return HostId
 HostId Worb.getClientHost()
          Describe getClientHost method here.
 HostId Scheduler.chooseCreationHost(ResourceBroker.ResourceConstraint c)
          Describe chooseCreationHost method here.
 HostId Scheduler.chooseMigrationHost(ResourceBroker.ResourceConstraint c)
          Describe chooseMigrationHost method here.
abstract  HostId OXManager.OXHandle.getOwner()
          Describe getOwner method here.
 HostId OXManager.HomeOXHandle.getOwner()
          Describe getOwner method here.
 HostId OXManager.MasterOXHandle.getOwner()
          Describe getOwner method here.
 HostId[] Gateway.GwPermission.getTargets()
          Describe getTargets method here.
 HostId Executor.SchedulingHeuristic.chooseCreationHost(java.lang.String cls, java.lang.Object[] params, java.lang.Object hint, java.util.Vector toAvoid)
           
 HostId Executor.SchedulingHeuristic.chooseMigrationHost(ObjectSeed.ObjectHandle o, java.lang.Object hint, java.util.Vector toAvoid)
           
 

Methods in org.isam.exehda.services with parameters of type HostId
 Gateway.GwPermission Gateway.grant(ApplicationId app, HostId[] targets, long leaseMinutes)
          Describe grant method here.
 Dispatcher.PortAddress Dispatcher.lookupPort(int id, ApplicationId app, HostId host)
          Describe lookupPort method here.
 

Constructors in org.isam.exehda.services with parameters of type HostId
Gateway.GwPermission(java.lang.Object key, ApplicationId app, HostId[] targets, java.util.Date lease)
          Creates a new GwPermission instance.
 

Uses of HostId in org.isam.exehda.services.ox
 

Fields in org.isam.exehda.services.ox declared as HostId
(package private)  HostId OXHandle.owner
           
 

Methods in org.isam.exehda.services.ox that return HostId
 HostId InvalidOXHandle.getOwner()
          Recuperates and returns the host in which the OXHandle currently resides.
 HostId OXHandle.getOwner()
          Recuperates and returns the host in which the OXHandle currently resides.
 

Methods in org.isam.exehda.services.ox with parameters of type HostId
 void OXHandle.setOwner(HostId owner)
          Sets the value of host that currently "owns" the OX to be called only by the OXManager
 

Uses of HostId in org.isam.exehda.services.primos
 

Methods in org.isam.exehda.services.primos that return HostId
 HostId LocalHostHeuristic.chooseCreationHost(java.lang.String clsName, java.lang.Object[] params, java.lang.Object hint, java.util.Vector avoidedHosts)
           
 HostId LocalHostHeuristic.chooseMigrationHost(ObjectSeed.ObjectHandle oh, java.lang.Object hint, java.util.Vector avoidedHosts)
           
 HostId HostIdHeuristic.chooseCreationHost(java.lang.String clsName, java.lang.Object[] params, java.lang.Object hint, java.util.Vector avoidedHosts)
           
 HostId HostIdHeuristic.chooseMigrationHost(ObjectSeed.ObjectHandle oh, java.lang.Object hint, java.util.Vector avoidedHosts)
           
 

Uses of HostId in org.isam.exehda.services.tips
 

Methods in org.isam.exehda.services.tips that return HostId
 HostId TipsNodeScheduler.chooseCreationHost(ResourceBroker.ResourceConstraint c)
          Describe chooseCreationHost method here.
 HostId TipsNodeScheduler.chooseMigrationHost(ResourceBroker.ResourceConstraint c)
          Describe chooseMigrationHost method here.
 HostId TipsCellScheduler.chooseCreationHost(ResourceBroker.ResourceConstraint c)
          Describe chooseCreationHost method here.
 HostId TipsCellScheduler.chooseMigrationHost(ResourceBroker.ResourceConstraint c)
          Describe chooseMigrationHost method here.
 HostId TipsCellScheduler.getBestHostid()
           
 HostId TipsSchedulingHeuristic.chooseCreationHost(java.lang.String cls, java.lang.Object[] params, java.lang.Object hint, java.util.Vector toAvoid)
           
 HostId TipsSchedulingHeuristic.chooseMigrationHost(ObjectSeed.ObjectHandle o, java.lang.Object hint, java.util.Vector toAvoid)
           
 

Methods in org.isam.exehda.services.tips with parameters of type HostId
 void CollectUtility.updateUtility(long timeStamp, HostId src, double utility)
           
 void TipsCellScheduler.updateUtility(long timeStamp, HostId src, double utility)
           
 

Uses of HostId in org.isam.exehda.services.worb
 

Methods in org.isam.exehda.services.worb that return HostId
 HostId WorbImpl.getClientHost()