|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemFarragoConfig
FarragoConfig object instance 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 | |
---|---|
CalcVirtualMachine |
getCalcVirtualMachine()
Returns the value of attribute calcVirtualMachine. |
int |
getCheckpointInterval()
Returns the value of attribute checkpointInterval. |
long |
getCodeCacheMaxBytes()
Returns the value of attribute codeCacheMaxBytes. |
Long |
getConnectionTimeoutMillis()
Returns the value of attribute connectionTimeoutMillis. |
FemFennelConfig |
getFennelConfig()
Returns the value of reference FennelConfig. |
String |
getJavaCompilerClassName()
Returns the value of attribute javaCompilerClassName. |
String |
getName()
Returns the value of attribute name. |
int |
getServerRmiRegistryPort()
Returns the value of attribute serverRmiRegistryPort. |
int |
getServerSingleListenerPort()
Returns the value of attribute serverSingleListenerPort. |
boolean |
isFennelDisabled()
Returns the value of attribute fennelDisabled. |
boolean |
isUserCatalogEnabled()
Returns the value of attribute userCatalogEnabled. |
void |
setCalcVirtualMachine(CalcVirtualMachine newValue)
Sets the value of calcVirtualMachine attribute. |
void |
setCheckpointInterval(int newValue)
Sets the value of checkpointInterval attribute. |
void |
setCodeCacheMaxBytes(long newValue)
Sets the value of codeCacheMaxBytes attribute. |
void |
setConnectionTimeoutMillis(Long newValue)
Sets the value of connectionTimeoutMillis attribute. |
void |
setFennelConfig(FemFennelConfig newValue)
Sets the value of FennelConfig reference. |
void |
setFennelDisabled(boolean newValue)
Sets the value of fennelDisabled attribute. |
void |
setJavaCompilerClassName(String newValue)
Sets the value of javaCompilerClassName attribute. |
void |
setServerRmiRegistryPort(int newValue)
Sets the value of serverRmiRegistryPort attribute. |
void |
setServerSingleListenerPort(int newValue)
Sets the value of serverSingleListenerPort attribute. |
void |
setUserCatalogEnabled(boolean newValue)
Sets the value of userCatalogEnabled attribute. |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
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 |
---|
String getName()
Represents the name of this configuration. Multiple named configurations will be possible one day.
boolean isFennelDisabled()
Controls whether all access to Fennel storage should be disabled.
void setFennelDisabled(boolean newValue)
isFennelDisabled()
for description on the attribute.
newValue
- New value to be set.boolean isUserCatalogEnabled()
Whether the user catalog has been enabled yet for this database.
void setUserCatalogEnabled(boolean newValue)
isUserCatalogEnabled()
for description on the attribute.
newValue
- New value to be set.long getCodeCacheMaxBytes()
void setCodeCacheMaxBytes(long newValue)
getCodeCacheMaxBytes()
for description on the attribute.
newValue
- New value to be set.int getCheckpointInterval()
void setCheckpointInterval(int newValue)
getCheckpointInterval()
for description on the attribute.
newValue
- New value to be set.int getServerRmiRegistryPort()
void setServerRmiRegistryPort(int newValue)
getServerRmiRegistryPort()
for description on the attribute.
newValue
- New value to be set.int getServerSingleListenerPort()
void setServerSingleListenerPort(int newValue)
getServerSingleListenerPort()
for description on the attribute.
newValue
- New value to be set.CalcVirtualMachine getCalcVirtualMachine()
void setCalcVirtualMachine(CalcVirtualMachine newValue)
getCalcVirtualMachine()
for description on the attribute.
newValue
- New value to be set.String getJavaCompilerClassName()
void setJavaCompilerClassName(String newValue)
getJavaCompilerClassName()
for description on the attribute.
newValue
- New value to be set.Long getConnectionTimeoutMillis()
void setConnectionTimeoutMillis(Long newValue)
getConnectionTimeoutMillis()
for description on the attribute.
newValue
- New value to be set.FemFennelConfig getFennelConfig()
void setFennelConfig(FemFennelConfig newValue)
getFennelConfig()
for description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |