org.jboss.messaging.core.remoting
Interface NIOConnector
- All Known Implementing Classes:
- INVMConnector, MinaConnector
public interface NIOConnector
- Version:
- $Revision$
- Author:
- Jeff Mesnil
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.