| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPentahoDefinableObjectFactory.Scope | |
|---|---|
| org.pentaho.platform.api.engine | |
| org.pentaho.platform.engine.core.system.boot | |
| org.pentaho.platform.engine.core.system.objfac | |
| Uses of IPentahoDefinableObjectFactory.Scope in org.pentaho.platform.api.engine | 
|---|
| Methods in org.pentaho.platform.api.engine that return IPentahoDefinableObjectFactory.Scope | |
|---|---|
static IPentahoDefinableObjectFactory.Scope | 
IPentahoDefinableObjectFactory.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static IPentahoDefinableObjectFactory.Scope[] | 
IPentahoDefinableObjectFactory.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in org.pentaho.platform.api.engine with parameters of type IPentahoDefinableObjectFactory.Scope | |
|---|---|
 void | 
IPentahoDefinableObjectFactory.defineObject(String key,
             String className,
             IPentahoDefinableObjectFactory.Scope scope)
Defines a new object.  | 
 void | 
IPentahoDefinableObjectFactory.defineObject(String key,
             String className,
             IPentahoDefinableObjectFactory.Scope scope,
             ClassLoader loader)
Defines a new object that must be loaded with a specific classloader  | 
| Uses of IPentahoDefinableObjectFactory.Scope in org.pentaho.platform.engine.core.system.boot | 
|---|
| Methods in org.pentaho.platform.engine.core.system.boot with parameters of type IPentahoDefinableObjectFactory.Scope | |
|---|---|
 PentahoSystemBoot | 
PentahoSystemBoot.define(Class<?> interfaceClass,
       Class<?> implClass,
       IPentahoDefinableObjectFactory.Scope scope)
Define an arbitrarily scoped object  | 
 PentahoSystemBoot | 
PentahoSystemBoot.define(String key,
       Class<?> implClass,
       IPentahoDefinableObjectFactory.Scope scope)
Define an arbitrarily scoped object  | 
 PentahoSystemBoot | 
PentahoSystemBoot.define(String key,
       String implClassName,
       IPentahoDefinableObjectFactory.Scope scope)
Define an arbitrarily scoped object  | 
| Uses of IPentahoDefinableObjectFactory.Scope in org.pentaho.platform.engine.core.system.objfac | 
|---|
| Methods in org.pentaho.platform.engine.core.system.objfac with parameters of type IPentahoDefinableObjectFactory.Scope | |
|---|---|
 void | 
StandaloneObjectFactory.defineObject(String key,
             String className,
             IPentahoDefinableObjectFactory.Scope scope)
 | 
 void | 
StandaloneObjectFactory.defineObject(String key,
             String className,
             IPentahoDefinableObjectFactory.Scope scope,
             ClassLoader loader)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||