net.ihe.gazelle.proxy.listeners
Class DicomEventListener

java.lang.Object
  extended by net.ihe.gazelle.proxy.listeners.GazelleProxyEventListener<T,T>
      extended by net.ihe.gazelle.proxy.listeners.SameEventListener<jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage>
          extended by net.ihe.gazelle.proxy.listeners.DicomEventListener
All Implemented Interfaces:
ProxyEventListener<jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage,jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage>

public class DicomEventListener
extends SameEventListener<jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage>


Field Summary
protected static Charset UTF_8
           
 
Constructor Summary
DicomEventListener()
           
 
Method Summary
protected  void saveMessage(Timestamp timeStamp, jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage dicom, String requesterIp, int requesterPort, int proxyPort, String responderIp, int responderPort, int requestChannelId, int responseChannelId, ProxySide side)
           
 
Methods inherited from class net.ihe.gazelle.proxy.listeners.SameEventListener
onRequest, onResponse
 
Methods inherited from class net.ihe.gazelle.proxy.listeners.GazelleProxyEventListener
processMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF_8

protected static final Charset UTF_8
Constructor Detail

DicomEventListener

public DicomEventListener()
Method Detail

saveMessage

protected void saveMessage(Timestamp timeStamp,
                           jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage dicom,
                           String requesterIp,
                           int requesterPort,
                           int proxyPort,
                           String responderIp,
                           int responderPort,
                           int requestChannelId,
                           int responseChannelId,
                           ProxySide side)
Specified by:
saveMessage in class SameEventListener<jp.digitalsensation.ihej.transactionmonitor.dicom.messageexchange.DimseMessage>


Copyright © 2012 JBoss. All Rights Reserved.