Uses of Interface
orca.shirako.api.IActor

Packages that use IActor
orca.boot   
orca.cod   
orca.cod.control   
orca.cod.plugins   
orca.controllers.jaws   
orca.controllers.sge   
orca.manage.container   
orca.manage.container.api   
orca.manage.extensions.standard   
orca.manage.extensions.standard.actors   
orca.manage.extensions.standard.container   
orca.manage.extensions.standard.controllers   
orca.policy.core   
orca.sharp.plugins   
orca.sharp.plugins.keys   
orca.shirako.api   
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.local   
orca.shirako.proxies.soap.services   
orca.shirako.registry   
orca.tests.core   
orca.tools.images.standard.manage   
 

Uses of IActor in orca.boot
 

Fields in orca.boot declared as IActor
 IActor ConfigurationProcessor.ExportInfo.agent
           
 

Constructors in orca.boot with parameters of type IActor
ConfigurationProcessor.ExportInfo(IActor agent, IBrokerProxy from, ResourceSet rset)
           
 

Uses of IActor in orca.cod
 

Methods in orca.cod with parameters of type IActor
 void NodeGroup.revisit(IActor actor, java.util.Properties p)
          Recovers state of the component using a previously saved properties list and a references to the actor this component belongs to.
 

Uses of IActor in orca.cod.control
 

Fields in orca.cod.control declared as IActor
protected  IActor XenControl.actor
           
protected  IActor IdControlChange.actor
          The actor this control belongs to
 

Methods in orca.cod.control with parameters of type IActor
 void XenControl.revisit(IActor actor, java.util.Properties p)
           
 void IdControlChange.revisit(IActor actor, java.util.Properties properties)
           
 void XenControl.setActor(IActor actor)
           
 void IdControlChange.setActor(IActor actor)
           
 

Uses of IActor in orca.cod.plugins
 

Methods in orca.cod.plugins with parameters of type IActor
 void Site.revisit(IActor actor, java.util.Properties p)
           
 void Site.setActor(IActor authority)
          Sets the authority.
 

Constructors in orca.cod.plugins with parameters of type IActor
CodRecoverer(IActor actor)
           
 

Uses of IActor in orca.controllers.jaws
 

Fields in orca.controllers.jaws declared as IActor
protected  IActor JawsControllerFactory.actor
           
 

Methods in orca.controllers.jaws that return IActor
 IActor JawsController.getActor()
           
 

Methods in orca.controllers.jaws with parameters of type IActor
 void JawsController.setActor(IActor sm)
           
 void JawsControllerFactory.setActor(IActor actor)
           
 

Constructors in orca.controllers.jaws with parameters of type IActor
JawsManagerObject(JawsController controller, IActor actor)
           
 

Uses of IActor in orca.controllers.sge
 

Fields in orca.controllers.sge declared as IActor
protected  IActor SgeControllerFactory.actor
           
 

Methods in orca.controllers.sge that return IActor
 IActor SgeController.getActor()
           
 

Methods in orca.controllers.sge with parameters of type IActor
 void SgeControllerFactory.setActor(IActor actor)
           
 void SgeController.setActor(IActor sm)
           
 

Constructors in orca.controllers.sge with parameters of type IActor
SgeManagerObject(SgeController controller, IActor actor)
           
 

Uses of IActor in orca.manage.container
 

Methods in orca.manage.container with parameters of type IActor
 void Manager.installActorDefaults(IActor actor)
           
protected  void Manager.loadActorManagerObjects(IActor actor)
           
 void Manager.registerActor(IActor actor)
           
 void Manager.registerRecoveredActor(IActor actor)
           
 void Manager.unregisterActor(IActor actor)
           
 

Uses of IActor in orca.manage.container.api
 

Methods in orca.manage.container.api with parameters of type IActor
 void IManagementDefaultsInstaller.installActorDefaults(IActor actor)
           
 

Uses of IActor in orca.manage.extensions.standard
 

Methods in orca.manage.extensions.standard with parameters of type IActor
static ActorMng Converter.fill(IActor actor)
           
 void StandardManagementDefaultsInstaller.installActorDefaults(IActor actor)
          Installs the default management and portal plugin objects for the actor, and any other object that is part of it.
protected  void StandardManagementDefaultsInstaller.installActorPolicyDefaults(IActor actor)
           
 void StandardManagementDefaultsInstaller.installResourceControlDefaults(IActor actor, IResourceControl control)
           
 void IStandardManagementDefaultsInstaller.installResourceControlDefaults(IActor actor, IResourceControl control)
           
 

Method parameters in orca.manage.extensions.standard with type arguments of type IActor
static ActorMng[] Converter.fill(java.util.ArrayList<IActor> list)
           
 

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

Fields in orca.manage.extensions.standard.actors declared as IActor
protected  IActor ActorManagerObject.actor
          The actor represented by this wrapper.
protected  IActor StandardActorFactory.actor
           
 

Methods in orca.manage.extensions.standard.actors that return IActor
 IActor ActorManagerObject.getActor()
          Returns the actor associated with this wrapper
 IActor StandardActorFactory.getActor()
           
 IActor ActorFactory.getActor()
          Returns the actor object created by this factory
protected  IActor CodSiteFactory.getActorObject()
           
protected abstract  IActor StandardActorFactory.getActorObject()
          Returns an instance of the actor object
 

Methods in orca.manage.extensions.standard.actors with parameters of type IActor
protected  void CodAuthorityManagerObject.installResourceControlDefaults(IActor actor, IResourceControl rc)
           
 void CodAuthorityManagerObject.setActor(IActor actor)
           
 void AuthorityManagerObject.setActor(IActor actor)
           
 void ActorManagerObject.setActor(IActor actor)
          Attach the actor to this wrapper.
 void ServiceManagerManagerObject.setActor(IActor actor)
           
 void AgentManagerObject.setActor(IActor actor)
          Attach the actor to this wrapper.
 void CodServiceManagerManagerObject.setActor(IActor actor)
           
 

Constructors in orca.manage.extensions.standard.actors with parameters of type IActor
ActorManagerObject(IActor actor)
          Create a new instance representing the specified actor
 

Uses of IActor in orca.manage.extensions.standard.container
 

Methods in orca.manage.extensions.standard.container that return IActor
protected  IActor StandardContainerManagerObject.createActor(ActorCreateMng actor)
          Creates the actor object
 

Methods in orca.manage.extensions.standard.container that return types with arguments of type IActor
protected  java.util.ArrayList<IActor> StandardContainerManagerObject.getActors(int type, AuthToken user, boolean enforce)
          Returns all actors of the specified type operable by the specified user
 

Methods in orca.manage.extensions.standard.container with parameters of type IActor
protected  int CodContainerManagerObject.addServiceKey(java.lang.String address, IActor actor)
           
protected  void StandardContainerManagerObject.attachBrokers(IActor actor, ProxyMng[] brokers)
          Attaches the brokers to this actor
protected  ControllerFactory StandardContainerManagerObject.attachController(IActor actor, PluginCreateMng controller)
          Attaches the actor controller
protected  void StandardContainerManagerObject.attachDefaultSlice(IActor actor)
           
protected  void StandardContainerManagerObject.installApplications(ActorCreateMng actor, IActor myactor, AuthToken caller)
          Installs requested applications for this actor
protected  int CodContainerManagerObject.registerActorAndServiceKeys(java.lang.String machineName, IActor actor)
          Registers the actor and service keys
 ResultMng CodContainerManagerObject.transferMachine(java.lang.String machineName, IActor actor)
           
 

Uses of IActor in orca.manage.extensions.standard.controllers
 

Fields in orca.manage.extensions.standard.controllers declared as IActor
protected  IActor SiteControlFactory.actor
           
protected  IActor StandardControllerFactory.actor
           
protected  IActor PolicyManagerObject.actor
          Actor the policy belongs to
protected  IActor ControllerManagerObject.actor
          Actor the controller runs inside.
protected  IActor ResourceControlManagerObject.actor
          Actor the control belongs to.
 

Methods in orca.manage.extensions.standard.controllers that return IActor
 IActor PolicyManagerObject.getActor()
          Returns the actor associated with this wrapper
 IActor ControllerManagerObject.getActor()
          Returns the actor associated with this wrapper
 IActor ResourceControlManagerObject.getActor()
          Returns the actor associated with this wrapper
 

Methods in orca.manage.extensions.standard.controllers with parameters of type IActor
 void SiteControlFactory.setActor(IActor actor)
           
 void ControllerFactory.setActor(IActor actor)
          Attaches the actor object this controller will be a part of.
 void StandardControllerFactory.setActor(IActor actor)
           
 void PolicyManagerObject.setActor(IActor actor)
          Sets the actor the object is associated with
 void ControllerManagerObject.setActor(IActor actor)
          Sets the actor the object is associated with
 void ResourceControlManagerObject.setActor(IActor actor)
          Sets the actor the object is associated with
 

Constructors in orca.manage.extensions.standard.controllers with parameters of type IActor
AuthorityBasePolicyManagerObject(IPolicy policy, IActor actor)
           
AuthorityPolicyManagerObject(IPolicy policy, IActor actor)
           
ControllerManagerObject(IController controller, IActor actor)
           
IdControlManagerObject(IResourceControl resourceControl, IActor actor)
           
PolicyManagerObject(IPolicy policy, IActor actor)
           
ResourceControlManagerObject(IResourceControl control, IActor actor)
           
 

Uses of IActor in orca.policy.core
 

Methods in orca.policy.core with parameters of type IActor
 void AuthorityBasePolicyPlugin.revisit(IActor actor, java.util.Properties p)
           
protected  void AuthorityBasePolicyPlugin.revisitControls(IActor actor)
          Initiates recovery for controls.
 void IResourceControl.setActor(IActor actor)
           
 

Uses of IActor in orca.sharp.plugins
 

Methods in orca.sharp.plugins with parameters of type IActor
 void ServerPlugin.revisit(IActor actor, java.util.Properties p)
           
 

Uses of IActor in orca.sharp.plugins.keys
 

Methods in orca.sharp.plugins.keys with parameters of type IActor
 void SimpleKeyManager.revisit(IActor actor, java.util.Properties p)
           
 

Uses of IActor in orca.shirako.api
 

Subinterfaces of IActor in orca.shirako.api
 interface IAuthority
          IAuthority defines the interface for a Shirako actor acting in the authority role.
 interface IBroker
          IBroker defines the interface for a Shirako actor acting in the broker role.
 interface IClientActor
          IClientActor defines the common functionality for actors acting as clients of other actors (service managers and brokers).
 interface IServerActor
          IServerActor defines the common functionality for actors acting as servers for other actors (brokers and site authorities).
 interface IServiceManager
          IServiceManager defines the interface for a Shirako actor acting in the service manager role.
 

Methods in orca.shirako.api that return IActor
 IActor IShirakoPlugin.getActor()
          Returns the actor associated with the plugin.
 IActor IReservation.getActor()
          Returns the actor in control of the reservation.
 IActor IEvent.getActor()
          Returns the actor this event is associated with.
 

Methods in orca.shirako.api with parameters of type IActor
 void IShirakoPlugin.initializeKeyStore(IActor actor)
          Initializes the actor key store.
 void IRecover.revisit(IActor actor, java.util.Properties properties)
          Recovers state of the component using a previously saved properties list and a references to the actor this component belongs to.
 void IShirakoPlugin.setActor(IActor actor)
          Sets the actor.
 void IPolicy.setActor(IActor actor)
          Sets the actor the mapper belongs to.
 void ILoadSource.setActor(IActor actor)
          Attach the actor
 

Uses of IActor in orca.shirako.container
 

Methods in orca.shirako.container that return IActor
 IActor ContainerRecoverer.recoverActor(java.util.Properties p)
           
 

Methods in orca.shirako.container with parameters of type IActor
protected  void ShirakoContainerManager.deployServices(IActor actor)
           
 void ShirakoContainerManager.registerActor(IActor actor)
          Registers a new actor: adds the actor to the database, deploys services required by the actor, registers actor proxies and callbacks.
protected  void ShirakoContainerManager.registerCommon(IActor actor)
           
protected  void ShirakoContainerManager.registerProxies(IActor actor)
           
 void ShirakoContainerManager.registerRecoveredActor(IActor actor)
           
protected  void ShirakoContainerManager.undeployServices(IActor actor)
           
protected  void ShirakoContainerManager.unregisterActor(IActor actor)
           
 

Uses of IActor in orca.shirako.container.api
 

Methods in orca.shirako.container.api with parameters of type IActor
 void IShirakoContainerDatabase.addActor(IActor actor)
          Adds a new actor record to the database
 void IShirakoContainerConfiguration.registerActor(IActor actor)
          Registers a new actor: adds the actor to the database, deploys services required by the actor, registers actor proxies and callbacks.
 void IShirakoContainerDatabase.updateActor(IActor actor)
          Updates the actor's database record
 

Uses of IActor in orca.shirako.container.db
 

Methods in orca.shirako.container.db with parameters of type IActor
 void MySqlShirakoContainerDatabase.addActor(IActor actor)
          Adds a new actor record to the database
 void LdapShirakoContainerDatabase.addActor(IActor actor)
          Adds a new actor record to the database
 void MySqlShirakoContainerDatabase.updateActor(IActor actor)
          Updates the actor's database record
 void LdapShirakoContainerDatabase.updateActor(IActor actor)
          Updates the actor's database record
 

Uses of IActor in orca.shirako.core
 

Classes in orca.shirako.core that implement IActor
 class Actor
          Actor is the base class for all actor implementations.
 class Authority
          Authority is the base implementation for a site authority actor.
 class Broker
          Broker offers the base for all broker actors.
 class ServiceManager
          ServiceManager is the base implementation for a service manager actor.
 

Fields in orca.shirako.core declared as IActor
protected  IActor Policy.actor
          Actor this policy belongs to.
protected  IActor Event.actor
          The actor this event is associated with
 

Methods in orca.shirako.core that return IActor
 IActor Event.getActor()
           
 

Methods in orca.shirako.core with parameters of type IActor
 void Ticket.revisit(IActor actor, java.util.Properties p)
           
 void ServiceManagerPolicy.revisit(IActor actor, java.util.Properties p)
           
 void ResourceData.revisit(IActor actor, java.util.Properties p)
           
 void Policy.revisit(IActor actor, java.util.Properties properties)
           
 void BrokerPolicy.revisit(IActor actor, java.util.Properties p)
           
 void AuthorityPolicy.revisit(IActor actor, java.util.Properties p)
           
 void Actor.revisit(IActor actor, java.util.Properties p)
           
 void Policy.setActor(IActor actor)
           
 void Event.setActor(IActor actor)
           
 

Constructors in orca.shirako.core with parameters of type IActor
Event(IActor actor, java.lang.Object subject, int component, int id)
           
 

Uses of IActor in orca.shirako.kernel
 

Fields in orca.shirako.kernel declared as IActor
protected  IActor SliceRecoverer.actor
           
protected  IActor ShirakoRecoverer.actor
          Actor this recoverer is linked to
protected  IActor Reservation.actor
          Cached pointer to the actor that operates on this reservation.
 

Methods in orca.shirako.kernel that return IActor
 IActor Reservation.getActor()
           
 

Methods in orca.shirako.kernel with parameters of type IActor
protected  void ReservationClient.extendTicket(IActor actor)
          Initiates an extend request for the ticket associated with this reservation.
protected  void Reservation.extendTicket(IActor actor)
          Extend ticket
protected  void BrokerReservation.extendTicket(IActor actor)
           
protected  boolean ReservationClient.isServiceManager(IActor actor)
           
 void Slice.revisit(IActor actor, java.util.Properties p)
           
 void ResourceSet.revisit(IActor actor, java.util.Properties p)
           
 void ResourceReservation.revisit(IActor actor, java.util.Properties p)
           
 void ReservationServer.revisit(IActor actor, java.util.Properties p)
           
 void ReservationClient.revisit(IActor actor, java.util.Properties p)
           
 void Reservation.revisit(IActor actor, java.util.Properties p)
           
 void BrokerReservation.revisit(IActor actor, java.util.Properties p)
           
 void AuthorityReservation.revisit(IActor actor, java.util.Properties p)
           
protected  void Reservation.setActor(IActor actor)
          Sets the actor in control of the reservation.
 

Constructors in orca.shirako.kernel with parameters of type IActor
KernelWrapper(IActor actor, Kernel kernel, AccessMonitor monitor, Guard guard)
          Creates a new kernel wrapper instance.
ShirakoRecoverer(IActor actor)
           
SliceRecoverer(Slice slice, IActor actor, java.util.Properties properties)
           
 

Uses of IActor in orca.shirako.plugins
 

Fields in orca.shirako.plugins declared as IActor
protected  IActor ShirakoPlugin.actor
          The actor the plugin is associated with
 

Methods in orca.shirako.plugins that return IActor
 IActor ShirakoPlugin.getActor()
           
 

Methods in orca.shirako.plugins with parameters of type IActor
 void ShirakoPlugin.initializeKeyStore(IActor actor)
           
 void ShirakoPlugin.revisit(IActor actor, java.util.Properties p)
           
 void ShirakoPlugin.setActor(IActor actor)
          Sets the actor.
 

Uses of IActor in orca.shirako.plugins.config
 

Methods in orca.shirako.plugins.config with parameters of type IActor
 void Config.revisit(IActor actor, java.util.Properties p)
          Reset/restore interface.
 

Uses of IActor in orca.shirako.plugins.db
 

Methods in orca.shirako.plugins.db with parameters of type IActor
 void MySqlDatabase.revisit(IActor a, java.util.Properties p)
           
 void MemoryDatabase.revisit(IActor actor, java.util.Properties p)
           
 void LdapDatabase.revisit(IActor actor, java.util.Properties properties)
           
 

Uses of IActor in orca.shirako.proxies.local
 

Methods in orca.shirako.proxies.local that return IActor
 IActor LocalProxy.getActor()
          Returns the actor represented by this proxy
 

Constructors in orca.shirako.proxies.local with parameters of type IActor
LocalAuthority(IActor actor)
          Create a proxy to the specified actor
LocalBroker(IActor actor)
          Create a new proxy for the specified actor
LocalProxy(IActor actor)
          Creates a new proxy representing the specified actor
LocalReturn(IActor sact)
          Create a new callback to the specified actor
 

Uses of IActor in orca.shirako.proxies.soap.services
 

Fields in orca.shirako.proxies.soap.services declared as IActor
protected  IActor ActorServiceImpl.actor
          The local actor.
 

Uses of IActor in orca.shirako.registry
 

Methods in orca.shirako.registry that return IActor
static IActor ActorRegistry.getActor(java.lang.String actorName)
           
protected  IActor ActorRegistry.getActorPrivate(java.lang.String actorName)
           
static IActor[] ActorRegistry.getActors()
           
 

Methods in orca.shirako.registry with parameters of type IActor
static void ActorRegistry.registerActor(IActor actor)
          Registers an actor
static void ActorRegistry.unregister(IActor actor)
           
 

Uses of IActor in orca.tests.core
 

Methods in orca.tests.core with parameters of type IActor
 void SimpleLoadSource.setActor(IActor serviceManager)
          Attach the actor
 

Uses of IActor in orca.tools.images.standard.manage
 

Methods in orca.tools.images.standard.manage with parameters of type IActor
 void StandardImageManagerPluginFactory.setActor(IActor actor)
           
 



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