org.eclipse.smila.connectivity.queue.worker.jms
Interface BrokerConnectionService
- All Known Implementing Classes:
- BrokerConnectionServiceImpl
public interface BrokerConnectionService
The Interface BrokerConnectionService.
|
Method Summary |
Connection |
getConnection(QueueConnectionType connectionType,
boolean cached)
Gets the connection. |
getConnection
Connection getConnection(QueueConnectionType connectionType,
boolean cached)
throws BrokerConnectionException
- Gets the connection.
- Parameters:
connectionType - the connection typecached - the cached
- Returns:
- the connection
- Throws:
BrokerConnectionException - the broker connection exception