WebObjects 5.2.3

Uses of Class
com.webobjects.eodistribution.client.EODistributionChannel

Packages that use EODistributionChannel
com.webobjects.eoapplication.client   
com.webobjects.eodistribution.client Provides the communication mechanism between the client and server components of Java Client applications. 
 

Uses of EODistributionChannel in com.webobjects.eoapplication.client
 

Methods in com.webobjects.eoapplication.client that return EODistributionChannel
 EODistributionChannel EOClientApplicationSupport.channelWithParameters(NSDictionary parameters)
          Creates a new distribution channel to be used with the application.
 

Uses of EODistributionChannel in com.webobjects.eodistribution.client
 

Subclasses of EODistributionChannel in com.webobjects.eodistribution.client
 class EOHTTPChannel
          An EOHTTPChannel is a concrete implementation of an EODistributionChannel which handles communication between the client and server in distributed Java Client applications using the HTTP protocol (POST commands).
 

Methods in com.webobjects.eodistribution.client that return EODistributionChannel
static EODistributionChannel EODistributionChannel.channelWithName(String className)
          Returns an EODistributionChannel object instantiated from the class whose name is className.
 EODistributionChannel EODistributedObjectStore.distributionChannel()
          Returns the distribution channel used by the distributed object store.
 

Methods in com.webobjects.eodistribution.client with parameters of type EODistributionChannel
 IOException EODistributionChannel.Delegate.distributionChannelShouldThrowIOException(EODistributionChannel channel, IOException ioException)
          Gives the delegate an opportunity to handle an I/O exception which occured while communicating with the server.
 Throwable EODistributionChannel.Delegate.distributionChannelShouldThrowServerException(EODistributionChannel channel, Throwable clientExceptionForServerException, String originalServerExceptionClassName, String originalServerExceptionMessage)
          Gives the delegate an opportunity to handle an exception that occured on the server side.
 InputStream EODistributionChannel.Delegate.distributionChannelWillReadFromStream(EODistributionChannel channel, InputStream stream)
          Gives the delegate an opportunity to decrypt data received from the server.
 OutputStream EODistributionChannel.Delegate.distributionChannelWillWriteToStream(EODistributionChannel channel, OutputStream stream)
          Gives the delegate an opportunity to encrypt data sent to the server.
 

Constructors in com.webobjects.eodistribution.client with parameters of type EODistributionChannel
EODistributedObjectStore(EODistributionChannel channel)
          Creates an EODistributedObjectStore instance initialized with a distribution channel.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.