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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextException(gov.aps.jca.event.ContextExceptionEvent ev) voidcontextMessage(gov.aps.jca.event.ContextMessageEvent ev) voidcontextVirtualCircuitException(gov.aps.jca.event.ContextVirtualCircuitExceptionEvent ev)
-
Constructor Details
-
ContextErrorHandler
public ContextErrorHandler()
-
-
Method Details
-
contextException
public void contextException(gov.aps.jca.event.ContextExceptionEvent ev) - Specified by:
contextExceptionin interfacegov.aps.jca.event.ContextExceptionListener- See Also:
-
contextVirtualCircuitException
public void contextVirtualCircuitException(gov.aps.jca.event.ContextVirtualCircuitExceptionEvent ev) - Specified by:
contextVirtualCircuitExceptionin interfacegov.aps.jca.event.ContextExceptionListener- See Also:
-
contextMessage
public void contextMessage(gov.aps.jca.event.ContextMessageEvent ev) - Specified by:
contextMessagein interfacegov.aps.jca.event.ContextMessageListener- See Also:
-