Uses of Interface
orca.shirako.api.ISerialize

Packages that use ISerialize
orca.cod   
orca.cod.control   
orca.cod.plugins   
orca.cod.plugins.config   
orca.cod.plugins.db   
orca.controllers.jaws   
orca.controllers.sge   
orca.manage.container.api   
orca.manage.container.db   
orca.manage.extensions.standard.portal   
orca.policy.core   
orca.sharp   
orca.sharp.plugins   
orca.sharp.plugins.db   
orca.sharp.plugins.keys   
orca.shirako.api   
orca.shirako.common   
orca.shirako.container   
orca.shirako.container.api   
orca.shirako.container.db   
orca.shirako.core   
orca.shirako.kernel   
orca.shirako.plugins   
orca.shirako.plugins.config   
orca.shirako.plugins.db   
orca.shirako.proxies   
orca.shirako.proxies.local   
orca.shirako.proxies.soap   
orca.shirako.time   
 

Uses of ISerialize in orca.cod
 

Classes in orca.cod that implement ISerialize
 class AuthorityCodSlice
          Attributes and state for a COD slice.
 class CodBarrierReservation
           
 class CodPredecessorReservation
           
 class CodReservation
          COD reservation.
 class CodSlice
          Attributes and global state for a COD slice.
 class Machine
           
 class Node
          Node Represents the state of a node (virtual or physical).
 class NodeGroup
          ConcreteSet resource set implementation for sets of nodes (e.g., for COD Authority or Service Manager/VCM).
 

Uses of ISerialize in orca.cod.control
 

Classes in orca.cod.control that implement ISerialize
 class BestFitIdControlChange
           
 class IdControlChange
          Site authority assignment policy, which follows strictly broker allocation.
 class XenControl
          XenControl handles virtual machine reservations (e.g., Xen) for an authority-side mapper (CodMapper).
 class XenResizeControl
           
 

Uses of ISerialize in orca.cod.plugins
 

Classes in orca.cod.plugins that implement ISerialize
 class CodBasePlugin
           
 class DnsConfiguration
           
 class NetworkConfiguration
           
 class NetworkConfigurationManager
           
 class PoolManager
          Manages inventory pools.
 class ServiceManagerCodPlugin
           
 class Site
          Attributes and global state for a COD site.
 

Uses of ISerialize in orca.cod.plugins.config
 

Classes in orca.cod.plugins.config that implement ISerialize
 class CodAntConfig
           
 

Uses of ISerialize in orca.cod.plugins.db
 

Subinterfaces of ISerialize in orca.cod.plugins.db
 interface AuthorityCodDatabase
          Database interface for a COD site.
 interface CodDatabase
          Base database interface for COD service managers and sites.
 

Classes in orca.cod.plugins.db that implement ISerialize
 class LdapAuthorityCodDatabase
          Implementation of AuthorityCodDatabase for LDAP.
 class LdapCodDatabase
          Implementation of CodDatabase for LDAP.
 class MySqlAuthorityCodDatabase
           
 class MySqlCodDatabase
           
 

Uses of ISerialize in orca.controllers.jaws
 

Classes in orca.controllers.jaws that implement ISerialize
 class JawsController
           
 

Uses of ISerialize in orca.controllers.sge
 

Classes in orca.controllers.sge that implement ISerialize
 class SgeController
           
 

Uses of ISerialize in orca.manage.container.api
 

Subinterfaces of ISerialize in orca.manage.container.api
 interface IContainerManagementDatabase
           
 

Uses of ISerialize in orca.manage.container.db
 

Classes in orca.manage.container.db that implement ISerialize
 class MySqlContainerManagementDatabase
          An implementation of CodManagementDatabase and PackageDatabase for MySql
 

Uses of ISerialize in orca.manage.extensions.standard.portal
 

Classes in orca.manage.extensions.standard.portal that implement ISerialize
 class PublicKeyRecord
           
 

Uses of ISerialize in orca.policy.core
 

Subinterfaces of ISerialize in orca.policy.core
 interface IResourceControl
           
 

Classes in orca.policy.core that implement ISerialize
 class AgentQueuedBestFitPolicyPlugin
          The AgentQueuedWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
This uses the priorities for new reservations but extends AgentWorstFitPolicyPlugin to use a queue, so if a reservation cannot be allocated "now" and is elasticTime, then it is placed on the queue and the system tries to allocate it in the next allocation cycle.
 class AuthorityBasePolicyPlugin
          The base for authority policy implementations
 class BaseServiceManagerCalendarPolicy
          SMBasePolicyPlugin specifies and implements some of the service manager's base resource allocation and upstream bidding policy.
 class BrokerBasePolicyPlugin
          BrokerBasePolicyPlugin specifies and implements some of the broker's base resource allocation and upstream bidding policy.
 class BrokerBestFitPolicyPlugin
          The AgentBestFitPolicyPlugin performs a best fit allocation algorithm over an inventory of machines.
 class BrokerPriorityPolicyPlugin
          AgentPriorityPolicyPlugin is an extension of the simple implementation of an agent's plugin interface.
 class BrokerQueuedWorstFitPolicyPlugin
          The AgentQueuedWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
This uses the priorities for new reservations but extends AgentWorstFitPolicyPlugin to use a queue, so if a reservation cannot be allocated "now" and is elasticTime, then it is placed on the queue and the system tries to allocate it in the next allocation cycle.
 class BrokerSimplePolicyPlugin
          AgentSimplePolicyPlugin is a simple implementation of an agent's plugin interface.
 class BrokerWorstFitMultiplePoolsPolicyPlugin
          The AgentWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
 class BrokerWorstFitPolicyPlugin
          The AgentWorstFitPolicyPlugin performs a worst fit allocation algorithm over an inventory of machines.
 class ServiceManagerSimplePolicyPlugin
          A simple implementation of a Service Manager bidding policy.
 

Uses of ISerialize in orca.sharp
 

Classes in orca.sharp that implement ISerialize
 class Client
           
 

Uses of ISerialize in orca.sharp.plugins
 

Classes in orca.sharp.plugins that implement ISerialize
 class ServerPlugin
           
 

Uses of ISerialize in orca.sharp.plugins.db
 

Classes in orca.sharp.plugins.db that implement ISerialize
 class LdapClientDatabase
          Implementation of ClientDatabase for LDAP
 class MemoryClientDatabase
           
 class MySqlClientDatabase
           
 

Uses of ISerialize in orca.sharp.plugins.keys
 

Subinterfaces of ISerialize in orca.sharp.plugins.keys
 interface KeyManager
           
 

Classes in orca.sharp.plugins.keys that implement ISerialize
 class SimpleKeyManager
           
 

Uses of ISerialize in orca.shirako.api
 

Subinterfaces of ISerialize in orca.shirako.api
 interface IActor
          IActor defines the common functionality of all actors.
 interface IActorProxy
          IActorProxy represents the proxy interface to a generic Shirako actor.
 interface IAuthority
          IAuthority defines the interface for a Shirako actor acting in the authority role.
 interface IAuthorityPolicy
          IAuthorityPolicy defines the policy interface for an actor acting in the authority role.
 interface IAuthorityProxy
          IAuthorityProxy represents the proxy interface to a Shirako actor acting in the authority role.
 interface IAuthorityReservation
          IAuthorityReservation defines the reservation interface for authorities processing requests for resources.
 interface IBroker
          IBroker defines the interface for a Shirako actor acting in the broker role.
 interface IBrokerPolicy
          IBrokerPolicy defines the policy interface for an actor acting in the broker role.
 interface IBrokerProxy
          IBrokerProxy represents the proxy interface to a Shirako actor acting in the broker role.
 interface IBrokerReservation
          IBrokerReservation defines the reservation interface for brokers processing requests for resources.
 interface ICallbackProxy
          ICallbackProxy represents the proxy callback interface to a Shirako actor.
 interface IClientActor
          IClientActor defines the common functionality for actors acting as clients of other actors (service managers and brokers).
 interface IClientCallbackProxy
          IClientCallbackProxy represents the proxy callback interface to a Shirako actor (only in broker and service manager role).
 interface IClientPolicy
          IClientPolicy defines the policy interface for an actor acting as a client of another actor (broker or a service manager).
 interface IClientProxy
          IClientProxy represents the proxy interface to a Shirako actor acting as a client of other actors.
 interface IClientReservation
          IClientReservation defines the reservation interface for actors acting as clients of other actors.
 interface IConcreteSet
          IConcreteSet defines the interface for concrete set resources.
 interface IController
          IController is the main controller interface.
 interface IDatabase
          IDatabase is the base database layer interface.
 interface IPolicy
          IPolicy encapsulates all policy decisions an actor must make to perform its functions.
 interface IProxy
          IProxy defines the base interface each actor proxy must implement.
 interface IReservation
          IReservation defines the the core API for a Shirako reservation.
 interface IResourceReservation
          IResourceReservation extends IReservation with the notions of resource and term.
 interface IServerActor
          IServerActor defines the common functionality for actors acting as servers for other actors (brokers and site authorities).
 interface IServerPolicy
          IServerPolicy defines the policy interface for an actor acting as a server for another actor (broker or a site authority).
 interface IServerProxy
          IServerProxy represents the proxy interface to a Shirako actor acting as a server for other actors.
 interface IServerReservation
          IServerReservation defines the reservation interface for actors acting as servers for other actors.
 interface IServiceManager
          IServiceManager defines the interface for a Shirako actor acting in the service manager role.
 interface IServiceManagerCallbackProxy
          IServiceManagerCallbackProxy represents the proxy callback interface to a Shirako actor acting in the service manager role.
 interface IServiceManagerPolicy
          IServiceManagerPolicy defines the policy interface for an actor acting in the service manager role.
 interface IServiceManagerProxy
          IClientProxy represents the proxy interface to a Shirako actor acting in the service manager role.
 interface IServiceManagerReservation
           
 interface IShirakoPlugin
          IShirakoPlugin defines the interface for optional plugins (e.g., COD).
 

Uses of ISerialize in orca.shirako.common
 

Classes in orca.shirako.common that implement ISerialize
 class UpdateData
          UpdateData wraps state passed with a ticket or lease update.
 

Uses of ISerialize in orca.shirako.container
 

Classes in orca.shirako.container that implement ISerialize
 class ProtocolDescriptor
           
 

Uses of ISerialize in orca.shirako.container.api
 

Subinterfaces of ISerialize in orca.shirako.container.api
 interface IShirakoContainerDatabase
          Interface for container-level databases.
 

Uses of ISerialize in orca.shirako.container.db
 

Classes in orca.shirako.container.db that implement ISerialize
 class LdapShirakoContainerDatabase
          Implementation of the Container Database interface for an LDAP database.
 class MySqlShirakoContainerDatabase
           
 

Uses of ISerialize in orca.shirako.core
 

Classes in orca.shirako.core that implement ISerialize
 class Actor
          Actor is the base class for all actor implementations.
 class Authority
          Authority is the base implementation for a site authority actor.
 class AuthorityPolicy
           
 class Broker
          Broker offers the base for all broker actors.
 class BrokerPolicy
           
 class Policy
          Base class to simplify policy development.
 class ResourceData
          A ResourceData contains several collections of properties describing resources.
 class ServiceManager
          ServiceManager is the base implementation for a service manager actor.
 class ServiceManagerPolicy
           
 class Ticket
           
 

Uses of ISerialize in orca.shirako.kernel
 

Classes in orca.shirako.kernel that implement ISerialize
 class AuthorityReservation
          AuthorityReservation controls the state machine for a reservation on the authority side.
 class BrokerReservation
           
 class Reservation
          Reservation is the base for all reservation objects.
 class ReservationClient
          Reservation state machine for a client-side reservation.
 class ReservationServer
           
 class ResourceReservation
          A reservation object holds a resource set for a specified term.
 class ResourceSet
          ResourceSet is an abstract set of resources describing some number of resource units of a given type, e.g., to represent a resource request.
 class Slice
          Slice implementation.
 

Uses of ISerialize in orca.shirako.plugins
 

Classes in orca.shirako.plugins that implement ISerialize
 class ShirakoPlugin
          The base implementation for actor-specific extensions.
 

Uses of ISerialize in orca.shirako.plugins.config
 

Classes in orca.shirako.plugins.config that implement ISerialize
 class AntConfig
           
 class Config
           
 

Uses of ISerialize in orca.shirako.plugins.db
 

Classes in orca.shirako.plugins.db that implement ISerialize
 class LdapDatabase
           
 class MemoryDatabase
           
 class MySqlDatabase
           
 

Uses of ISerialize in orca.shirako.proxies
 

Classes in orca.shirako.proxies that implement ISerialize
 class Proxy
          The Proxy class represents a stub to a shirako actor.
 

Uses of ISerialize in orca.shirako.proxies.local
 

Classes in orca.shirako.proxies.local that implement ISerialize
 class LocalAuthority
          Local proxy for Authority.
 class LocalBroker
          Local proxy for Agent.
 class LocalProxy
          Acts as a proxy or skeleton for a local actor, e.g., instances of LocalProxy carry all cross-actor calls when the client and server are co-located (running in the same JVM).
 class LocalReturn
          Callback object to an actor residing in the same container as the caller.
 

Uses of ISerialize in orca.shirako.proxies.soap
 

Classes in orca.shirako.proxies.soap that implement ISerialize
 class SoapAuthorityProxy
          Proxy representing an Authority using SOAP for communication
 class SoapBrokerProxy
          Proxy representing an agent using SOAP for communication.
 class SoapProxy
          o Base proxy class for all SOAP proxies.
 class SoapReturn
          Implements an actor callback using SOAP.
 

Uses of ISerialize in orca.shirako.time
 

Classes in orca.shirako.time that implement ISerialize
 class Term
          Represents the term for a ticket or lease (i.e., a "reservation").
 



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