Uses of Interface
orca.shirako.api.IServerPublic

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

Uses of IServerPublic in orca.shirako.api
 

Subinterfaces of IServerPublic in orca.shirako.api
 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 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.
 

Uses of IServerPublic in orca.shirako.core
 

Classes in orca.shirako.core that implement IServerPublic
 class Authority
          Authority is the base implementation for a site authority actor.
 class Broker
          Broker offers the base for all broker actors.
 

Uses of IServerPublic in orca.shirako.proxies.local
 

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

Uses of IServerPublic in orca.shirako.proxies.soap
 

Classes in orca.shirako.proxies.soap that implement IServerPublic
 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.