com.createtank.elemenope
Interface ElemenopeConnectionEntity

All Known Subinterfaces:
Broker, Connector, Dispatcher, ElemenopeBpmOperation, FailoverDispatcher
All Known Implementing Classes:
DirectCallBroker, DirectCallConnector, DirectCallDispatcher, DispatcherFailoverImpl, DistributionListDispatcher, ElemenopeAsyncBpmChainOperation, ElemenopeBpmChainOperation, ElemenopeBpmListOperation, ElemenopeBpmOperationImpl, ElemenopeProcessChainOperation, ElemenopeProcessListOperation, JmsQueueBroker, JmsQueueConnector, JmsQueueDispatcher, SoapClientConnector, SoapDispatcher, SoapMethodDispatcher, SynchronousJmsQueueBroker, SynchronousJmsQueueConnector, SynchronousJmsQueueDispatcher, XmlRpcBroker, XmlRpcClientConnector, XmlRpcDispatcher, XmlRpcElemenopeBroker, XmlRpcElemenopeDispatcher, XmlRpcElemenopeServletBroker, XmlRpcEnterpriseBroker, XmlRpcEnterpriseConnector, XmlRpcServerConnector, XmlRpcServletBroker

public interface ElemenopeConnectionEntity

interface for all elemenope connection specific classes, i.e. all classes which require configuration file attributes.

Specifically, all Connector, Broker, and Dispatcher classes.

Author:
John Joseph Roets [joe@createtank.com]

Method Summary
 java.util.Map getConnectionAttributes()
          gets connectivity attributes
 void setConnectionAttributes(java.util.Map atts)
          sets connectivity attributes
 

Method Detail

setConnectionAttributes

void setConnectionAttributes(java.util.Map atts)
                             throws ElemenopeException
sets connectivity attributes

Parameters:
atts - Map of connectivity attributes
Throws:
ElemenopeException

getConnectionAttributes

java.util.Map getConnectionAttributes()
                                      throws ElemenopeException
gets connectivity attributes

Returns:
connectivity attributes
Throws:
ElemenopeException