net.sf.farrago.fem.config
Interface FemFarragoConfigClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured
All Known Implementing Classes:
FemFarragoConfigClass$Hib

public interface FemFarragoConfigClass
extends RefClass

FarragoConfig class proxy interface.

FarragoConfig defines top-level configuration parameters for Farrago.  Each attribute corresponds to an individual parameter.  TODO:  fill in documentation for all parameters.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 FemFarragoConfig createFemFarragoConfig()
          The default factory operation used to create an instance object.
 FemFarragoConfig createFemFarragoConfig(String name, boolean fennelDisabled, boolean userCatalogEnabled, long codeCacheMaxBytes, int checkpointInterval, int serverRmiRegistryPort, int serverSingleListenerPort, CalcVirtualMachine calcVirtualMachine, String javaCompilerClassName, Long connectionTimeoutMillis)
          Creates an instance object having attributes initialized by the passed values.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createFemFarragoConfig

FemFarragoConfig createFemFarragoConfig()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createFemFarragoConfig

FemFarragoConfig createFemFarragoConfig(String name,
                                        boolean fennelDisabled,
                                        boolean userCatalogEnabled,
                                        long codeCacheMaxBytes,
                                        int checkpointInterval,
                                        int serverRmiRegistryPort,
                                        int serverSingleListenerPort,
                                        CalcVirtualMachine calcVirtualMachine,
                                        String javaCompilerClassName,
                                        Long connectionTimeoutMillis)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -

Represents the name of this configuration.  Multiple named configurations will be possible one day.

fennelDisabled -

Controls whether all access to Fennel storage should be disabled.

userCatalogEnabled -

Whether the user catalog has been enabled yet for this database.

codeCacheMaxBytes -
checkpointInterval -
serverRmiRegistryPort -
serverSingleListenerPort -
calcVirtualMachine -
javaCompilerClassName -
connectionTimeoutMillis -
Returns:
The created instance object.