public interface EventInjector extends IndependentConfiguration
The following features are supported:
OsgiPackage.getEventInjector()
Modifier and Type | Method and Description |
---|---|
DatabaseSettings |
getDatabase()
Returns the value of the 'Database' reference.
|
String |
getInstanceName()
Returns the value of the 'Instance Name' attribute.
|
Integer |
getLoopDelay()
Returns the value of the 'Loop Delay' attribute.
|
String |
getReplicationSchema()
Returns the value of the 'Replication Schema' attribute.
|
String |
getSchema()
Returns the value of the 'Schema' attribute.
|
boolean |
isDeleteFailed()
Returns the value of the 'Delete Failed' attribute.
|
void |
setDatabase(DatabaseSettings value)
Sets the value of the '
Database ' reference. |
void |
setDeleteFailed(boolean value)
Sets the value of the '
Delete Failed ' attribute. |
void |
setInstanceName(String value)
Sets the value of the '
Instance Name ' attribute. |
void |
setLoopDelay(Integer value)
Sets the value of the '
Loop Delay ' attribute. |
void |
setReplicationSchema(String value)
Sets the value of the '
Replication Schema ' attribute. |
void |
setSchema(String value)
Sets the value of the '
Schema ' attribute. |
DatabaseSettings getDatabase()
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(DatabaseSettings)
,
OsgiPackage.getEventInjector_Database()
void setDatabase(DatabaseSettings value)
Database
' reference.
value
- the new value of the 'Database' reference.getDatabase()
Integer getLoopDelay()
If the meaning of the 'Loop Delay' attribute isn't clear, there really should be more of a description here...
setLoopDelay(Integer)
,
OsgiPackage.getEventInjector_LoopDelay()
void setLoopDelay(Integer value)
Loop Delay
' attribute.
value
- the new value of the 'Loop Delay' attribute.getLoopDelay()
String getInstanceName()
If the meaning of the 'Instance Name' attribute isn't clear, there really should be more of a description here...
setInstanceName(String)
,
OsgiPackage.getEventInjector_InstanceName()
void setInstanceName(String value)
Instance Name
' attribute.
value
- the new value of the 'Instance Name' attribute.getInstanceName()
String getSchema()
If the meaning of the 'Schema' attribute isn't clear, there really should be more of a description here...
setSchema(String)
,
OsgiPackage.getEventInjector_Schema()
void setSchema(String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
String getReplicationSchema()
If the meaning of the 'Replication Schema' attribute isn't clear, there really should be more of a description here...
setReplicationSchema(String)
,
OsgiPackage.getEventInjector_ReplicationSchema()
void setReplicationSchema(String value)
Replication Schema
' attribute.
value
- the new value of the 'Replication Schema' attribute.getReplicationSchema()
boolean isDeleteFailed()
If the meaning of the 'Delete Failed' attribute isn't clear, there really should be more of a description here...
setDeleteFailed(boolean)
,
OsgiPackage.getEventInjector_DeleteFailed()
void setDeleteFailed(boolean value)
Delete Failed
' attribute.
value
- the new value of the 'Delete Failed' attribute.isDeleteFailed()