Uses of Interface
com.ibm.pim.interfaces.context.Context

Packages that use Context
com.ibm.pim.factories   
 

Uses of Context in com.ibm.pim.factories
 

Methods in com.ibm.pim.factories that return Context
static Context PIMWebServicesContextFactory.getContext()
          Deprecated. Instantiate a new API Context Object based on the current web service message context.
static Context PIMContextFactory.getContext(java.lang.String userName, java.lang.String userPassword, java.lang.String userCompany)
          Deprecated. Instantiate a new API Context Object based upon username, password and company code.
static Context PIMContextFactory.getCurrentContext()
          Deprecated. Get current context.
 

Methods in com.ibm.pim.factories with parameters of type Context
static void PIMContextFactory.setCurrentContext(Context context)
          Deprecated. Sets the current context for the thread this is called in.