wt.federation
Class FederationStartup

java.lang.Object
  extended bywt.federation.FederationStartup

public class FederationStartup
extends Object

FederationStartup is instantiated at Windchill startup time, usually by a method server. It initializes the Federation support subsystem.


Field Summary
private static String FC_RESOURCE
           
private static long proxyRefreshQueueInterval
           
private static String proxyRefreshQueueName
           
private static String RESOURCE
           
private static boolean VERBOSE
           
private static String versionID
           
 
Constructor Summary
FederationStartup()
          Create and activate the proxy refresh request queue.
 
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

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

proxyRefreshQueueInterval

private static long proxyRefreshQueueInterval

proxyRefreshQueueName

private static String proxyRefreshQueueName

VERBOSE

private static boolean VERBOSE
Constructor Detail

FederationStartup

public FederationStartup()
                  throws WTException
Create and activate the proxy refresh request queue.

Throws:
FederationServicesException
WTException