Class 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 Detail

      • ContextErrorHandler

        public ContextErrorHandler()
    • Method Detail

      • 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