Class DBCreationProperties
java.lang.Object
org.exoplatform.services.jcr.ext.repository.creation.DBCreationProperties
- All Implemented Interfaces:
Externalizable,Serializable,StorageCreationProperties
- Version:
- $Id: DBCreationProperties.java 34360 2009-07-22 23:58:59Z tolusha $
- Author:
- Anatoliy Bazko
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns connection properties.Returns new user's password.Returns script path.Returns return username for new database.Returns url to db server.voidvoid
-
Constructor Details
-
Method Details
-
getDBScriptPath
Returns script path. -
getDBUserName
Returns return username for new database. -
getDBPassword
Returns new user's password. -
getServerUrl
Returns url to db server. -
getConnProps
Returns connection properties. -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-