|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbRule | |
|---|---|
| openr66.configuration | Classes implementing Configuration loading from database or files |
| openr66.database.data | Classes implementing Database Data model |
| Uses of DbRule in openr66.configuration |
|---|
| Methods in openr66.configuration that return DbRule | |
|---|---|
static DbRule |
RuleFileBasedConfiguration.getFromFile(File file)
Load and update a Rule from a file |
| Methods in openr66.configuration that return types with arguments of type DbRule | |
|---|---|
static List<DbRule> |
RuleFileBasedConfiguration.getMultipleFromFile(File file)
Load and update multiple Rules from one file |
| Uses of DbRule in openr66.database.data |
|---|
| Methods in openr66.database.data that return DbRule | |
|---|---|
static DbRule[] |
DbRule.deleteAll(goldengate.common.database.DbSession dbSession)
Delete all entries (used when purge and reload) |
static DbRule[] |
DbRule.getAllRules(goldengate.common.database.DbSession dbSession)
Get All DbRule from database or from internal hashMap in case of no database support |
static DbRule |
DbRule.getFromStatement(goldengate.common.database.DbPreparedStatement preparedStatement)
For instance from Commander when getting updated information |
DbRule |
DbTaskRunner.getRule()
|
| Methods in openr66.database.data with parameters of type DbRule | |
|---|---|
protected void |
DbRule.setFromArrayClone(DbRule source)
|
| Constructors in openr66.database.data with parameters of type DbRule | |
|---|---|
DbTaskRunner(goldengate.common.database.DbSession dbSession,
DbRule rule,
boolean isSender,
RequestPacket requestPacket,
String requested,
Timestamp startTime)
Constructor for submission (no transfer session), from database. |
|
DbTaskRunner(goldengate.common.database.DbSession dbSession,
R66Session session,
DbRule rule,
boolean isSender,
RequestPacket requestPacket)
Constructor from a request with a valid Special Id to be inserted into database |
|
DbTaskRunner(goldengate.common.database.DbSession dbSession,
R66Session session,
DbRule rule,
long id,
String requester,
String requested)
Constructor from a request with a valid Special Id so loaded from database |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||