|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemFarragoConfigClass
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 |
---|
FemFarragoConfig createFemFarragoConfig()
FemFarragoConfig createFemFarragoConfig(String name, boolean fennelDisabled, boolean userCatalogEnabled, long codeCacheMaxBytes, int checkpointInterval, int serverRmiRegistryPort, int serverSingleListenerPort, CalcVirtualMachine calcVirtualMachine, String javaCompilerClassName, Long connectionTimeoutMillis)
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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |