|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.jbpm.integration.AbstractJmsServiceFactory
public abstract class AbstractJmsServiceFactory
Abstract base JMS service factory.
Constructor Summary | |
---|---|
AbstractJmsServiceFactory()
|
Method Summary | |
---|---|
void |
close()
Close this factory. |
protected javax.jms.ConnectionFactory |
getConnectionFactory()
Get the JMS connection factory associated with this service factory. |
protected Provider |
getProvider()
Get the provider. |
boolean |
isCommitEnabled()
Get the commitEnabled flag. |
protected java.lang.Object |
lookup(java.lang.String name)
Lookup a name within JNDI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractJmsServiceFactory()
Method Detail |
---|
public boolean isCommitEnabled()
protected java.lang.Object lookup(java.lang.String name) throws javax.naming.NamingException
name
- The JNDI name to locate.
javax.naming.NamingException
- For errors locating the specified object within JNDI.protected Provider getProvider() throws javax.naming.NamingException
javax.naming.NamingException
- For errors locating the adapter within JNDI.protected javax.jms.ConnectionFactory getConnectionFactory()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |