ECHODistributedObject Class Reference

Inherits from ECHODataObject : ECHOObject : NSObject
Declared in ECHODistributedObject.h
ECHODistributedObject.m

Overview

An ECHODistributedObject is an abstract distributed object.

Target Accessors

– resetTarget

Resets the target object. 送信ターゲットをリセットします。

- (void)resetTarget

Discussion

Resets the target object. 送信ターゲットをリセットします。

Declared In

ECHODistributedObject.h

– targetAllMembers

Adds all members to the target to send. すべてのメンバーを送信ターゲットに追加します。

- (void)targetAllMembers

Discussion

Adds all members to the target to send. すべてのメンバーを送信ターゲットに追加します。

Declared In

ECHODistributedObject.h

– targetRootGroup

Adds the root group (all groups) to the target to send. ルートグループ(すべてのグループ)を送信ターゲットに追加します。

- (void)targetRootGroup

Discussion

Adds the root group (all groups) to the target to send. ルートグループ(すべてのグループ)を送信ターゲットに追加します。

Declared In

ECHODistributedObject.h

– targetSpecificMember:

Adds a specific member to the target to send. 特定のメンバーを送信ターゲットに追加します。

- (void)targetSpecificMember:(ECHOMemberObject *)member

Discussion

Adds a specific member to the target to send. 特定のメンバーを送信ターゲットに追加します。

Declared In

ECHODistributedObject.h

– targetSpecificGroup:

Adds a specific group to the target to send. 特定のグループを送信ターゲットに追加します。

- (void)targetSpecificGroup:(ECHOMembersGroupObject *)group

Discussion

Adds a specific group to the target to send. 特定のグループを送信ターゲットに追加します。

Declared In

ECHODistributedObject.h

Other Methods

– copyFrom:

Copies data from a NSDictionary.

- (void)copyFrom:(NSDictionary *)source

Parameters

source

The source NSDictionary.

Discussion

Copies data from a NSDictionary.

Declared In

ECHODistributedObject_Protected.h