Uses of Interface
wt.method.POMHandlerIfc

Packages that use POMHandlerIfc
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
wt.pom Provides low-level, yet database independent, access to a database. 
 

Uses of POMHandlerIfc in wt.method
 

Fields in wt.method declared as POMHandlerIfc
private static POMHandlerIfc MethodContext.defaultPomHandler
           
private  POMHandlerIfc MethodContext.pomHandler
           
 

Methods in wt.method that return POMHandlerIfc
static POMHandlerIfc MethodContext.getPomHandler()
          Get POM handler for the current WTContext.
static POMHandlerIfc MethodContext.getDefaultPomHandler()
          Get default POM handler.
private  POMHandlerIfc MethodContext.getCurrentPomHandler()
           
 

Methods in wt.method with parameters of type POMHandlerIfc
static void MethodContext.setPomHandler(POMHandlerIfc pom_handler)
          Set POM handler for the current WTContext.
static void MethodContext.setDefaultPomHandler(POMHandlerIfc pom_handler)
          Set default POM handler that applies to all WTContext.
 

Uses of POMHandlerIfc in wt.pom
 

Classes in wt.pom that implement POMHandlerIfc
 class POMHandler
          An adapter to handle dependencies between the wt.method and wt.pom packages which are potentially loaded by different class loaders.