jca.test
Class Test

java.lang.Object
  |
  +--jca.test.Test
All Implemented Interfaces:
ConnectionListener, GetListener, MonitorListener, PutListener

public class Test
extends java.lang.Object
implements GetListener, PutListener, MonitorListener, ConnectionListener


Field Summary
static boolean m_connected
           
static int m_done
           
 
Constructor Summary
Test()
           
 
Method Summary
 void connectionChanged(jca.event.ConnectionEvent e)
           
 void getCompleted(jca.event.GetEvent e)
           
static void main(java.lang.String[] args)
           
 void monitorChanged(jca.event.MonitorEvent e)
           
 void putCompleted(jca.event.PutEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_done

public static int m_done

m_connected

public static boolean m_connected
Constructor Detail

Test

public Test()
Method Detail

connectionChanged

public void connectionChanged(jca.event.ConnectionEvent e)
Specified by:
connectionChanged in interface ConnectionListener

getCompleted

public void getCompleted(jca.event.GetEvent e)
Specified by:
getCompleted in interface GetListener

putCompleted

public void putCompleted(jca.event.PutEvent e)
Specified by:
putCompleted in interface PutListener

monitorChanged

public void monitorChanged(jca.event.MonitorEvent e)
Specified by:
monitorChanged in interface MonitorListener

main

public static void main(java.lang.String[] args)