public class IMSConnectionSpec extends Object implements javax.resource.cci.ConnectionSpec
javax.resource.cci.ConnectionSpec
interface for
the IMS Universal Database Resource AdapterConstructor and Description |
---|
IMSConnectionSpec()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
Retrieves the database name this of the target IMS database.
|
String |
getDatastoreName()
Retrieves name of the IMS datastore this ConnectionSpec is configured to access.
|
String |
getMetadataURL()
Deprecated.
|
String |
getPassword()
Retrieves the user password.
|
String |
getUser()
Retrieves the user name.
|
void |
setDatabaseName(String databaseName)
Sets the name of the target IMS database to be accessed.
|
void |
setDatastoreName(String datastoreName)
Sets the name of the IMS datastore to access.
|
void |
setMetadataURL(String metadataURL)
Deprecated.
|
void |
setPassword(String password)
Sets the user password.
|
void |
setUser(String user)
Sets the user name for this connection.
|
public void setUser(String user)
user
- User name.public void setPassword(String password)
password
- User password valuepublic void setMetadataURL(String metadataURL)
setDatabaseName(String)
metadataURL
- metadata urlpublic void setDatabaseName(String databaseName)
databaseName
- database namepublic void setDatastoreName(String datastoreName)
datastoreName
- IMS datastore namepublic String getMetadataURL()
getDatabaseName()
public String getDatabaseName()
public String getDatastoreName()
public String getUser()
public String getPassword()
(c) Copyright IBM Corporation 2008, 2017.