public abstract class BlackTieService extends Object implements Service
| Modifier | Constructor and Description |
|---|---|
protected |
BlackTieService(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
init() |
protected void |
processMessage(String serviceName,
org.jboss.narayana.blacktie.jatmibroker.core.transport.Message message)
Entry points should pass control to this method as soon as reasonably possible.
|
protected BlackTieService(String name) throws org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException
org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationExceptionpublic String getName()
@PostConstruct public void init()
protected void processMessage(String serviceName, org.jboss.narayana.blacktie.jatmibroker.core.transport.Message message) throws ConnectionException, org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException, NamingException, InvalidTransactionException, IllegalStateException, SystemException, org.jboss.narayana.blacktie.jatmibroker.core.tx.TransactionException
serviceName - The name of the servicemessage - The message to processConnectionExceptionConnectionException - In case communication failsorg.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationExceptionNamingExceptionSystemExceptionIllegalStateExceptionInvalidTransactionExceptionorg.jboss.narayana.blacktie.jatmibroker.core.tx.TransactionExceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.