Interface TransportDiagnosticsProvider


public interface TransportDiagnosticsProvider
Those transport providers that generate diagnostics need to implement this interface. An example An example is the MQTransportProvider which provides async information and JMSTransportProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getDiagnostics(com.bea.wli.sb.transportdiags.TransportDiagnosticsType diags)
     
  • Method Details

    • getDiagnostics

      void getDiagnostics(com.bea.wli.sb.transportdiags.TransportDiagnosticsType diags)