|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.DatabaseCloser
public abstract class DatabaseCloser
A class for closing databases. Since closing the databases is very dangerous and breaks the JSS model, it may only be done from special applications. This class should be subclasses by authorized subclasses. It cannot be instantiated itself.
Constructor Summary | |
---|---|
DatabaseCloser()
Creates a new DatabaseCloser. |
Method Summary | |
---|---|
protected void |
closeDatabases()
Closes the certificate and key databases. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseCloser() throws java.lang.Exception
java.lang.Exception
- If the instantiation is not a valid subclass.Method Detail |
---|
protected void closeDatabases()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |