com.ptc.wgmecad.client
Class WindchillConnection

java.lang.Object
  extended bycom.ptc.wgmecad.client.WindchillConnection
All Implemented Interfaces:
DebugOptions, IRegisterProgress

public class WindchillConnection
extends Object
implements DebugOptions, IRegisterProgress


Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Fields inherited from interface com.ptc.wgmecad.client.DebugOptions
DEBUG_HIGH, DEBUG_LOW
 
Constructor Summary
WindchillConnection()
           
 
Method Summary
static void connect(String windchillServerURL, String username, String password)
           
 int getTotalInitTime()
           
 int getTotalOperation()
           
 int getTotalPre()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Constructor Detail

WindchillConnection

public WindchillConnection()
Method Detail

connect

public static void connect(String windchillServerURL,
                           String username,
                           String password)
                    throws WGMException,
                           CancelledException
Throws:
WGMException
CancelledException

getTotalOperation

public int getTotalOperation()
Specified by:
getTotalOperation in interface IRegisterProgress

getTotalInitTime

public int getTotalInitTime()
Specified by:
getTotalInitTime in interface IRegisterProgress

getTotalPre

public int getTotalPre()
Specified by:
getTotalPre in interface IRegisterProgress