| Package | Description |
|---|---|
| com.sun.esb.eventmanagement.api | |
| com.sun.esb.eventmanagement.impl |
| Modifier and Type | Method and Description |
|---|---|
static AlertPersistenceDBType |
AlertPersistenceDBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertPersistenceDBType[] |
AlertPersistenceDBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AlertPersistenceDBType |
AlertPersistenceConfiguration.getAlertPersistenceDBType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBSchemaCreation.checkAndCreateTables(AlertPersistenceDBType dbType,
DataSource aDataSource)
Check to see if all the tables required by BPEL-SE for persistence are present.
|
void |
DBSchemaCreation.createTables(AlertPersistenceDBType dbType,
DataSource aDataSource)
Creates the tables required for persistence
|
void |
DBSchemaCreation.dropTables(AlertPersistenceDBType dbType,
DataSource aDataSource)
Drops the tables created for persistence
|
void |
AlertPersistenceConfiguration.setAlertPersistenceDBType(AlertPersistenceDBType alertPersistenceDBType) |
void |
DBSchemaCreation.truncateTables(AlertPersistenceDBType dbType,
DataSource aDataSource) |
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.