|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IActorIdentity in orca.cod |
|---|
| Methods in orca.cod with parameters of type IActorIdentity | |
|---|---|
void |
Node.revisit(IActorIdentity actor,
java.util.Properties properties)
|
| Uses of IActorIdentity in orca.cod.plugins |
|---|
| Methods in orca.cod.plugins with parameters of type IActorIdentity | |
|---|---|
void |
PoolManager.revisit(IActorIdentity actor,
java.util.Properties p)
|
void |
NetworkConfigurationManager.revisit(IActorIdentity actor,
java.util.Properties p)
|
void |
NetworkConfiguration.revisit(IActorIdentity actor,
java.util.Properties p)
|
void |
DnsConfiguration.revisit(IActorIdentity actor,
java.util.Properties p)
|
| Uses of IActorIdentity in orca.sharp |
|---|
| Methods in orca.sharp with parameters of type IActorIdentity | |
|---|---|
void |
Client.revisit(IActorIdentity actor,
java.util.Properties p)
|
| Uses of IActorIdentity in orca.shirako.api |
|---|
| Subinterfaces of IActorIdentity 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 |
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 |
IClientProxy
IClientProxy represents the proxy interface to a Shirako actor
acting as a client of other actors. |
interface |
IProxy
IProxy defines the base interface each actor proxy must
implement. |
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 |
IServiceManagerCallbackProxy
IServiceManagerCallbackProxy represents the proxy callback interface to 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. |
| Methods in orca.shirako.api with parameters of type IActorIdentity | |
|---|---|
void |
IKernelWrapper.ticket(ReservationClient reservation,
IActorIdentity destination)
Initiates a ticket request. |
| Uses of IActorIdentity in orca.shirako.container.db |
|---|
| Methods in orca.shirako.container.db with parameters of type IActorIdentity | |
|---|---|
void |
MySqlShirakoContainerDatabase.revisit(IActorIdentity actor,
java.util.Properties properties)
|
void |
LdapShirakoContainerDatabase.revisit(IActorIdentity actor,
java.util.Properties properties)
|
| Uses of IActorIdentity in orca.shirako.core |
|---|
| Classes in orca.shirako.core that implement IActorIdentity | |
|---|---|
class |
Actor
Actor is the base class for all actor implementations. |
class |
ActorIdentity
|
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 IActorIdentity in orca.shirako.kernel |
|---|
| Methods in orca.shirako.kernel with parameters of type IActorIdentity | |
|---|---|
void |
KernelWrapper.ticket(ReservationClient reservation,
IActorIdentity destination)
|
| Uses of IActorIdentity in orca.shirako.proxies |
|---|
| Classes in orca.shirako.proxies that implement IActorIdentity | |
|---|---|
class |
Proxy
The Proxy class represents a stub to a shirako actor. |
| Methods in orca.shirako.proxies with parameters of type IActorIdentity | |
|---|---|
ICallbackProxy |
IProxyFactory.newCallback(IActorIdentity identity,
ActorLocation location)
|
static ICallbackProxy |
ProxyFactory.newCallback(java.lang.String protocol,
IActorIdentity identity,
ActorLocation location)
|
IProxy |
IProxyFactory.newProxy(IActorIdentity identity,
ActorLocation location)
|
static IProxy |
ProxyFactory.newProxy(java.lang.String protocol,
IActorIdentity identity,
ActorLocation location)
|
| Uses of IActorIdentity in orca.shirako.proxies.local |
|---|
| Classes in orca.shirako.proxies.local that implement IActorIdentity | |
|---|---|
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. |
| Methods in orca.shirako.proxies.local with parameters of type IActorIdentity | |
|---|---|
ICallbackProxy |
LocalProxyFactory.newCallback(IActorIdentity identity,
ActorLocation location)
|
IProxy |
LocalProxyFactory.newProxy(IActorIdentity identity,
ActorLocation location)
|
| Uses of IActorIdentity in orca.shirako.proxies.soap |
|---|
| Classes in orca.shirako.proxies.soap that implement IActorIdentity | |
|---|---|
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 IActorIdentity in orca.shirako.time |
|---|
| Methods in orca.shirako.time with parameters of type IActorIdentity | |
|---|---|
void |
Term.revisit(IActorIdentity actor,
java.util.Properties p)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||