org.jboss.messaging.core.remoting
Interface NIOConnector

All Known Implementing Classes:
INVMConnector, MinaConnector

public interface NIOConnector

Version:
$Revision$
Author:
Jeff Mesnil

Method Summary
 void addSessionListener(RemotingSessionListener listener)
           
 NIOSession connect()
           
 boolean disconnect()
           
 PacketDispatcher getDispatcher()
           
 java.lang.String getServerURI()
           
 void removeSessionListener(RemotingSessionListener listener)
           
 

Method Detail

connect

NIOSession connect()
                   throws java.io.IOException
Throws:
java.io.IOException

disconnect

boolean disconnect()

addSessionListener

void addSessionListener(RemotingSessionListener listener)

removeSessionListener

void removeSessionListener(RemotingSessionListener listener)

getServerURI

java.lang.String getServerURI()

getDispatcher

PacketDispatcher getDispatcher()


Copyright © 2006 JBoss Inc. All Rights Reserved.