aa4mm.basic.coupling.artefacts_ports
Interface JmsPort

All Known Implementing Classes:
InputPort, OutputPort

public interface JmsPort

If the communication channel is based upon the JMS platform, please implements this interface.

Since:
Darjeeling
Author:
Julien Siebert

Method Summary
 void init()
          Initiate the communication channel Set the session, topicSubscriber...
 void setJMSConnexionParameters()
          Set the JMS connexion parameters such as topic name...
 

Method Detail

init

void init()
Initiate the communication channel Set the session, topicSubscriber...


setJMSConnexionParameters

void setJMSConnexionParameters()
Set the JMS connexion parameters such as topic name...