ECHODistributedObject Class Reference
| Inherits from | ECHODataObject : ECHOObject : NSObject |
|---|---|
| Declared in | ECHODistributedObject.h ECHODistributedObject.m |
Target Accessors
– resetTarget
Resets the target object. 送信ターゲットをリセットします。
- (void)resetTargetDiscussion
Resets the target object. 送信ターゲットをリセットします。
Declared In
ECHODistributedObject.h
– targetAllMembers
Adds all members to the target to send. すべてのメンバーを送信ターゲットに追加します。
- (void)targetAllMembersDiscussion
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)targetRootGroupDiscussion
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 *)memberDiscussion
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 *)groupDiscussion
Adds a specific group to the target to send. 特定のグループを送信ターゲットに追加します。
Declared In
ECHODistributedObject.h
Other Methods
– copyFrom:
Copies data from a NSDictionary.
- (void)copyFrom:(NSDictionary *)sourceParameters
source |
The source NSDictionary. |
|---|
Discussion
Copies data from a NSDictionary.
Declared In
ECHODistributedObject_Protected.h