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 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 org.eclipse.emf.common.util.EList<PropertyEntry> |
jdbcProperties
The cached value of the '
Jdbc Properties' containment reference list. |
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 |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eInvoke(int operationID,
org.eclipse.emf.common.util.EList<?> arguments) |
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() |
org.eclipse.emf.common.util.EList<String> |
getDriverBundles() |
String |
getInstanceName() |
String |
getJdbcDriverName() |
org.eclipse.emf.common.util.EList<PropertyEntry> |
getJdbcProperties() |
String |
getSchema() |
boolean |
isEnableReplication() |
void |
setArchiveDays(Integer newArchiveDays) |
void |
setCleanupPeriodSeconds(Integer newCleanupPeriodSeconds) |
void |
setEnableReplication(boolean newEnableReplication) |
void |
setInstanceName(String newInstanceName) |
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, eInvocationDelegate, 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 org.eclipse.emf.common.util.EList<PropertyEntry> jdbcProperties
Jdbc Properties' containment reference list.
getJdbcProperties()protected 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 org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic org.eclipse.emf.common.util.EList<PropertyEntry> getJdbcProperties()
getJdbcProperties in interface AbstractEventStorageJdbcOsgiPackage.getAbstractEventStorageJdbc_JdbcProperties()public 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 String getJdbcDriverName()
getJdbcDriverName in interface AbstractEventStorageJdbcpublic org.eclipse.emf.common.util.EList<String> getDriverBundles()
getDriverBundles in interface AbstractEventStorageJdbcpublic org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic 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 Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
eInvoke in interface org.eclipse.emf.ecore.InternalEObjecteInvoke in class org.eclipse.emf.ecore.impl.BasicEObjectImplInvocationTargetExceptionpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl