Uses of Class
orca.shirako.common.ReservationID

Packages that use ReservationID
orca.cod   
orca.cod.plugins.db   
orca.manage.extensions.standard.actors   
orca.manage.extensions.standard.container.db   
orca.shirako.api   
orca.shirako.common   
orca.shirako.core   
orca.shirako.kernel   
orca.shirako.plugins.db   
orca.shirako.time.calendar   
 

Uses of ReservationID in orca.cod
 

Methods in orca.cod that return ReservationID
 ReservationID Node.getRemoteReservationID()
           
 ReservationID Node.getReservationID()
           
 

Methods in orca.cod with parameters of type ReservationID
 void Node.setRemoteReservationID(ReservationID rid)
           
 void Node.setReservationID(ReservationID rid)
           
 

Uses of ReservationID in orca.cod.plugins.db
 

Methods in orca.cod.plugins.db with parameters of type ReservationID
 java.util.Vector<java.util.Properties> MySqlCodDatabase.getNodes(ReservationID rid)
           
 java.util.Vector<java.util.Properties> LdapCodDatabase.getNodes(ReservationID rid)
           
 java.util.Vector<java.util.Properties> CodDatabase.getNodes(ReservationID rid)
          Retrieves all nodes for the specified reservation
 java.util.Vector<java.util.Properties> MySqlCodDatabase.getNodes(ReservationID reservationID, int state)
           
 java.util.Vector<java.util.Properties> LdapCodDatabase.getNodes(ReservationID rid, int state)
           
 java.util.Vector<java.util.Properties> CodDatabase.getNodes(ReservationID reservationID, int state)
          Retrieves all nodes for the reservation that are in the specified state.
 

Uses of ReservationID in orca.manage.extensions.standard.actors
 

Methods in orca.manage.extensions.standard.actors that return ReservationID
protected  ReservationID ActorManagerObject.getReservationID(ResourceReservation r)
          Returns the correct reservation identifier to use for management operations
 

Methods in orca.manage.extensions.standard.actors with parameters of type ReservationID
 ResultReservationMng AgentManagerObject.claimResources(java.lang.String brokerName, SliceID sliceID, ReservationID reservationID, AuthToken caller)
          Claim previously exported resources
 ResultMng ActorManagerObject.closeReservation(ReservationID reservationID, AuthToken caller)
          Closes the specified reservation
 ResultNodeMng CodAuthorityManagerObject.getFailedNodes(ReservationID reservationID, AuthToken caller)
          Retrieves all failed nodes for the specified reservation
protected  ResourceReservation CodAuthorityManagerObject.getReservation(ReservationID rid)
           
 ResultReservationMng ActorManagerObject.getReservation(ReservationID reservationID, AuthToken caller)
          Retrieves the specified reservation
protected  ResourceReservation ActorManagerObject.getReservationFromDatabase(ReservationID reservationID)
          Retrieves the specified reservation from the database
 ResultNodeMng CodAuthorityManagerObject.getReservationNodes(ReservationID reservationID, AuthToken caller)
          Returns all nodes that belong to this reservation.
 ResultNodeMng CodServiceManagerManagerObject.getReservationNodes(ReservationID reservationID, AuthToken caller)
          Returns all nodes that belong to this reservation.
 ResultMng ActorManagerObject.removeReservation(ReservationID reservationID, AuthToken caller)
          Removes the specified reservation
 

Uses of ReservationID in orca.manage.extensions.standard.container.db
 

Methods in orca.manage.extensions.standard.container.db with parameters of type ReservationID
 void IManagerObjectDatabase.removeReservation(java.lang.String actorName, ReservationID rid)
          Removes the specified reservation record
 void MySqlContainerManagerObjectDatabase.removeReservation(java.lang.String actorName, ReservationID rid)
           
 

Uses of ReservationID in orca.shirako.api
 

Methods in orca.shirako.api that return ReservationID
 ReservationID IServerActor.export(ResourceSet resources, Term term, AuthToken client)
          Exports the specified resources for the given period of time to the client.
 ReservationID IReservation.getReservationID()
          Returns the reservation identifier.
 

Methods in orca.shirako.api with parameters of type ReservationID
 ReservationClient IClientActor.claim(ReservationID reservationID, ResourceSet resources)
          Claims already exported resources from the default upstream broker.
 ReservationClient IClientActor.claim(ReservationID reservationID, ResourceSet resources, IBrokerProxy broker)
          Claims already exported resources from the given broker.
 ReservationClient IClientActor.claim(ReservationID reservationID, ResourceSet resources, Slice slice, IBrokerProxy broker)
          Claims already exported resources from the given broker.
 void IReservationOperations.close(ReservationID rid)
          Closes the reservation.
 void IKernelWrapper.close(ReservationID rid)
          Closes the reservation, potentially initiating a close request to another actor.
 void IReservationOperations.extend(ReservationID rid, ResourceSet rset, Term term)
          Extends the reservation.
 int IKernelWrapper.extendReservation(ReservationID rid, ResourceSet resources, Term term)
          Extends the reservation with the given resources and term.
 IReservation IReservationOperations.getReservation(ReservationID rid)
          Returns the specified reservation.
 ResourceReservation IKernel.getReservation(ReservationID rid)
          Returns the reservation with the given reservation identifier.
 java.util.Vector<java.util.Properties> IDatabase.getReservation(ReservationID rid)
          Retrieves the specified reservation record.
 void IReservationOperations.removeReservation(ReservationID rid)
          Removes the specified reservation.
 void IKernelWrapper.removeReservation(ReservationID rid)
          Removes the specified reservation from the kernel data structures.
 void IKernel.removeReservation(ReservationID rid)
          Unregisters the reservation from the kernel data structures and removes its record from the database.
 void IDatabase.removeReservation(ReservationID rid)
          Removes the corresponding reservation object.
 void IReservationOperations.unregister(ReservationID rid)
          Unregisters the reservation with the actor.
 void IKernel.unregisterReservation(ReservationID rid)
          Unregisters the reservation from the kernel data structures.
 

Uses of ReservationID in orca.shirako.common
 

Fields in orca.shirako.common with type parameters of type ReservationID
protected  java.util.HashMap<ReservationID,ResourceReservation> ReservationSet.reservations
          The internal hash map.
 

Methods in orca.shirako.common with parameters of type ReservationID
 boolean ReservationSet.contains(ReservationID rid)
          Checks if the set contains a reservation with the specified identifier.
 ResourceReservation ReservationSet.get(ReservationID rid)
          Retrieves a reservation from the set.
 ResourceReservation ReservationSet.getException(ReservationID rid)
          Retrieves a reservation from the set.
 

Uses of ReservationID in orca.shirako.core
 

Methods in orca.shirako.core that return ReservationID
 ReservationID Broker.export(ResourceSet resources, Term term, AuthToken client)
           
 ReservationID Authority.export(ResourceSet resources, Term term, AuthToken authToken)
           
 

Methods in orca.shirako.core with parameters of type ReservationID
 ReservationClient ServiceManager.claim(ReservationID reservationID, ResourceSet resources)
           
 ReservationClient Broker.claim(ReservationID reservationID, ResourceSet resources)
           
 ReservationClient ServiceManager.claim(ReservationID reservationID, ResourceSet resources, IBrokerProxy broker)
           
 ReservationClient Broker.claim(ReservationID reservationID, ResourceSet resources, IBrokerProxy broker)
           
 ReservationClient ServiceManager.claim(ReservationID reservationID, ResourceSet resources, Slice slice, IBrokerProxy broker)
           
 ReservationClient Broker.claim(ReservationID reservationID, ResourceSet resources, Slice slice, IBrokerProxy broker)
           
 void Actor.close(ReservationID rid)
           
 void Actor.extend(ReservationID rid, ResourceSet rset, Term term)
           
 IReservation Actor.getReservation(ReservationID rid)
           
 void Actor.removeReservation(ReservationID rid)
           
 void Actor.unregister(ReservationID rid)
           
 

Uses of ReservationID in orca.shirako.kernel
 

Fields in orca.shirako.kernel declared as ReservationID
protected  ReservationID ResourceSet.rid
          Reservation identifier of the reservation this set belongs to.
protected  ReservationID Reservation.rid
          The unique reservation identifier.
 

Methods in orca.shirako.kernel that return ReservationID
 ReservationID ResourceSet.getReservationID()
          Returns the reservation identifier attached to this resource set.
 ReservationID Reservation.getReservationID()
           
static ReservationID Reservation.getReservationID(java.util.Properties p)
          Extracts the reservation identifier from the properties list.
 

Methods in orca.shirako.kernel with parameters of type ReservationID
 void KernelWrapper.close(ReservationID rid)
           
 int KernelWrapper.extendReservation(ReservationID rid, ResourceSet resources, Term term)
           
protected  int Kernel.extendReservation(ReservationID rid, ResourceSet rset, Term term)
          Extends the reservation with the given resources and term.
 ResourceReservation Kernel.getReservation(ReservationID rid)
           
 void KernelWrapper.removeReservation(ReservationID rid)
           
 void Kernel.removeReservation(ReservationID rid)
           
 void ResourceSet.setReservationID(ReservationID rid)
          Attaches the reservation identifier to the set.
protected  ResourceReservation Slice.softLookup(ReservationID rid)
          Looks up a reservation by ID but do not throw error
protected  ResourceReservation Kernel.softValidate(ReservationID rid)
          Retrieves the locally registered reservation that corresponds to the passed reservation.
 void Kernel.unregisterReservation(ReservationID rid)
           
protected  ResourceReservation Kernel.validate(ReservationID rid)
          Retrieves the locally registered reservation that corresponds to the passed reservation.
 

Constructors in orca.shirako.kernel with parameters of type ReservationID
AuthorityReservation(ReservationID rid, ResourceSet resources, Term term, Slice slice)
          Creates a new reservation instance representing a client request
BrokerReservation(ReservationID rid, ResourceSet resources, Term term, Slice slice)
          Creates a new reservation to represent a request for resources.
ReservationClient(ReservationID rid)
          Creates a new instance using the specified reservation identifier.
ReservationClient(ReservationID rid, ResourceSet resources, Term term, Slice slice)
          Creates a new reservation instance.
ReservationClient(ReservationID rid, ResourceSet resources, Term term, Slice slice, IBrokerProxy broker)
          Creates a new reservation instance.
ReservationServer(ReservationID rid, ResourceSet resources, Term term, Slice slice)
          Creates a new reservation instance to represent a server-side request for resources.
ResourceReservation(ReservationID rid)
          Creates a default instance with the given reservation identifier.
ResourceReservation(ReservationID rid, ResourceSet resources, Term term, Slice slice)
          Creates a new instance.
 

Uses of ReservationID in orca.shirako.plugins.db
 

Methods in orca.shirako.plugins.db with parameters of type ReservationID
 java.util.Vector<java.util.Properties> MySqlDatabase.getReservation(ReservationID rid)
           
 java.util.Vector MemoryDatabase.getReservation(ReservationID rid)
           
 java.util.Vector<java.util.Properties> LdapDatabase.getReservation(ReservationID rid)
           
 java.util.Vector MemoryDatabase.getReservation(java.lang.String sliceName, ReservationID rid)
           
protected  java.lang.String LdapDatabase.getReservationDN(ReservationID rid)
          Returns the DN for the specified reservation
protected  java.lang.String LdapDatabase.getReservationDN(SliceID sliceID, ReservationID rid)
          Returns the DN for the specified reservation
 void MySqlDatabase.removeReservation(ReservationID rid)
           
 void MemoryDatabase.removeReservation(ReservationID rid)
           
 void LdapDatabase.removeReservation(ReservationID rid)
           
 

Uses of ReservationID in orca.shirako.time.calendar
 

Fields in orca.shirako.time.calendar with type parameters of type ReservationID
protected  java.util.HashMap<ReservationID,SourceCalendar> BrokerCalendar.sources
          Source reservation calendars indexed by the source reservation identifier
 



Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.