|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface DatabaseInstanceManager
A service to manage the database instance. The service defines a single method shutdown() to shut down the database instance used by the current driver.
| Method Summary | |
|---|---|
boolean |
enterServiceMode()
|
void |
exitServiceMode()
|
DatabaseStatus |
getStatus()
|
boolean |
isLocalInstance()
Returns true if the database instance is running local, i.e. |
boolean |
isXACMLEnabled()
Returns true if XACML is enabled for the database instance. |
void |
shutdown()
Immediately shutdown the current database instance. |
void |
shutdown(long delay)
Shutdown the current database instance after the specified delay (in milliseconds). |
| Methods inherited from interface org.xmldb.api.base.Service |
|---|
getName, getVersion, setCollection |
| Methods inherited from interface org.xmldb.api.base.Configurable |
|---|
getProperty, setProperty |
| Method Detail |
|---|
void shutdown()
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void shutdown(long delay)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
boolean enterServiceMode()
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void exitServiceMode()
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
DatabaseStatus getStatus()
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBExceptionboolean isLocalInstance()
boolean isXACMLEnabled()
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||