SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue
Class AbstractBrokerPropertiesConfigImpl

java.lang.Object
  extended by org.eclipse.smila.connectivity.queue.AbstractBrokerPropertiesConfigImpl
All Implemented Interfaces:
ConnectivityBroker
Direct Known Subclasses:
ConnectivityBrokerImpl

public abstract class AbstractBrokerPropertiesConfigImpl
extends java.lang.Object
implements ConnectivityBroker

The Class AbstractBrokerImpl.


Field Summary
protected  Connection _connection
          The _connection.
protected  Log _log
          The _log.
protected  Session _session
          The _session.
protected static java.lang.String CONFIG_JMS_NAME
          The Constant CONFIG_JMS_NAME.
protected static java.lang.String DLQ
          The Constant DEFAULT_DLQ.
protected static java.lang.String PROPERTY_DEFAULT_DIRECTORY_PREFIX
          The Constant PROPERTY_DEFAULT_DIRECTORY_PREFIX.
protected static java.lang.String PROPERTY_PROVIDER_URL
          The Constant PROPERTY_PROVIDER_URL.
 
Constructor Summary
AbstractBrokerPropertiesConfigImpl()
           
 
Method Summary
protected abstract  java.lang.String getBundleId()
          Gets the bundle id.
 void start()
          Start.
 void stop()
          Stop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_JMS_NAME

protected static final java.lang.String CONFIG_JMS_NAME
The Constant CONFIG_JMS_NAME.

See Also:
Constant Field Values

PROPERTY_PROVIDER_URL

protected static final java.lang.String PROPERTY_PROVIDER_URL
The Constant PROPERTY_PROVIDER_URL.

See Also:
Constant Field Values

PROPERTY_DEFAULT_DIRECTORY_PREFIX

protected static final java.lang.String PROPERTY_DEFAULT_DIRECTORY_PREFIX
The Constant PROPERTY_DEFAULT_DIRECTORY_PREFIX.

See Also:
Constant Field Values

DLQ

protected static final java.lang.String DLQ
The Constant DEFAULT_DLQ.

See Also:
Constant Field Values

_session

protected Session _session
The _session.


_log

protected final Log _log
The _log.


_connection

protected Connection _connection
The _connection.

Constructor Detail

AbstractBrokerPropertiesConfigImpl

public AbstractBrokerPropertiesConfigImpl()
Method Detail

getBundleId

protected abstract java.lang.String getBundleId()
Gets the bundle id.

Returns:
the bundle id

start

public void start()
           throws BrokerException
Start.

Specified by:
start in interface ConnectivityBroker
Throws:
BrokerException - the broker exception
See Also:
ConnectivityBroker.start()

stop

public void stop()
Stop.

Specified by:
stop in interface ConnectivityBroker

SMILA (incubation) API documentation