Uses of Interface
com.sun.sgs.protocol.ProtocolListener

Packages that use ProtocolListener
com.sun.sgs.impl.protocol.simple Provides an implementation of the protocol layer APIs using the SimpleSgsProtocol
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
 

Uses of ProtocolListener in com.sun.sgs.impl.protocol.simple
 

Fields in com.sun.sgs.impl.protocol.simple declared as ProtocolListener
protected  ProtocolListener SimpleSgsProtocolImpl.listener
          The protocol listener.
 

Methods in com.sun.sgs.impl.protocol.simple with parameters of type ProtocolListener
 void SimpleSgsProtocolAcceptor.accept(ProtocolListener protocolListener)
          Starts accepting connections, and notifies the specified listener of new connections.
 

Constructors in com.sun.sgs.impl.protocol.simple with parameters of type ProtocolListener
SimpleSgsProtocolImpl(ProtocolListener listener, SimpleSgsProtocolAcceptor acceptor, AsynchronousByteChannel byteChannel, int readBufferSize)
          Creates a new instance of this class.
SimpleSgsProtocolImpl(ProtocolListener listener, SimpleSgsProtocolAcceptor acceptor, AsynchronousByteChannel byteChannel, int readBufferSize, LoggerWrapper logger)
          Constructs a new instance of this class.
SimpleSgsRelocationProtocolImpl(ProtocolListener listener, SimpleSgsProtocolAcceptor acceptor, AsynchronousByteChannel byteChannel, int readBufferSize)
          Creates a new instance of this class.
SimpleSgsRelocationProtocolImpl(ProtocolListener listener, SimpleSgsProtocolAcceptor acceptor, AsynchronousByteChannel byteChannel, int readBufferSize, LoggerWrapper logger)
          Constructs a new instance of this class.
 

Uses of ProtocolListener in com.sun.sgs.protocol
 

Methods in com.sun.sgs.protocol with parameters of type ProtocolListener
 void ProtocolAcceptor.accept(ProtocolListener listener)
          Starts accepting connections, and notifies the specified listener of new connections.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved