|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |