Uses of Interface
orca.shirako.api.IActorPublic

Packages that use IActorPublic
orca.shirako.api   
orca.shirako.core   
orca.shirako.proxies.local   
orca.shirako.proxies.soap   
 

Uses of IActorPublic in orca.shirako.api
 

Subinterfaces of IActorPublic 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 IAuthorityProxy
          IAuthorityProxy represents the proxy interface to a Shirako actor acting in the authority role.
 interface IBroker
          IBroker defines the interface for a Shirako actor acting in the broker role.
 interface IBrokerProxy
          IBrokerProxy represents the proxy interface to 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 IClientProxy
          IClientProxy represents the proxy interface to a Shirako actor acting as a client of other actors.
 interface IServerActor
          IServerActor defines the common functionality for actors acting as servers for other actors (brokers and site authorities).
 interface IServerProxy
          IServerProxy represents the proxy interface to a Shirako actor acting as a server for other actors.
 interface IServiceManager
          IServiceManager defines the interface for a Shirako actor acting in the service manager role.
 interface IServiceManagerProxy
          IClientProxy represents the proxy interface to a Shirako actor acting in the service manager role.
 

Uses of IActorPublic in orca.shirako.core
 

Classes in orca.shirako.core that implement IActorPublic
 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.
 

Uses of IActorPublic in orca.shirako.proxies.local
 

Classes in orca.shirako.proxies.local that implement IActorPublic
 class LocalAuthority
          Local proxy for Authority.
 class LocalBroker
          Local proxy for Agent.
 

Uses of IActorPublic in orca.shirako.proxies.soap
 

Classes in orca.shirako.proxies.soap that implement IActorPublic
 class SoapAuthorityProxy
          Proxy representing an Authority using SOAP for communication
 class SoapBrokerProxy
          Proxy representing an agent using SOAP for communication.
 



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