|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.xmldb.RemoteDatabaseInstanceManager
| Field Summary | |
protected XmlRpcClient |
client
|
| Constructor Summary | |
RemoteDatabaseInstanceManager(XmlRpcClient client)
Constructor for DatabaseInstanceManagerImpl. |
|
| 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 XmlRpcClient client
| Constructor Detail |
public RemoteDatabaseInstanceManager(XmlRpcClient client)
| Method Detail |
public void shutdown()
throws XMLDBException
DatabaseInstanceManager
shutdown in interface DatabaseInstanceManagerXMLDBException
public void shutdown(long delay)
throws XMLDBException
DatabaseInstanceManager
shutdown in interface DatabaseInstanceManagerXMLDBExceptionDatabaseInstanceManager.shutdown()
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 DatabaseStatus getStatus()
throws XMLDBException
getStatus in interface DatabaseInstanceManagerXMLDBException
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 | |||||||||