org.apache.tuscany.das.rdb.config
Interface ConnectionProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConnectionPropertiesImpl

public interface ConnectionProperties
extends java.io.Serializable

A representation of the model object 'Connection Properties'.

The following features are supported:


Method Summary
 java.lang.String getDatabaseURL()
          Returns the value of the 'Database URL' attribute.
 java.lang.String getDriverClass()
          Returns the value of the 'Driver Class' attribute.
 int getLoginTimeout()
          Returns the value of the 'Login Timeout' attribute.
 java.lang.String getPassword()
          Returns the value of the 'Password' attribute.
 java.lang.String getUserName()
          Returns the value of the 'User Name' attribute.
 void setDatabaseURL(java.lang.String value)
          Sets the value of the 'Database URL' attribute.
 void setDriverClass(java.lang.String value)
          Sets the value of the 'Driver Class' attribute.
 void setLoginTimeout(int value)
          Sets the value of the 'Login Timeout' attribute.
 void setPassword(java.lang.String value)
          Sets the value of the 'Password' attribute.
 void setUserName(java.lang.String value)
          Sets the value of the 'User Name' attribute.
 

Method Detail

getDriverClass

java.lang.String getDriverClass()
Returns the value of the 'Driver Class' attribute.

If the meaning of the 'Driver Class' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Driver Class' attribute.
See Also:
setDriverClass(String)

setDriverClass

void setDriverClass(java.lang.String value)
Sets the value of the 'Driver Class' attribute.

Parameters:
value - the new value of the 'Driver Class' attribute.
See Also:
getDriverClass()

getDatabaseURL

java.lang.String getDatabaseURL()
Returns the value of the 'Database URL' attribute.

If the meaning of the 'Database URL' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Database URL' attribute.
See Also:
setDatabaseURL(String)

setDatabaseURL

void setDatabaseURL(java.lang.String value)
Sets the value of the 'Database URL' attribute.

Parameters:
value - the new value of the 'Database URL' attribute.
See Also:
getDatabaseURL()

getUserName

java.lang.String getUserName()
Returns the value of the 'User Name' attribute. The default value is "".

If the meaning of the 'User Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Name' attribute.
See Also:
setUserName(String)

setUserName

void setUserName(java.lang.String value)
Sets the value of the 'User Name' attribute.

Parameters:
value - the new value of the 'User Name' attribute.
See Also:
getUserName()

getPassword

java.lang.String getPassword()
Returns the value of the 'Password' attribute. The default value is "".

If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Password' attribute.
See Also:
setPassword(String)

setPassword

void setPassword(java.lang.String value)
Sets the value of the 'Password' attribute.

Parameters:
value - the new value of the 'Password' attribute.
See Also:
getPassword()

getLoginTimeout

int getLoginTimeout()
Returns the value of the 'Login Timeout' attribute. The default value is "0".

If the meaning of the 'Login Timeout' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Login Timeout' attribute.
See Also:
setLoginTimeout(int)

setLoginTimeout

void setLoginTimeout(int value)
Sets the value of the 'Login Timeout' attribute.

Parameters:
value - the new value of the 'Login Timeout' attribute.
See Also:
getLoginTimeout()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.