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

Packages that use Packet
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.impl.wireformat   
org.jboss.messaging.core.remoting.impl.wireformat.replication   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

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

Methods in org.jboss.messaging.core.client.impl with parameters of type Packet
 void ClientSessionImpl.commandConfirmed(Packet packet)
           
 void ClientSessionPacketHandler.handlePacket(Packet packet)
           
 

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

Methods in org.jboss.messaging.core.remoting that return Packet
 Packet Channel.sendBlocking(Packet packet)
           
 

Methods in org.jboss.messaging.core.remoting with parameters of type Packet
 void CommandConfirmationHandler.commandConfirmed(Packet packet)
           
 void Channel.confirm(Packet packet)
           
 void Channel.handlePacket(Packet packet)
           
 void ChannelHandler.handlePacket(Packet packet)
           
 boolean Interceptor.intercept(Packet packet, RemotingConnection connection)
           
 void Channel.replicatePacket(Packet packet, long replicatedChannelID, java.lang.Runnable action)
           
 void Channel.send(Packet packet)
           
 void Channel.sendAndFlush(Packet packet)
           
 Packet Channel.sendBlocking(Packet packet)
           
 

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

Methods in org.jboss.messaging.core.remoting.impl that return Packet
 Packet PacketDecoder.decode(MessagingBuffer in)
           
 Packet ChannelImpl.sendBlocking(Packet packet)
           
 

Methods in org.jboss.messaging.core.remoting.impl with parameters of type Packet
 void ChannelImpl.confirm(Packet packet)
           
 void Pinger.handlePacket(Packet packet)
           
 void ChannelImpl.handlePacket(Packet packet)
           
 void ChannelImpl.replicatePacket(Packet packet, long replicatedChannelID, java.lang.Runnable action)
           
 void ChannelImpl.send(Packet packet)
           
 void ChannelImpl.send(Packet packet, boolean flush)
           
 void ChannelImpl.sendAndFlush(Packet packet)
           
 Packet ChannelImpl.sendBlocking(Packet packet)
           
 

Uses of Packet in org.jboss.messaging.core.remoting.impl.wireformat
 

Classes in org.jboss.messaging.core.remoting.impl.wireformat that implement Packet
 class CreateQueueMessage
           
 class CreateSessionMessage
           
 class CreateSessionResponseMessage
           
 class MessagingExceptionMessage
           
 class NullResponseMessage
           
 class PacketImpl
           
 class PacketsConfirmedMessage
          A PacketsConfirmedMessage
 class Ping
          A Ping
 class ReattachSessionMessage
          A ReattachSessionMessage
 class ReattachSessionResponseMessage
          A ReattachSessionResponseMessage
 class ReplicateCreateSessionMessage
           
 class RollbackMessage
          A RollbackMessage
 class SessionAcknowledgeMessage
           
 class SessionBindingQueryMessage
          A SessionQueueQueryMessage
 class SessionBindingQueryResponseMessage
          A SessionBindingQueryResponseMessage
 class SessionCloseMessage
           
 class SessionConsumerCloseMessage
           
 class SessionConsumerFlowCreditMessage
           
 class SessionContinuationMessage
          A SessionContinuationMessage
 class SessionCreateConsumerMessage
           
 class SessionDeleteQueueMessage
           
 class SessionExpiredMessage
           
 class SessionFailoverCompleteMessage
          A SessionFailoverCompleteMessage
 class SessionQueueQueryMessage
          A SessionQueueQueryMessage
 class SessionQueueQueryResponseMessage
          A SessionQueueQueryResponseMessage
 class SessionReceiveContinuationMessage
          A SessionSendContinuationMessage
 class SessionReceiveMessage
           
 class SessionSendContinuationMessage
          A SessionSendContinuationMessage
 class SessionSendLargeMessage
           
 class SessionSendMessage
           
 class SessionXACommitMessage
           
 class SessionXAEndMessage
           
 class SessionXAForgetMessage
           
 class SessionXAGetInDoubtXidsResponseMessage
           
 class SessionXAGetTimeoutResponseMessage
           
 class SessionXAJoinMessage
           
 class SessionXAPrepareMessage
           
 class SessionXAResponseMessage
           
 class SessionXAResumeMessage
           
 class SessionXARollbackMessage
           
 class SessionXASetTimeoutMessage
           
 class SessionXASetTimeoutResponseMessage
           
 class SessionXAStartMessage
           
 

Uses of Packet in org.jboss.messaging.core.remoting.impl.wireformat.replication
 

Classes in org.jboss.messaging.core.remoting.impl.wireformat.replication that implement Packet
 class ReplicateAcknowledgeMessage
          A ReplicateAcknowledgeMessage
 class ReplicateRedistributionMessage
          A ReplicateRedistributionMessage
 class ReplicateRemoteBindingAddedMessage
          A ReplicateRemoteBindingAddedMessage
 class ReplicateRemoteBindingRemovedMessage
          A ReplicateRemoteBindingRemovedMessage
 class ReplicateRemoteConsumerAddedMessage
          A ReplicateRemoteConsumerAddedMessage
 class ReplicateRemoteConsumerRemovedMessage
          A ReplicateRemoteConsumerRemovedMessage
 class ReplicateStartupInfoMessage
          A ReplicateAcknowledgeMessage
 class SessionReplicateDeliveryMessage
           
 

Uses of Packet in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server with parameters of type Packet
 void ServerSession.handleClose(Packet packet)
           
 void ServerSession.handleCommit(Packet packet)
           
 void ServerSession.handleFailedOver(Packet packet)
           
 void ServerSession.handleGetInDoubtXids(Packet packet)
           
 void ServerSession.handleGetXATimeout(Packet packet)
           
 void ServerSession.handleStart(Packet packet)
           
 void ServerSession.handleStop(Packet packet)
           
 void ServerSession.handleXASuspend(Packet packet)
           
 

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

Methods in org.jboss.messaging.core.server.impl with parameters of type Packet
 void ServerSessionImpl.handleClose(Packet packet)
           
 void ServerSessionImpl.handleCommit(Packet packet)
           
 void ServerSessionImpl.handleFailedOver(Packet packet)
           
 void ServerSessionImpl.handleGetInDoubtXids(Packet packet)
           
 void ServerSessionImpl.handleGetXATimeout(Packet packet)
           
 void ServerSessionPacketHandler.handlePacket(Packet packet)
           
 void MessagingServerPacketHandler.handlePacket(Packet packet)
           
 void ServerSessionImpl.handleStart(Packet packet)
           
 void ServerSessionImpl.handleStop(Packet packet)
           
 void ServerSessionImpl.handleXASuspend(Packet packet)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.