| 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConnectorDataTransmissionException in kieker.tools.bridge | 
|---|
| Methods in kieker.tools.bridge that throw ConnectorDataTransmissionException | |
|---|---|
 void | 
ServiceContainer.run()
Main loop of the Kieker bridge.  | 
 void | 
ServiceContainer.shutdown()
Safely end bridge loop.  | 
| Uses of ConnectorDataTransmissionException in kieker.tools.bridge.cli | 
|---|
| Methods in kieker.tools.bridge.cli that throw ConnectorDataTransmissionException | |
|---|---|
protected static void | 
CLIServerMain.shutdown()
Hook for the shutdwon thread so it can access the container's shutdown routine.  | 
| Uses of ConnectorDataTransmissionException in kieker.tools.bridge.connector | 
|---|
| Methods in kieker.tools.bridge.connector that throw ConnectorDataTransmissionException | |
|---|---|
 void | 
IServiceConnector.close()
Called to close the previously initialize record source.  | 
static java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> | 
ServiceConnectorFactory.createLookupEntityMap(java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Class<? extends IMonitoringRecord>> recordMap)
Calculates the lookup table from the record map.  | 
 IMonitoringRecord | 
IServiceConnector.deserializeNextRecord()
The deserialize method reads source data and returns an IMonitoringRecord. | 
 void | 
IServiceConnector.initialize()
Called to initialize the channel to read record information.  | 
| Uses of ConnectorDataTransmissionException in kieker.tools.bridge.connector.http | 
|---|
| Methods in kieker.tools.bridge.connector.http that throw ConnectorDataTransmissionException | |
|---|---|
 void | 
HTTPConnector.close()
 | 
 IMonitoringRecord | 
HTTPConnector.deserializeNextRecord()
 | 
 void | 
HTTPConnector.initialize()
 | 
| Uses of ConnectorDataTransmissionException in kieker.tools.bridge.connector.jms | 
|---|
| Methods in kieker.tools.bridge.connector.jms that throw ConnectorDataTransmissionException | |
|---|---|
 void | 
JMSEmbeddedConnector.close()
 | 
 void | 
JMSClientConnector.close()
Close the JMS connection.  | 
 IMonitoringRecord | 
JMSClientConnector.deserializeNextRecord()
Fetch a text or binary message from the JMS queue and use the correct deserializer for the received message.  | 
 void | 
JMSEmbeddedConnector.initialize()
 | 
 void | 
JMSClientConnector.initialize()
Initialize the JMS connection to read from a JMS queue.  | 
| Uses of ConnectorDataTransmissionException in kieker.tools.bridge.connector.tcp | 
|---|
| Methods in kieker.tools.bridge.connector.tcp that throw ConnectorDataTransmissionException | |
|---|---|
 void | 
TCPSingleServerConnector.close()
Close the server connection.  | 
 void | 
TCPClientConnector.close()
Closes the data stream and socket.  | 
 void | 
TCPMultiServerConnector.close()
Stop all service threads to handle TCP communication and empty the record queue.  | 
 IMonitoringRecord | 
TCPSingleServerConnector.deserializeNextRecord()
De-serialize an object reading from the input stream.  | 
 IMonitoringRecord | 
TCPClientConnector.deserializeNextRecord()
De-serialize an object reading from the input stream.  | 
 IMonitoringRecord | 
TCPMultiServerConnector.deserializeNextRecord()
Implements the deserializeNextRecord interface.  | 
 void | 
TCPSingleServerConnector.initialize()
Initializes a server socket and data stream for a single connection.  | 
 void | 
TCPClientConnector.initialize()
Create the connection to a remote service providing records.  | 
 void | 
TCPMultiServerConnector.initialize()
Initializes internal queues and an executor pool for communication.  | 
  | 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||