BEA Systems, Inc.

Uses of Class
com.connecterra.ale.reader.SocketAcceptorDeviceChannel

Packages that use SocketAcceptorDeviceChannel
com.connecterra.ale.reader   
 

Uses of SocketAcceptorDeviceChannel in com.connecterra.ale.reader
 

Methods in com.connecterra.ale.reader with parameters of type SocketAcceptorDeviceChannel
 void SocketAcceptorDeviceChannel.SocketAcceptorListener.acceptorError(SocketAcceptorDeviceChannel sarc, IOException e)
          This callback is invoked when the accept throws an IOException.
 void SocketAcceptorDeviceChannel.SocketAcceptorListener.connectionAccepted(SocketAcceptorDeviceChannel sarc, SocketChannel schan)
          This callback is invoked when a new connection is accepted.
 void SocketAcceptorDeviceChannel.SocketAcceptorListener.connectionClosed(SocketAcceptorDeviceChannel sarc, SocketChannel schan, IOException e)
          This callback is invoked when the connection can no longer continue operating.
 void SocketAcceptorDeviceChannel.SocketAcceptorListener.connectionReadable(SocketAcceptorDeviceChannel sarc, SocketChannel schan)
          This callback is invoked when data ia available on a connection accepted by the channel.
 


Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.