public abstract class AbstractEventStorageJdbcImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements AbstractEventStorageJdbc
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
ARCHIVE_DAYS_EDEFAULT
The default value of the '
Archive Days' attribute. |
protected Integer |
archiveDays
The cached value of the '
Archive Days' attribute. |
protected static Integer |
CLEANUP_PERIOD_SECONDS_EDEFAULT
The default value of the '
Cleanup Period Seconds' attribute. |
protected Integer |
cleanupPeriodSeconds
The cached value of the '
Cleanup Period Seconds' attribute. |
protected DatabaseSettings |
database
The cached value of the '
Database' reference. |
protected static boolean |
ENABLE_REPLICATION_EDEFAULT
The default value of the '
Enable Replication' attribute. |
protected boolean |
enableReplication
The cached value of the '
Enable Replication' attribute. |
protected static String |
INSTANCE_NAME_EDEFAULT
The default value of the '
Instance Name' attribute. |
protected String |
instanceName
The cached value of the '
Instance Name' attribute. |
protected static ReplicationDataFormat |
REPLICATION_DATA_FORMAT_EDEFAULT
The default value of the '
Replication Data Format' attribute. |
protected ReplicationDataFormat |
replicationDataFormat
The cached value of the '
Replication Data Format' attribute. |
protected String |
schema
The cached value of the '
Schema' attribute. |
protected static String |
SCHEMA_EDEFAULT
The default value of the '
Schema' attribute. |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEventStorageJdbcImpl() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSettings |
basicGetDatabase() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Integer |
getArchiveDays() |
Integer |
getCleanupPeriodSeconds() |
DatabaseSettings |
getDatabase() |
String |
getInstanceName() |
ReplicationDataFormat |
getReplicationDataFormat() |
String |
getSchema() |
boolean |
isEnableReplication() |
void |
setArchiveDays(Integer newArchiveDays) |
void |
setCleanupPeriodSeconds(Integer newCleanupPeriodSeconds) |
void |
setDatabase(DatabaseSettings newDatabase) |
void |
setEnableReplication(boolean newEnableReplication) |
void |
setInstanceName(String newInstanceName) |
void |
setReplicationDataFormat(ReplicationDataFormat newReplicationDataFormat) |
void |
setSchema(String newSchema) |
String |
toString() |
eBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final String SCHEMA_EDEFAULT
Schema' attribute.
getSchema()protected String schema
Schema' attribute.
getSchema()protected static final String INSTANCE_NAME_EDEFAULT
Instance Name' attribute.
getInstanceName(),
Constant Field Valuesprotected String instanceName
Instance Name' attribute.
getInstanceName()protected static final boolean ENABLE_REPLICATION_EDEFAULT
Enable Replication' attribute.
isEnableReplication(),
Constant Field Valuesprotected boolean enableReplication
Enable Replication' attribute.
isEnableReplication()protected static final Integer ARCHIVE_DAYS_EDEFAULT
Archive Days' attribute.
getArchiveDays()protected Integer archiveDays
Archive Days' attribute.
getArchiveDays()protected static final Integer CLEANUP_PERIOD_SECONDS_EDEFAULT
Cleanup Period Seconds' attribute.
getCleanupPeriodSeconds()protected Integer cleanupPeriodSeconds
Cleanup Period Seconds' attribute.
getCleanupPeriodSeconds()protected DatabaseSettings database
Database' reference.
getDatabase()protected static final ReplicationDataFormat REPLICATION_DATA_FORMAT_EDEFAULT
Replication Data Format' attribute.
getReplicationDataFormat()protected ReplicationDataFormat replicationDataFormat
Replication Data Format' attribute.
getReplicationDataFormat()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String getSchema()
getSchema in interface AbstractEventStorageJdbcAbstractEventStorageJdbc.setSchema(String),
OsgiPackage.getAbstractEventStorageJdbc_Schema()public void setSchema(String newSchema)
setSchema in interface AbstractEventStorageJdbcnewSchema - the new value of the 'Schema' attribute.AbstractEventStorageJdbc.getSchema()public String getInstanceName()
getInstanceName in interface AbstractEventStorageJdbcAbstractEventStorageJdbc.setInstanceName(String),
OsgiPackage.getAbstractEventStorageJdbc_InstanceName()public void setInstanceName(String newInstanceName)
setInstanceName in interface AbstractEventStorageJdbcnewInstanceName - the new value of the 'Instance Name' attribute.AbstractEventStorageJdbc.getInstanceName()public boolean isEnableReplication()
isEnableReplication in interface AbstractEventStorageJdbcAbstractEventStorageJdbc.setEnableReplication(boolean),
OsgiPackage.getAbstractEventStorageJdbc_EnableReplication()public void setEnableReplication(boolean newEnableReplication)
setEnableReplication in interface AbstractEventStorageJdbcnewEnableReplication - the new value of the 'Enable Replication' attribute.AbstractEventStorageJdbc.isEnableReplication()public Integer getArchiveDays()
getArchiveDays in interface AbstractEventStorageJdbcAbstractEventStorageJdbc.setArchiveDays(Integer),
OsgiPackage.getAbstractEventStorageJdbc_ArchiveDays()public void setArchiveDays(Integer newArchiveDays)
setArchiveDays in interface AbstractEventStorageJdbcnewArchiveDays - the new value of the 'Archive Days' attribute.AbstractEventStorageJdbc.getArchiveDays()public Integer getCleanupPeriodSeconds()
getCleanupPeriodSeconds in interface AbstractEventStorageJdbcAbstractEventStorageJdbc.setCleanupPeriodSeconds(Integer),
OsgiPackage.getAbstractEventStorageJdbc_CleanupPeriodSeconds()public void setCleanupPeriodSeconds(Integer newCleanupPeriodSeconds)
setCleanupPeriodSeconds in interface AbstractEventStorageJdbcnewCleanupPeriodSeconds - the new value of the 'Cleanup Period Seconds' attribute.AbstractEventStorageJdbc.getCleanupPeriodSeconds()public DatabaseSettings getDatabase()
getDatabase in interface AbstractEventStorageJdbcAbstractEventStorageJdbc.setDatabase(DatabaseSettings),
OsgiPackage.getAbstractEventStorageJdbc_Database()public DatabaseSettings basicGetDatabase()
public void setDatabase(DatabaseSettings newDatabase)
setDatabase in interface AbstractEventStorageJdbcnewDatabase - the new value of the 'Database' reference.AbstractEventStorageJdbc.getDatabase()public ReplicationDataFormat getReplicationDataFormat()
getReplicationDataFormat in interface AbstractEventStorageJdbcReplicationDataFormat,
AbstractEventStorageJdbc.setReplicationDataFormat(ReplicationDataFormat),
OsgiPackage.getAbstractEventStorageJdbc_ReplicationDataFormat()public void setReplicationDataFormat(ReplicationDataFormat newReplicationDataFormat)
setReplicationDataFormat in interface AbstractEventStorageJdbcnewReplicationDataFormat - the new value of the 'Replication Data Format' attribute.ReplicationDataFormat,
AbstractEventStorageJdbc.getReplicationDataFormat()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl