| |
|
| java.lang.Object org.ozoneDB.xml.cli.services.CollectionManagementServiceImpl
CollectionManagementServiceImpl | public CollectionManagementServiceImpl()(Code) | | Creates new CollectionManagementServiceImpl
|
getName | public String getName() throws XMLDBException(Code) | | Returns the name associated with the Configurable object.
the name of the object. exception: XMLDBException - with expected error codes.
ErrorCodes.VENDOR_ERROR for any vendorspecific errors that occur.
|
getProperty | public String getProperty(String name) throws XMLDBException(Code) | | Returns the value of the property identified by name .
Parameters: name - the name of the property to retrieve. the property value or null if no property exists. exception: XMLDBException - with expected error codes.
ErrorCodes.VENDOR_ERROR for any vendorspecific errors that occur.
|
getVersion | public String getVersion() throws XMLDBException(Code) | | Gets the Version attribute of the Service object
The Version value exception: XMLDBException - with expected error codes.
ErrorCodes.VENDOR_ERROR for any vendorspecific errors that occur.
|
setCollection | public void setCollection(Collection col) throws XMLDBException(Code) | | Sets the Collection attribute of the Service object
Parameters: col - The new Collection value exception: XMLDBException - with expected error codes.
ErrorCodes.VENDOR_ERROR for any vendorspecific errors that occur.
|
setProperty | public void setProperty(String name, String value) throws XMLDBException(Code) | | Sets the property name to have the value provided in
value .
Parameters: name - the name of the property to set. Parameters: value - the value to set for the property. exception: XMLDBException - with expected error codes.
ErrorCodes.VENDOR_ERROR for any vendorspecific errors that occur.
|
|
|
|