org.jinterop.dcom.test
Class MetrikonOPC

java.lang.Object
  extended by org.jinterop.dcom.test.MetrikonOPC

public class MetrikonOPC
extends java.lang.Object


Constructor Summary
MetrikonOPC(java.lang.String address, java.lang.String[] args)
           
 
Method Summary
 void getOPC()
           
static void main(java.lang.String[] args)
           
 void performOp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetrikonOPC

public MetrikonOPC(java.lang.String address,
                   java.lang.String[] args)
            throws JIException,
                   java.net.UnknownHostException
Throws:
JIException
java.net.UnknownHostException
Method Detail

getOPC

public void getOPC()
            throws JIException
Throws:
JIException

performOp

public void performOp()
               throws JIException,
                      java.lang.InterruptedException
Throws:
JIException
java.lang.InterruptedException

main

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