wt.method
Class WTAdapterMain

java.lang.Object
  extended bywt.method.WTAdapterMain

public class WTAdapterMain
extends Object

The Windchill Info*Engine adapter main. This class enables newInstance() to be used to create a Windchill Adapter.

Supported API: true
Extendable: false


Field Summary
protected  WTAdapter adapter
           
private static String versionID
           
 
Constructor Summary
WTAdapterMain()
          Enable the adapter newInstance() method.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

adapter

protected WTAdapter adapter
Constructor Detail

WTAdapterMain

public WTAdapterMain()
Enable the adapter newInstance() method. This will be used by the Method Server loadObjects code.

Method Detail

main

public static void main(String[] args)