WebObjects 5.1

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

Packages that use EODistributionChannel
com.webobjects.eodistribution.client   
 

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 Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.