Uses of Class
com.activequant.exceptions.TransportException

Packages that use TransportException
com.activequant.transport Use an instance of an ITransportFactory to receive publisher and receivers in your application. 
com.activequant.transport.activemq   
com.activequant.transport.memory   
 

Uses of TransportException in com.activequant.transport
 

Methods in com.activequant.transport that throw TransportException
 IPublisher ITransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IPublisher ITransportFactory.getPublisher(ETransportType transType, MarketDataInstrument instrument)
           
 IPublisher ITransportFactory.getPublisher(ETransportType transType, String id)
           
 IPublisher ITransportFactory.getPublisher(ETransportType transType, TradeableInstrument instrument)
           
 IPublisher ITransportFactory.getPublisher(String channel)
           
 IReceiver ITransportFactory.getReceiver(ETransportType transType, Instrument instrument)
           
 IReceiver ITransportFactory.getReceiver(ETransportType transType, MarketDataInstrument instrument)
           
 IReceiver ITransportFactory.getReceiver(ETransportType transType, String id)
           
 IReceiver ITransportFactory.getReceiver(ETransportType transType, TradeableInstrument instrument)
           
 IReceiver ITransportFactory.getReceiver(String channel)
           
 

Uses of TransportException in com.activequant.transport.activemq
 

Methods in com.activequant.transport.activemq that throw TransportException
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, MarketDataInstrument instrument)
           
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, String id)
           
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, TradeableInstrument instrument)
           
 IPublisher ActiveMQTransportFactory.getPublisher(String channel)
           
 IReceiver ActiveMQTransportFactory.getReceiver(ETransportType transType, Instrument instrument)
           
 IReceiver ActiveMQTransportFactory.getReceiver(ETransportType transType, MarketDataInstrument instrument)
           
 IReceiver ActiveMQTransportFactory.getReceiver(ETransportType transType, String id)
           
 IReceiver ActiveMQTransportFactory.getReceiver(ETransportType transType, TradeableInstrument instrument)
           
 IReceiver ActiveMQTransportFactory.getReceiver(String channel)
           
 

Uses of TransportException in com.activequant.transport.memory
 

Methods in com.activequant.transport.memory that throw TransportException
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, MarketDataInstrument instrument)
           
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, String id)
           
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, TradeableInstrument instrument)
           
 IPublisher InMemoryTransportFactory.getPublisher(String channel)
           
 IReceiver InMemoryTransportFactory.getReceiver(ETransportType transType, Instrument instrument)
           
 IReceiver InMemoryTransportFactory.getReceiver(ETransportType transType, MarketDataInstrument instrument)
           
 IReceiver InMemoryTransportFactory.getReceiver(ETransportType transType, String id)
           
 IReceiver InMemoryTransportFactory.getReceiver(ETransportType transType, TradeableInstrument instrument)
           
 IReceiver InMemoryTransportFactory.getReceiver(String channel)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.