org.jboss.messaging.core.remoting.spi
Interface Acceptor

All Superinterfaces:
MessagingComponent
All Known Implementing Classes:
InVMAcceptor, NettyAcceptor

public interface Acceptor
extends MessagingComponent

An Acceptor is used tby the Remoting Service to allow clients to connect. It should take care of dispatchin client requests to the Remoting Service's Dispatcher.

Author:
Andy Taylor, Tim Fox

Method Summary
 void pause()
           
 void resume()
           
 
Methods inherited from interface org.jboss.messaging.core.server.MessagingComponent
isStarted, start, stop
 

Method Detail

pause

void pause()

resume

void resume()


Copyright © 2006 JBoss Inc. All Rights Reserved.