com.metamatrix.common.comm.platform.socket
Interface ObjectChannel

All Known Implementing Classes:
SSLAwareChannelHandler.ObjectChannelImpl

public interface ObjectChannel


Method Summary
 void close()
           
 java.net.SocketAddress getRemoteAddress()
           
 boolean isOpen()
           
 java.lang.Object read()
           
 java.util.concurrent.Future<?> write(java.lang.Object msg)
           
 

Method Detail

read

java.lang.Object read()
                      throws java.io.IOException,
                             java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

getRemoteAddress

java.net.SocketAddress getRemoteAddress()

write

java.util.concurrent.Future<?> write(java.lang.Object msg)

isOpen

boolean isOpen()

close

void close()


Copyright © 2009. All Rights Reserved.