|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.events.util.impl.ComponentMetaDataImpl
com.ibm.events.datastore.DataStoreMetaData
public class DataStoreMetaData
This class provides meta data specific to the data store comment. Using this class the Common event infrastructure server can understand what functions the data store provides
Field Summary | |
---|---|
static int |
PURGE_EVENTS_BY_ID
Event purge in event access uses multiple DataStoreLocal.purgeEvents(String[]) calls to purge events from the
data store. |
static int |
PURGE_EVENTS_BY_SELECTOR
Event purge in event access uses a single DataStoreLocal.purgeEvents(String,int) call to purge events from
the data store. |
Constructor Summary | |
---|---|
DataStoreMetaData(java.lang.String providerName,
int ceiMajorVersion,
int ceiMinorVersion,
int ceiPtfVersion,
int cbeMajorVersion,
int cbeMinorVersion,
int cbePtfVersion)
Creates a new DataStoreMetaData object. |
Method Summary | |
---|---|
int |
getPurgeVersion()
Gets the version of purge that is supported. |
boolean |
isBatchInsertSupported()
Gets the batch insert support flag. |
boolean |
isEventUpdateSupported()
Gets the event update support flag. |
void |
setBatchInsertSupported(boolean batchInsertSupported)
Sets the batch insert support flag. |
void |
setEventUpdateSupported(boolean eventUpdateSupported)
Sets the event update support flag. |
void |
setPurgeVersion(int purgeVersion)
Sets the version of purge that is supported. |
Methods inherited from class com.ibm.events.util.impl.ComponentMetaDataImpl |
---|
getCbeMajorVersion, getCbeMinorVersion, getCbePtfVersion, getCbeVersion, getProviderMajorVersion, getProviderMinorVersion, getProviderName, getProviderPtfVersion, getProviderVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.events.ComponentMetaData |
---|
getCbeMajorVersion, getCbeMinorVersion, getCbePtfVersion, getCbeVersion, getProviderMajorVersion, getProviderMinorVersion, getProviderName, getProviderPtfVersion, getProviderVersion |
Field Detail |
---|
public static final int PURGE_EVENTS_BY_ID
DataStoreLocal.purgeEvents(String[])
calls to purge events from the
data store.
public static final int PURGE_EVENTS_BY_SELECTOR
DataStoreLocal.purgeEvents(String,int)
call to purge events from
the data store.
Constructor Detail |
---|
public DataStoreMetaData(java.lang.String providerName, int ceiMajorVersion, int ceiMinorVersion, int ceiPtfVersion, int cbeMajorVersion, int cbeMinorVersion, int cbePtfVersion)
providerName
- the component provider nameceiMajorVersion
- the component provider major version numberceiMinorVersion
- the component provider minor version numberceiPtfVersion
- the component provider PTF version numbercbeMajorVersion
- the common base event API major version numbercbeMinorVersion
- the common base event API minor version numbercbePtfVersion
- the common base event API PTF version numberMethod Detail |
---|
public void setBatchInsertSupported(boolean batchInsertSupported)
batchInsertSupported
- Boolean to set batch insert supportpublic boolean isBatchInsertSupported()
true
if batch inserts are supported.
false
otherwise.public void setEventUpdateSupported(boolean eventUpdateSupported)
eventUpdateSupported
- Boolean to set event update supportpublic boolean isEventUpdateSupported()
true
if event updates are supported.
false
otherwise.public void setPurgeVersion(int purgeVersion)
PURGE_EVENTS_BY_ID
or PURGE_EVENTS_BY_SELECTOR
purgeVersion
- The purge version supported by the data store.public int getPurgeVersion()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |