Uses of Interface
org.jboss.messaging.core.remoting.PacketDispatcher

Packages that use PacketDispatcher
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.ping.impl   
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.impl.invm   
org.jboss.messaging.core.remoting.impl.mina   
org.jboss.messaging.core.server.impl   
 

Uses of PacketDispatcher in org.jboss.messaging.core.client.impl
 

Methods in org.jboss.messaging.core.client.impl that return PacketDispatcher
 PacketDispatcher RemotingConnectionImpl.getPacketDispatcher()
           
 PacketDispatcher RemotingConnection.getPacketDispatcher()
           
 

Uses of PacketDispatcher in org.jboss.messaging.core.ping.impl
 

Constructors in org.jboss.messaging.core.ping.impl with parameters of type PacketDispatcher
PingerImpl(PacketDispatcher dispatcher, NIOSession session, long pongTimeout, CleanUpNotifier failureHandler)
           
 

Uses of PacketDispatcher in org.jboss.messaging.core.remoting
 

Methods in org.jboss.messaging.core.remoting that return PacketDispatcher
 PacketDispatcher NIOConnector.getDispatcher()
           
 PacketDispatcher RemotingService.getDispatcher()
           
 

Methods in org.jboss.messaging.core.remoting with parameters of type PacketDispatcher
 boolean ConnectorRegistry.register(Location location, PacketDispatcher serverDispatcher)
           
 

Uses of PacketDispatcher in org.jboss.messaging.core.remoting.impl
 

Classes in org.jboss.messaging.core.remoting.impl that implement PacketDispatcher
 class PacketDispatcherImpl
           
 

Methods in org.jboss.messaging.core.remoting.impl with parameters of type PacketDispatcher
 boolean ConnectorRegistryImpl.register(Location location, PacketDispatcher serverDispatcher)
           
 

Uses of PacketDispatcher in org.jboss.messaging.core.remoting.impl.invm
 

Methods in org.jboss.messaging.core.remoting.impl.invm that return PacketDispatcher
 PacketDispatcher INVMConnector.getDispatcher()
           
 

Constructors in org.jboss.messaging.core.remoting.impl.invm with parameters of type PacketDispatcher
INVMConnector(long id, PacketDispatcher clientDispatcher, PacketDispatcher serverDispatcher)
           
INVMSession(long id, PacketDispatcher clientDispatcher, PacketDispatcher serverDispatcher)
           
 

Uses of PacketDispatcher in org.jboss.messaging.core.remoting.impl.mina
 

Methods in org.jboss.messaging.core.remoting.impl.mina that return PacketDispatcher
 PacketDispatcher MinaService.getDispatcher()
           
 PacketDispatcher MinaConnector.getDispatcher()
           
 

Constructors in org.jboss.messaging.core.remoting.impl.mina with parameters of type PacketDispatcher
MinaConnector(Location location, ConnectionParams connectionParams, PacketDispatcher dispatcher)
           
MinaConnector(Location location, ConnectionParams connectionParams, PacketDispatcher dispatcher, ClientKeepAliveFactory keepAliveFactory)
           
MinaConnector(Location location, PacketDispatcher dispatcher)
           
MinaConnector(Location location, PacketDispatcher dispatcher, ClientKeepAliveFactory keepAliveFactory)
           
MinaHandler(PacketDispatcher dispatcher, java.util.concurrent.ExecutorService executorService, CleanUpNotifier failureNotifier, boolean closeSessionOnExceptionCaught, boolean useExecutor, long blockTimeout, long bytesLow, long bytesHigh)
           
 

Uses of PacketDispatcher in org.jboss.messaging.core.server.impl
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type PacketDispatcher
ServerConnectionImpl(long id, java.lang.String username, java.lang.String password, long remotingClientSessionID, java.lang.String clientAddress, PacketDispatcher dispatcher, ResourceManager resourceManager, StorageManager persistenceManager, HierarchicalRepository<QueueSettings> queueSettingsRepository, PostOffice postOffice, SecurityStore securityStore, ConnectionManager connectionManager)
           
ServerSessionImpl(long id, boolean autoCommitSends, boolean autoCommitAcks, boolean xa, ServerConnection connection, ResourceManager resourceManager, PacketReturner sender, PacketDispatcher dispatcher, StorageManager persistenceManager, HierarchicalRepository<QueueSettings> queueSettingsRepository, PostOffice postOffice, SecurityStore securityStore)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.