Uses of Interface
com.ibm.di.api.local.SessionFactory
-
Packages that use SessionFactory Package Description com.ibm.di.api Provides packages and classes for managing the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. -
-
Uses of SessionFactory in com.ibm.di.api
Methods in com.ibm.di.api that return SessionFactory Modifier and Type Method Description static SessionFactory
APIEngine. getLocalSessionFactory()
Gets the localSessionFactory
created during the initialization of the Local Server API. -
Uses of SessionFactory in com.ibm.di.api.local.impl
Classes in com.ibm.di.api.local.impl that implement SessionFactory Modifier and Type Class Description class
SessionFactoryImpl
This class implements methods for creating local Session.
-