Uses of Class
org.isam.exehda.ObjectId

Packages that use ObjectId
org.isam.exehda.services   
org.isam.exehda.services.ox   
org.isam.exehda.services.primos   
org.isam.exehda.services.tips   
 

Uses of ObjectId in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return ObjectId
 ObjectId OXManager.OXHandle.getId()
          Describe getId method here.
 ObjectId OXManager.HomeOXHandle.getId()
          Describe getId method here.
 ObjectId OXManager.MasterOXHandle.getId()
          Describe getId method here.
 

Methods in org.isam.exehda.services with parameters of type ObjectId
 void Scheduler.reschedule(ObjectId o, ResourceBroker.ResourceConstraint c, boolean auto)
          Describe reschedule method here.
 OXManager.OXHandle OXManager.createHandle(ObjectId oid)
          Describe createHandle method here.
 void Executor.moveObject(ObjectId ox, java.lang.Object placementHint)
          Describe moveObject method here.
 void Executor.deactivateObject(ObjectId ox, Executor.MarshaledOX oxState)
          Describe deactivateObject method here.
 

Constructors in org.isam.exehda.services with parameters of type ObjectId
OXManager.HomeOXHandle(ObjectId ox)
          Creates a new HomeOXHandle instance.
OXManager.MasterOXHandle(ObjectId ox)
          Creates a new MasterOXHandle instance.
 

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

Fields in org.isam.exehda.services.ox declared as ObjectId
(package private)  ObjectId OXHandle.oid
           
 

Methods in org.isam.exehda.services.ox that return ObjectId
 ObjectId InvalidOXHandle.getId()
          Returns the id of the OX which is handled by this OXHandle
 ObjectId OXHandle.getId()
          Returns the id of the OX which is handled by this OXHandle
 

Methods in org.isam.exehda.services.ox with parameters of type ObjectId
 OXHandle OXManagerClientImpl.createHandle(ObjectId oid)
          Create handle is used to create a new OXHandle for the OX with the given ObjectId.
 OXHandle OXManager.createHandle(ObjectId oid)
          Create handle is used to create a new OXHandle for the OX with the given ObjectId.
 OXHandle OXManagerImpl.createHandle(ObjectId oid)
          Create handle is used to create a new OXHandle for the OX with the given ObjectId.
 

Constructors in org.isam.exehda.services.ox with parameters of type ObjectId
HomeOXHandle(ObjectId oid)
          Creates a new instance of HomeOXHandle
OXHandle(ObjectId oid)
          Creates a new instance of OXHandle
ProxyOXHandle(ObjectId oid)
          Creates a new instance of ProxyOXHandle
ProxyOXHandle(ObjectId oid, long time)
          Creates a new instance of ProxyOXHandle
MasterOXHandle(ObjectId oid)
          Creates a new instance of MasterOXHandle
 

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

Methods in org.isam.exehda.services.primos with parameters of type ObjectId
 void ExecutorImpl.moveObject(ObjectId ox, java.lang.Object placementHint)
           
 void ExecutorImpl.deactivateObject(ObjectId ox, Executor.MarshaledOX oxState)
           
 

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

Methods in org.isam.exehda.services.tips with parameters of type ObjectId
 void TipsNodeScheduler.reschedule(ObjectId o, ResourceBroker.ResourceConstraint c, boolean auto)
          Describe reschedule method here.
 void TipsCellScheduler.reschedule(ObjectId o, ResourceBroker.ResourceConstraint c, boolean auto)
          Describe reschedule method here.