org.jboss.messaging.core.remoting
Interface RemotingService
- All Superinterfaces:
- MessagingComponent
- All Known Implementing Classes:
- MinaService
public interface RemotingService
- extends MessagingComponent
- Version:
- $Revision$
- Author:
- Jeff Mesnil
getDispatcher
PacketDispatcher getDispatcher()
getConfiguration
Configuration getConfiguration()
getKeepAliveFactory
ServerKeepAliveFactory getKeepAliveFactory()
addInterceptor
void addInterceptor(Interceptor interceptor)
removeInterceptor
void removeInterceptor(Interceptor interceptor)
addRemotingSessionListener
void addRemotingSessionListener(RemotingSessionListener listener)
removeRemotingSessionListener
void removeRemotingSessionListener(RemotingSessionListener listener)
Copyright © 2006 JBoss Inc. All Rights Reserved.