|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.applsrv.aa.SecurityJDBCPersistence
This class represents a JDBC persistence controller for the security objects.
Constructor Summary | |
SecurityJDBCPersistence()
Create a new instance of this persistence controller. |
Method Summary | |
java.lang.String |
database()
Return the name of this database. |
protected void |
finalize()
Close the database connection whenever this object is about to be garbase collected. |
void |
initialize(Dictionary config)
Initialize the persistor with the specified set of options. |
java.io.Serializable |
load()
Return an object representing the current state of the persistent database. |
void |
save(java.io.Serializable db)
Replace the persistent database with the in-memory copy. |
void |
shutdown()
Shutdown this database. |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SecurityJDBCPersistence()
Method Detail |
public java.lang.String database()
protected void finalize() throws java.lang.Throwable
public void initialize(Dictionary config) throws DSESecurityException
config
- Dictionary - the configuration options.public java.io.Serializable load() throws DSESecurityException
public void save(java.io.Serializable db) throws DSESecurityException
db
- Serializable - the in-memory database.public void shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |