Uses of Class
org.apache.activemq.transport.stomp.ProtocolException

Uses of ProtocolException in org.apache.activemq.transport.stomp
 

Methods in org.apache.activemq.transport.stomp that return ProtocolException
 ProtocolException StompFrameError.getException()
           
 

Methods in org.apache.activemq.transport.stomp that throw ProtocolException
protected  void ProtocolConverter.checkConnected()
           
protected  void ProtocolConverter.configureInactivityMonitor(java.lang.String heartBeatConfig)
           
 ActiveMQDestination LegacyFrameTranslator.convertDestination(ProtocolConverter converter, java.lang.String name, boolean forceFallback)
           
 ActiveMQDestination FrameTranslator.convertDestination(ProtocolConverter converter, java.lang.String name, boolean forceFallback)
           
 ActiveMQMessage LegacyFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command)
           
 ActiveMQMessage JmsFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command)
           
 ActiveMQMessage FrameTranslator.convertFrame(ProtocolConverter converter, StompFrame frame)
           
static void FrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(ProtocolConverter converter, StompFrame command, ActiveMQMessage msg, FrameTranslator ft)
           
static java.lang.String StompCodec.detectVersion(java.util.Map<java.lang.String,java.lang.String> headers)
           
protected  void ProtocolConverter.onStompAbort(StompFrame command)
           
protected  void ProtocolConverter.onStompAck(StompFrame command)
           
protected  void ProtocolConverter.onStompBegin(StompFrame command)
           
protected  void ProtocolConverter.onStompCommit(StompFrame command)
           
protected  void ProtocolConverter.onStompConnect(StompFrame command)
           
protected  void ProtocolConverter.onStompDisconnect(StompFrame command)
           
 MessageAck StompQueueBrowserSubscription.onStompMessageNack(java.lang.String messageId, TransactionId transactionId)
           
 MessageAck StompSubscription.onStompMessageNack(java.lang.String messageId, TransactionId transactionId)
           
protected  void ProtocolConverter.onStompNack(StompFrame command)
           
protected  void ProtocolConverter.onStompSubscribe(StompFrame command)
           
protected  void ProtocolConverter.onStompUnsubscribe(StompFrame command)
           
protected  int StompWireFormat.parseContentLength(java.lang.String contentLength)
           
 

Constructors in org.apache.activemq.transport.stomp with parameters of type ProtocolException
StompFrameError(ProtocolException exception)
           
 



Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.