Business Components

Uses of Class
oracle.jbo.common.StringManagerFactory

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of StringManagerFactory in oracle.jbo.common
 

Methods in oracle.jbo.common that return StringManagerFactory
TypeName
static StringManagerFactory StringManagerFactory.getFactory()
          Returns the installed factory using setFactory().
 

Methods in oracle.jbo.common with parameters of type StringManagerFactory
TypeName
static void StringManagerFactory.setFactory(StringManagerFactory impl)
          Establishes the custom factory instance.
 


Business Components