gov.aps.epics.jca.jni
Class JNIContextExceptionCallback

java.lang.Object
  |
  +--gov.aps.epics.jca.jni.JNIContextExceptionCallback

public class JNIContextExceptionCallback
extends java.lang.Object


Field Summary
protected  gov.aps.epics.jca.jni.JNIContext _context
           
protected  gov.aps.epics.jca.ContextExceptionListener _listener
           
 
Constructor Summary
JNIContextExceptionCallback(gov.aps.epics.jca.jni.JNIContext context, gov.aps.epics.jca.ContextExceptionListener l)
           
 
Method Summary
 void fire(int channelID, int type, int count, int dbrID, int status, int op, java.lang.String ctxtInfo, java.lang.String file, int line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_context

protected gov.aps.epics.jca.jni.JNIContext _context

_listener

protected gov.aps.epics.jca.ContextExceptionListener _listener
Constructor Detail

JNIContextExceptionCallback

public JNIContextExceptionCallback(gov.aps.epics.jca.jni.JNIContext context,
                                   gov.aps.epics.jca.ContextExceptionListener l)
Method Detail

fire

public void fire(int channelID,
                 int type,
                 int count,
                 int dbrID,
                 int status,
                 int op,
                 java.lang.String ctxtInfo,
                 java.lang.String file,
                 int line)