org.jinterop.dcom.test
Class MSPowerPoint

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

public class MSPowerPoint
extends java.lang.Object


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

Constructor Detail

MSPowerPoint

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

startPowerPoint

public void startPowerPoint()
                     throws JIException
Throws:
JIException

showPowerPoint

public void showPowerPoint()
                    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)