Contents

dispatchWithComponents:

Allows subclasses to ask a connection object to dispatch component data.

Declaration

- (void) dispatchWithComponents:(NSArray *) components;

Parameters

  • components:

    Distributed Objects component data.

Discussion

Port subclasses should use this method to ask a connection object to dispatch Distributed Objects component data received over the wire. This will decode the data, authenticate, and send the message.

See Also

Getting Ports