ForeignJNDIObjectBean
, NamedEntityBean
, SettableBean
public interface ForeignConnectionFactoryBean extends ForeignJNDIObjectBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getConnectionHealthChecking() |
Controls connection health checking for JMS resource reference pools
that access this JMS foreign connection factory mapping.
|
java.lang.String |
getPassword() |
The password used in conjunction with the user name specified in
the
Username parameter to access the remote connection factory. |
byte[] |
getPasswordEncrypted() |
The encrypted value of the password.
|
java.lang.String |
getUsername() |
The user name that is passed when opening a connection to the remote server
(represented by this foreign connection factory).
|
void |
setConnectionHealthChecking(java.lang.String value) |
Sets the value of the ConnectionHealthChecking attribute.
|
void |
setPassword(java.lang.String password) |
Sets the value of the Password attribute.
|
void |
setPasswordEncrypted(byte[] passwordEncrypted) |
Sets the value of the PasswordEncrypted attribute.
|
void |
setUsername(java.lang.String username) |
Sets the value of the Username attribute.
|
getLocalJNDIName, getRemoteJNDIName, setLocalJNDIName, setRemoteJNDIName
java.lang.String getUsername()
The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory).
void setUsername(java.lang.String username) throws java.lang.IllegalArgumentException
Sets the value of the Username attribute.
username
- The username to use when accessing the remote connection factoryjava.lang.IllegalArgumentException
getUsername()
byte[] getPasswordEncrypted()
The encrypted value of the password.
void setPasswordEncrypted(byte[] passwordEncrypted)
Sets the value of the PasswordEncrypted attribute.
passwordEncrypted
- The encrypted value of the passwordgetPasswordEncrypted()
java.lang.String getPassword()
The password used in conjunction with the user name specified in
the Username
parameter to access the remote connection factory.
void setPassword(java.lang.String password) throws java.lang.IllegalArgumentException
password
- The password to use when accessing the remote connection factoryjava.lang.IllegalArgumentException
getPassword()
java.lang.String getConnectionHealthChecking()
Controls connection health checking for JMS resource reference pools
that access this JMS foreign connection factory mapping. The default value is Enabled
.
Oracle recommends selecting Disabled
only when directed to do so by customer support.
void setConnectionHealthChecking(java.lang.String value)
Sets the value of the ConnectionHealthChecking attribute.
value
- the new value for connectionHealthCheckinggetConnectionHealthChecking()