|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.xmldb.LocalDatabaseInstanceManager
Local implementation of the DatabaseInstanceManager.
| Field Summary | |
protected BrokerPool |
pool
|
protected User |
user
|
| Constructor Summary | |
LocalDatabaseInstanceManager(User user,
BrokerPool pool)
|
|
| Method Summary | |
java.lang.String |
getName()
|
java.lang.String |
getProperty(java.lang.String arg0)
|
DatabaseStatus |
getStatus()
|
java.lang.String |
getVersion()
|
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 |
setCollection(Collection arg0)
|
void |
setProperty(java.lang.String arg0,
java.lang.String arg1)
|
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BrokerPool pool
protected User user
| Constructor Detail |
public LocalDatabaseInstanceManager(User user,
BrokerPool pool)
| Method Detail |
public void shutdown()
throws XMLDBException
DatabaseInstanceManager
shutdown in interface DatabaseInstanceManagerXMLDBException
public void shutdown(long delay)
throws XMLDBException
DatabaseInstanceManager
shutdown in interface DatabaseInstanceManagerXMLDBException
public DatabaseStatus getStatus()
throws XMLDBException
getStatus in interface DatabaseInstanceManagerXMLDBException
public java.lang.String getName()
throws XMLDBException
XMLDBExceptionorg.xmldb.api.base.Service#getName()
public java.lang.String getVersion()
throws XMLDBException
XMLDBExceptionorg.xmldb.api.base.Service#getVersion()public boolean isLocalInstance()
DatabaseInstanceManager
isLocalInstance in interface DatabaseInstanceManager
public void setCollection(Collection arg0)
throws XMLDBException
XMLDBExceptionorg.xmldb.api.base.Service#setCollection(org.xmldb.api.base.Collection)
public java.lang.String getProperty(java.lang.String arg0)
throws XMLDBException
XMLDBExceptionorg.xmldb.api.base.Configurable#getProperty(java.lang.String)
public void setProperty(java.lang.String arg0,
java.lang.String arg1)
throws XMLDBException
XMLDBExceptionorg.xmldb.api.base.Configurable#setProperty(java.lang.String, java.lang.String)
public boolean isXACMLEnabled()
throws XMLDBException
DatabaseInstanceManager
isXACMLEnabled in interface DatabaseInstanceManagerXMLDBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||