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

Method Summary
 void addInterceptor(Interceptor interceptor)
           
 void addRemotingSessionListener(RemotingSessionListener listener)
           
 Configuration getConfiguration()
           
 PacketDispatcher getDispatcher()
           
 ServerKeepAliveFactory getKeepAliveFactory()
           
 void removeInterceptor(Interceptor interceptor)
           
 void removeRemotingSessionListener(RemotingSessionListener listener)
           
 
Methods inherited from interface org.jboss.messaging.core.server.MessagingComponent
start, stop
 

Method Detail

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.