PLActorRPCProxy Class Reference

The PLActorProxy provides transparent invocation of Objective-C messages on a local object, using ActorKit mailboxes to ensure synchronous message delivery. More...

Collaboration diagram for PLActorRPCProxy:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithTarget:
 Initialize the RPC proxy with the provided target object.

Static Public Member Functions

(id) + proxyWithTarget:
 Create an RPC proxy with the provided target object.


Detailed Description

The PLActorProxy provides transparent invocation of Objective-C messages on a local object, using ActorKit mailboxes to ensure synchronous message delivery.

Member Function Documentation

+ (id) proxyWithTarget: (NSObject *)  target  

Create an RPC proxy with the provided target object.

A new actor thread will be automatically spawned, and all messages to the proxy will be delivered to the actor.

- (id) initWithTarget: (NSObject *)  target  

Initialize the RPC proxy with the provided target object.

A new actor thread will be automatically spawned, and all messages to the proxy will be delivered to the actor.


The documentation for this class was generated from the following files:

Generated on Tue Dec 2 23:38:52 2008 for PlausibleActorKit by  doxygen 1.5.5