Uses of Class
wt.method.MethodContext

Packages that use MethodContext
com.ptc.windchill.upgrade.ius   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
 

Uses of MethodContext in com.ptc.windchill.upgrade.ius
 

Methods in com.ptc.windchill.upgrade.ius that return MethodContext
private  MethodContext UpgradeContext.getMethodContext()
           
 

Uses of MethodContext in wt.federation
 

Fields in wt.federation declared as MethodContext
(package private)  MethodContext FederatedDirectoryService.ContextCloser.methodContext
           
(package private)  MethodContext FederatedDirectoryService.ContextCloser.methodContext
           
 

Constructors in wt.federation with parameters of type MethodContext
FederatedDirectoryService.ContextCloser(MethodContext methodContext, DirContext ctx, FederatedDirectoryService.ContextKey key)
           
FederatedDirectoryService.ContextCloser(MethodContext methodContext, DirContext ctx, FederatedDirectoryService.ContextKey key)
           
 

Uses of MethodContext in wt.httpgw
 

Methods in wt.httpgw with parameters of type MethodContext
private static void WTContextBean.ServerContextHelper.freeMethodContext(MethodContext context)
           
 

Uses of MethodContext in wt.method
 

Fields in wt.method declared as MethodContext
private  MethodContext WTAdapterImpl.ContextManager.context
           
private static MethodContext MethodContext.head
           
private static MethodContext MethodContext.tail
           
private static MethodContext MethodContext.lastBoosted
           
private static MethodContext MethodContext.previous
           
private  MethodContext MethodContext.prev
           
private  MethodContext MethodContext.next
           
 

Methods in wt.method that return MethodContext
static MethodContext MethodContext.getContext()
          Get the current thread's method context.
static MethodContext MethodContext.getContext(long id)
          Get the method context with the given id.
static MethodContext MethodContext.getContext(Thread thread)
          Get the method context for the given thread.
 

Methods in wt.method with parameters of type MethodContext
static void WTAdapterImpl.checkSession(MethodContext context)
           
private  WTAdapterImpl.ContextManager WTAdapterImpl.newContextManager(MethodContext context)
           
 

Constructors in wt.method with parameters of type MethodContext
WTAdapterImpl.ContextManager(MethodContext context)
           
 

Uses of MethodContext in wt.pds
 

Methods in wt.pds that return MethodContext
private static MethodContext AbstractPersistentStore.getUserContext()
           
private static MethodContext AbstractPersistentRetrieve.getUserContext()