Class ContextErrorHandler

java.lang.Object
org.epics.archiverappliance.engine.model.ContextErrorHandler
All Implemented Interfaces:
gov.aps.jca.event.ContextExceptionListener, gov.aps.jca.event.ContextMessageListener, EventListener

public class ContextErrorHandler extends Object implements gov.aps.jca.event.ContextExceptionListener, gov.aps.jca.event.ContextMessageListener
Handler for JCA Context errors and messages; places them in log.
Author:
Kay Kasemir
  • Constructor Details

    • ContextErrorHandler

      public ContextErrorHandler()
  • Method Details

    • contextException

      public void contextException(gov.aps.jca.event.ContextExceptionEvent ev)
      Specified by:
      contextException in interface gov.aps.jca.event.ContextExceptionListener
      See Also:
      • ContextExceptionListener
    • contextVirtualCircuitException

      public void contextVirtualCircuitException(gov.aps.jca.event.ContextVirtualCircuitExceptionEvent ev)
      Specified by:
      contextVirtualCircuitException in interface gov.aps.jca.event.ContextExceptionListener
      See Also:
      • ContextExceptionListener
    • contextMessage

      public void contextMessage(gov.aps.jca.event.ContextMessageEvent ev)
      Specified by:
      contextMessage in interface gov.aps.jca.event.ContextMessageListener
      See Also:
      • ContextMessageListener