SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker
Interface BrokerConnectionService

All Known Implementing Classes:
BrokerConnectionServiceImpl

public interface BrokerConnectionService

The Interface BrokerConnectionService.


Method Summary
 Connection getConnection(QueueConnectionType connectionType, boolean cached)
          Gets the connection.
 

Method Detail

getConnection

Connection getConnection(QueueConnectionType connectionType,
                         boolean cached)
                         throws BrokerConnectionException
Gets the connection.

Parameters:
connectionType - the connection type
cached - the cached
Returns:
the connection
Throws:
BrokerConnectionException - the broker connection exception

SMILA (incubation) API documentation