|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.repository.creation.DBCreationProperties
public class DBCreationProperties
| Constructor Summary | |
|---|---|
DBCreationProperties()
Constructor DBCreationProperties. |
|
DBCreationProperties(String serverUrl,
Map<String,String> connProps,
String dbScriptPath,
String dbUserName,
String dbPassword)
Constructor DBCreationProperties. |
|
| Method Summary | |
|---|---|
Map<String,String> |
getConnProps()
Returns connection properties. |
String |
getDBPassword()
Returns new user's password. |
String |
getDBScriptPath()
Returns script path. |
String |
getDBUserName()
Returns return username for new database. |
String |
getServerUrl()
Returns url to db server. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBCreationProperties(String serverUrl,
Map<String,String> connProps,
String dbScriptPath,
String dbUserName,
String dbPassword)
public DBCreationProperties()
| Method Detail |
|---|
public String getDBScriptPath()
public String getDBUserName()
public String getDBPassword()
public String getServerUrl()
public Map<String,String> getConnProps()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||