|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
org.eigenbase.enki.hibernate.storage.HibernateObject
org.eigenbase.enki.hibernate.jmi.HibernateRefObject
net.sf.farrago.fem.config.FemFarragoConfig$Hib
public class FemFarragoConfig$Hib
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.
| Field Summary | |
|---|---|
private static String |
_id
|
protected String |
calcVirtualMachine$Hib
|
protected Integer |
checkpointInterval$Hib
|
protected Long |
codeCacheMaxBytes$Hib
|
protected Long |
connectionTimeoutMillis$Hib
|
protected HibernateOneToOneLazyAssociation |
fennelConfig$Hib
|
protected Boolean |
fennelDisabled$Hib
|
protected String |
javaCompilerClassName$Hib
|
protected String |
name$Hib
|
protected Integer |
serverRmiRegistryPort$Hib
|
protected Integer |
serverSingleListenerPort$Hib
|
protected Boolean |
userCatalogEnabled$Hib
|
| Constructor Summary | |
|---|---|
FemFarragoConfig$Hib()
|
|
FemFarragoConfig$Hib(String name,
boolean fennelDisabled,
boolean userCatalogEnabled,
long codeCacheMaxBytes,
int checkpointInterval,
int serverRmiRegistryPort,
int serverSingleListenerPort,
CalcVirtualMachine calcVirtualMachine,
String javaCompilerClassName,
Long connectionTimeoutMillis)
|
|
| Method Summary | |
|---|---|
protected void |
checkConstraints(List<JmiException> errors,
boolean deepVerify)
|
HibernateAssociation |
getAssociation(String type,
boolean firstEnd)
|
CalcVirtualMachine |
getCalcVirtualMachine()
Returns the value of attribute calcVirtualMachine. |
String |
getCalcVirtualMachine$Hib()
|
int |
getCheckpointInterval()
Returns the value of attribute checkpointInterval. |
Integer |
getCheckpointInterval$Hib()
|
String |
getClassIdentifier()
|
long |
getCodeCacheMaxBytes()
Returns the value of attribute codeCacheMaxBytes. |
Long |
getCodeCacheMaxBytes$Hib()
|
Collection<HibernateAssociation> |
getComposingAssociations()
|
Long |
getConnectionTimeoutMillis()
Returns the value of attribute connectionTimeoutMillis. |
Long |
getConnectionTimeoutMillis$Hib()
|
FemFennelConfig |
getFennelConfig()
Returns the value of reference FennelConfig. |
HibernateOneToOneLazyAssociation |
getFennelConfig$Hib()
|
Boolean |
getFennelDisabled$Hib()
|
String |
getJavaCompilerClassName()
Returns the value of attribute javaCompilerClassName. |
String |
getJavaCompilerClassName$Hib()
|
String |
getName()
Returns the value of attribute name. |
String |
getName$Hib()
|
Collection<HibernateAssociation> |
getNonComposingAssociations()
|
HibernateAssociation |
getOrCreateAssociation(String type,
boolean firstEnd)
|
int |
getServerRmiRegistryPort()
Returns the value of attribute serverRmiRegistryPort. |
Integer |
getServerRmiRegistryPort$Hib()
|
int |
getServerSingleListenerPort()
Returns the value of attribute serverSingleListenerPort. |
Integer |
getServerSingleListenerPort$Hib()
|
Boolean |
getUserCatalogEnabled$Hib()
|
boolean |
isFennelDisabled()
Returns the value of attribute fennelDisabled. |
boolean |
isUserCatalogEnabled()
Returns the value of attribute userCatalogEnabled. |
RefObject |
refImmediateComposite()
|
protected void |
removeAssociations()
|
void |
setAssociation(String type,
boolean firstEnd,
HibernateAssociation assoc)
|
void |
setCalcVirtualMachine(CalcVirtualMachine newValue)
Sets the value of calcVirtualMachine attribute. |
void |
setCalcVirtualMachine$Hib(String newValue)
|
void |
setCheckpointInterval(int newValue)
Sets the value of checkpointInterval attribute. |
void |
setCheckpointInterval$Hib(Integer newValue)
|
void |
setCodeCacheMaxBytes(long newValue)
Sets the value of codeCacheMaxBytes attribute. |
void |
setCodeCacheMaxBytes$Hib(Long newValue)
|
void |
setConnectionTimeoutMillis(Long newValue)
Sets the value of connectionTimeoutMillis attribute. |
void |
setConnectionTimeoutMillis$Hib(Long newValue)
|
void |
setFennelConfig(FemFennelConfig newValue)
Sets the value of FennelConfig reference. |
void |
setFennelConfig$Hib(HibernateOneToOneLazyAssociation newValue)
|
void |
setFennelDisabled(boolean newValue)
Sets the value of fennelDisabled attribute. |
void |
setFennelDisabled$Hib(Boolean newValue)
|
void |
setJavaCompilerClassName(String newValue)
Sets the value of javaCompilerClassName attribute. |
void |
setJavaCompilerClassName$Hib(String newValue)
|
void |
setName$Hib(String newValue)
|
void |
setServerRmiRegistryPort(int newValue)
Sets the value of serverRmiRegistryPort attribute. |
void |
setServerRmiRegistryPort$Hib(Integer newValue)
|
void |
setServerSingleListenerPort(int newValue)
Sets the value of serverSingleListenerPort attribute. |
void |
setServerSingleListenerPort$Hib(Integer newValue)
|
void |
setUserCatalogEnabled(boolean newValue)
Sets the value of userCatalogEnabled attribute. |
void |
setUserCatalogEnabled$Hib(Boolean newValue)
|
| Methods inherited from class org.eigenbase.enki.hibernate.jmi.HibernateRefObject |
|---|
associationSetSingle, attributeSetSingle, findAssociationEnd, fireAssociationRemoveAllEvents, fireAttributeSetEvent, getHibernateRepository, getRepository, refClass, refDelete |
| Methods inherited from class org.eigenbase.enki.hibernate.storage.HibernateObject |
|---|
delete, delete, save, save |
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase |
|---|
findAttribute, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister |
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase |
|---|
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, 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 |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, 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 |
| Methods inherited from interface org.eigenbase.enki.hibernate.storage.HibernateIdentifiable |
|---|
getMofId |
| Field Detail |
|---|
private static final String _id
protected String name$Hib
protected Boolean fennelDisabled$Hib
protected Boolean userCatalogEnabled$Hib
protected Long codeCacheMaxBytes$Hib
protected Integer checkpointInterval$Hib
protected Integer serverRmiRegistryPort$Hib
protected Integer serverSingleListenerPort$Hib
protected String calcVirtualMachine$Hib
protected String javaCompilerClassName$Hib
protected Long connectionTimeoutMillis$Hib
protected HibernateOneToOneLazyAssociation fennelConfig$Hib
| Constructor Detail |
|---|
FemFarragoConfig$Hib()
FemFarragoConfig$Hib(String name,
boolean fennelDisabled,
boolean userCatalogEnabled,
long codeCacheMaxBytes,
int checkpointInterval,
int serverRmiRegistryPort,
int serverSingleListenerPort,
CalcVirtualMachine calcVirtualMachine,
String javaCompilerClassName,
Long connectionTimeoutMillis)
| Method Detail |
|---|
public String getName$Hib()
public void setName$Hib(String newValue)
public String getName()
FemFarragoConfigRepresents the name of this configuration. Multiple named configurations will be possible one day.
getName in interface FemFarragoConfigpublic Boolean getFennelDisabled$Hib()
public void setFennelDisabled$Hib(Boolean newValue)
public boolean isFennelDisabled()
FemFarragoConfigControls whether all access to Fennel storage should be disabled.
isFennelDisabled in interface FemFarragoConfigpublic void setFennelDisabled(boolean newValue)
FemFarragoConfigFemFarragoConfig.isFennelDisabled() for description on the attribute.
setFennelDisabled in interface FemFarragoConfignewValue - New value to be set.public Boolean getUserCatalogEnabled$Hib()
public void setUserCatalogEnabled$Hib(Boolean newValue)
public boolean isUserCatalogEnabled()
FemFarragoConfigWhether the user catalog has been enabled yet for this database.
isUserCatalogEnabled in interface FemFarragoConfigpublic void setUserCatalogEnabled(boolean newValue)
FemFarragoConfigFemFarragoConfig.isUserCatalogEnabled() for description on the attribute.
setUserCatalogEnabled in interface FemFarragoConfignewValue - New value to be set.public Long getCodeCacheMaxBytes$Hib()
public void setCodeCacheMaxBytes$Hib(Long newValue)
public long getCodeCacheMaxBytes()
FemFarragoConfig
getCodeCacheMaxBytes in interface FemFarragoConfigpublic void setCodeCacheMaxBytes(long newValue)
FemFarragoConfigFemFarragoConfig.getCodeCacheMaxBytes() for description on the attribute.
setCodeCacheMaxBytes in interface FemFarragoConfignewValue - New value to be set.public Integer getCheckpointInterval$Hib()
public void setCheckpointInterval$Hib(Integer newValue)
public int getCheckpointInterval()
FemFarragoConfig
getCheckpointInterval in interface FemFarragoConfigpublic void setCheckpointInterval(int newValue)
FemFarragoConfigFemFarragoConfig.getCheckpointInterval() for description on the attribute.
setCheckpointInterval in interface FemFarragoConfignewValue - New value to be set.public Integer getServerRmiRegistryPort$Hib()
public void setServerRmiRegistryPort$Hib(Integer newValue)
public int getServerRmiRegistryPort()
FemFarragoConfig
getServerRmiRegistryPort in interface FemFarragoConfigpublic void setServerRmiRegistryPort(int newValue)
FemFarragoConfigFemFarragoConfig.getServerRmiRegistryPort() for description on the attribute.
setServerRmiRegistryPort in interface FemFarragoConfignewValue - New value to be set.public Integer getServerSingleListenerPort$Hib()
public void setServerSingleListenerPort$Hib(Integer newValue)
public int getServerSingleListenerPort()
FemFarragoConfig
getServerSingleListenerPort in interface FemFarragoConfigpublic void setServerSingleListenerPort(int newValue)
FemFarragoConfigFemFarragoConfig.getServerSingleListenerPort() for description on the attribute.
setServerSingleListenerPort in interface FemFarragoConfignewValue - New value to be set.public String getCalcVirtualMachine$Hib()
public void setCalcVirtualMachine$Hib(String newValue)
public CalcVirtualMachine getCalcVirtualMachine()
FemFarragoConfig
getCalcVirtualMachine in interface FemFarragoConfigpublic void setCalcVirtualMachine(CalcVirtualMachine newValue)
FemFarragoConfigFemFarragoConfig.getCalcVirtualMachine() for description on the attribute.
setCalcVirtualMachine in interface FemFarragoConfignewValue - New value to be set.public String getJavaCompilerClassName$Hib()
public void setJavaCompilerClassName$Hib(String newValue)
public String getJavaCompilerClassName()
FemFarragoConfig
getJavaCompilerClassName in interface FemFarragoConfigpublic void setJavaCompilerClassName(String newValue)
FemFarragoConfigFemFarragoConfig.getJavaCompilerClassName() for description on the attribute.
setJavaCompilerClassName in interface FemFarragoConfignewValue - New value to be set.public Long getConnectionTimeoutMillis$Hib()
public void setConnectionTimeoutMillis$Hib(Long newValue)
public Long getConnectionTimeoutMillis()
FemFarragoConfig
getConnectionTimeoutMillis in interface FemFarragoConfigpublic void setConnectionTimeoutMillis(Long newValue)
FemFarragoConfigFemFarragoConfig.getConnectionTimeoutMillis() for description on the attribute.
setConnectionTimeoutMillis in interface FemFarragoConfignewValue - New value to be set.public FemFennelConfig getFennelConfig()
FemFarragoConfig
getFennelConfig in interface FemFarragoConfigpublic void setFennelConfig(FemFennelConfig newValue)
FemFarragoConfigFemFarragoConfig.getFennelConfig() for description on the attribute.
setFennelConfig in interface FemFarragoConfignewValue - New value to be set.public HibernateOneToOneLazyAssociation getFennelConfig$Hib()
public void setFennelConfig$Hib(HibernateOneToOneLazyAssociation newValue)
public HibernateAssociation getAssociation(String type,
boolean firstEnd)
getAssociation in interface HibernateAssociable
public void setAssociation(String type,
boolean firstEnd,
HibernateAssociation assoc)
setAssociation in interface HibernateAssociable
public HibernateAssociation getOrCreateAssociation(String type,
boolean firstEnd)
getOrCreateAssociation in interface HibernateAssociableprotected void removeAssociations()
removeAssociations in class HibernateRefObjectpublic Collection<HibernateAssociation> getComposingAssociations()
getComposingAssociations in class HibernateRefObjectpublic Collection<HibernateAssociation> getNonComposingAssociations()
getNonComposingAssociations in class HibernateRefObjectpublic RefObject refImmediateComposite()
refImmediateComposite in interface RefObjectrefImmediateComposite in class RefObjectBase
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
checkConstraints in class RefBaseObjectBasepublic String getClassIdentifier()
getClassIdentifier in class HibernateRefObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||