kieker.tools.bridge.connector.jms
Class JMSEmbeddedConnector
java.lang.Object
  
kieker.tools.bridge.connector.AbstractConnector
      
kieker.tools.bridge.connector.jms.JMSClientConnector
          
kieker.tools.bridge.connector.jms.JMSEmbeddedConnector
- All Implemented Interfaces: 
 - IServiceConnector
 
public class JMSEmbeddedConnector
- extends JMSClientConnector
 
a yes broken JMSClient with an embedded JMS server.
- Since:
 
  - 1.8
 
- Author:
 
  - Reiner Jung
 
| 
Field Summary | 
static String | 
PORT
 
          Property name for the configuration property for the port of the embedded JMS server. | 
 
 
 
| 
Method Summary | 
 void | 
close()
 
          Close the JMS connection. | 
 void | 
initialize()
 
          Initialize the JMS connection to read from a JMS queue. | 
 
 
 
PORT
public static final String PORT
- Property name for the configuration property for the port of the embedded JMS server.
 
JMSEmbeddedConnector
public JMSEmbeddedConnector(Configuration configuration,
                            ConcurrentMap<Integer,LookupEntity> lookupEntityMap)
- Construct a new JMS service consumer and an embedded JMS service.
- Parameters:
 configuration - Kieker configuration including setup for connectorslookupEntityMap - IMonitoringRecord constructor and TYPES-array to id map
- Throws:
 ConnectorDataTransmissionException
 
initialize
public void initialize()
                throws ConnectorDataTransmissionException
- Description copied from class: 
JMSClientConnector 
- Initialize the JMS connection to read from a JMS queue.
- Specified by:
 initialize in interface IServiceConnector- Overrides:
 initialize in class JMSClientConnector
 
- Throws:
 ConnectorDataTransmissionException - if any JMSException occurs
 
 
close
public void close()
           throws ConnectorDataTransmissionException
- Description copied from class: 
JMSClientConnector 
- Close the JMS connection.
- Specified by:
 close in interface IServiceConnector- Overrides:
 close in class JMSClientConnector
 
- Throws:
 ConnectorDataTransmissionException - if any JMSException occurs
 
 
Copyright 2014 Kieker Project, http://kieker-monitoring.net>