|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.connectivity.queue.AbstractBrokerPropertiesConfigImpl
public abstract class AbstractBrokerPropertiesConfigImpl
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 |
---|
protected static final java.lang.String CONFIG_JMS_NAME
protected static final java.lang.String PROPERTY_PROVIDER_URL
protected static final java.lang.String PROPERTY_DEFAULT_DIRECTORY_PREFIX
protected static final java.lang.String DLQ
protected Session _session
protected final Log _log
protected Connection _connection
Constructor Detail |
---|
public AbstractBrokerPropertiesConfigImpl()
Method Detail |
---|
protected abstract java.lang.String getBundleId()
public void start() throws BrokerException
start
in interface ConnectivityBroker
BrokerException
- the broker exceptionConnectivityBroker.start()
public void stop()
stop
in interface ConnectivityBroker
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |