| 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. |