| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ForeignConnectionFactoryBean
This bean represents a connection factory from a remote JNDI context.
| Method Summary | |
|---|---|
| abstract  String | getConnectionHealthChecking()Controls connection health checking for JMS resource reference pools that access this JMS foreign connection factory mapping. | 
| abstract  String | getPassword()The password used in conjunction with the user name specified in the Usernameparameter to access the remote connection factory. | 
| abstract  byte[] | getPasswordEncrypted()The encrypted value of the password. | 
| abstract  String | getUsername()The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory). | 
| abstract  void | setConnectionHealthChecking(String value)Sets the value of the ConnectionHealthChecking attribute. | 
| abstract  void | setPassword(String password)Sets the value of the Password attribute. | 
| abstract  void | setPasswordEncrypted(byte[] passwordEncrypted)Sets the value of the PasswordEncrypted attribute. | 
| abstract  void | setUsername(String username)Sets the value of the Username attribute. | 
| Methods inherited from interface weblogic.j2ee.descriptor.wl.ForeignJNDIObjectBean | 
|---|
| getLocalJNDIName, getRemoteJNDIName, setLocalJNDIName, setRemoteJNDIName | 
| Methods inherited from interface weblogic.j2ee.descriptor.wl.NamedEntityBean | 
|---|
| getId, getName, getNotes, setName, setNotes | 
| Method Detail | 
|---|
String getUsername()
The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory).
void setUsername(String username)
                 throws IllegalArgumentException
Sets the value of the Username attribute.
username - The username to use when accessing the remote connection factoryIllegalArgumentExceptionForeignConnectionFactoryBean.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 passwordForeignConnectionFactoryBean.getPasswordEncrypted()String getPassword()
The password used in conjunction with the user name specified in the Username parameter to access the remote connection factory.
void setPassword(String password)
                 throws IllegalArgumentException
password - The password to use when accessing the remote connection factoryIllegalArgumentExceptionForeignConnectionFactoryBean.getPassword()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(String value)
Sets the value of the ConnectionHealthChecking attribute.
value - the new value for connectionHealthCheckingForeignConnectionFactoryBean.getConnectionHealthChecking()| 
 | Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||