Uses of Class
com.sas.util.connection.ConnectionFactoryBean

Packages that use ConnectionFactoryBean
com.sas.util.login The primary focus of the com.sas.util.login package is the Login Bean, which provides a way to define properties and behaviors associated with the process of logging into some system. 
 

Uses of ConnectionFactoryBean in com.sas.util.login
 

Fields in com.sas.util.login declared as ConnectionFactoryBean
protected  ConnectionFactoryBean LoginBeanCFBValidate.connectionFactoryBean
          The associated LoginBean instance.
 

Methods in com.sas.util.login that return ConnectionFactoryBean
 ConnectionFactoryBean LoginBeanCFBValidate.getConnectionFactoryBean()
          Returns the ConnectionFactoryBean instance associated with this class.
 

Methods in com.sas.util.login with parameters of type ConnectionFactoryBean
 void LoginBeanCFBValidate.setConnectionFactoryBean(ConnectionFactoryBean bean)
          Sets the ConnectionFactoryBean associated with this util class.
 

Constructors in com.sas.util.login with parameters of type ConnectionFactoryBean
LoginBeanCFBValidate(com.sas.util.login.LoginBean loginBean, ConnectionFactoryBean connectionFactoryBean)
          Constructor allowing for the specification of a LoginBean and ConnectionFactoryBean
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.