org.jboss.soa.esb.services.jbpm.integration
Interface Provider


public interface Provider

Provider interface


Method Summary
 java.lang.String getFactoryRef()
          Get the default factory reference.
 javax.naming.Context getInitialContext()
          Get the initial context.
 java.lang.String getQueueFactoryRef()
          Get the queue factory reference.
 

Method Detail

getQueueFactoryRef

java.lang.String getQueueFactoryRef()
Get the queue factory reference.

Returns:
The queue factory reference or null if not specified.

getFactoryRef

java.lang.String getFactoryRef()
Get the default factory reference.

Returns:
The default factory reference or null if not specified.

getInitialContext

javax.naming.Context getInitialContext()
                                       throws javax.naming.NamingException
Get the initial context.

Returns:
The JNDI initial context.
Throws:
javax.naming.NamingException - For exceptions creating the context.