|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabasePersistencePolicyMBean
MBean interface.
Field Summary | |
---|---|
static ObjectName |
OBJECT_NAME
The default object name |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
---|---|
String |
getDatabasePersistencePlugin()
|
ObjectName |
getDataSource()
|
String |
getTimersTable()
|
void |
resetAndRestoreTimers()
Re-read the current persistent timers list, clear the db of timers, and restore the timers. |
void |
setDatabasePersistencePlugin(String dbpPluginClass)
The used database persistence plugin class |
void |
setDataSource(ObjectName dataSource)
The used datasource |
void |
setTimersTable(String tableName)
The timers table name |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Methods inherited from interface org.jboss.ejb.txtimer.PersistencePolicy |
---|
clearTimers, deleteTimer, insertTimer, listTimerHandles, listTimerHandles |
Field Detail |
---|
static final ObjectName OBJECT_NAME
Method Detail |
---|
void setDataSource(ObjectName dataSource)
ObjectName getDataSource()
void setDatabasePersistencePlugin(String dbpPluginClass)
String getDatabasePersistencePlugin()
void setTimersTable(String tableName)
String getTimersTable()
void resetAndRestoreTimers() throws SQLException
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |