bea.jolt.pool
Class UserInfo

java.lang.Object
  bea.jolt.pool.UserInfo

public class UserInfo
extends java.lang.Object

This class contains information for BEA Tuxedo user authentication. This information may be needed to create a BEA Tuxedo session. This class is used internally by bea.jolt.pool.SessionPool to create a session pool with specific user information.

This class exposes methods that are part of the administrative API for the BEA Jolt session pool.

In the BEA WebLogic implementation of BEA Jolt session pools, user authentication information is set via the BEA WebLogic management console. Users do not need to access this class directly. Refer to "Using Jolt with BEA Weblogic Server" documentation for information on configuring the Jolt Session Pools.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
UserInfo()
           
 
Method Summary
 void setAppPassword(java.lang.String password)
          This method is part of the session pool administrative API.
 void setRecvTimeout(int recv_timeout)
           
 void setUserName(java.lang.String username)
          This method is part of the session pool administrative API.
 void setUserPassword(java.lang.String password)
          This method is part of the session pool administrative API.
 void setUserRole(java.lang.String userrole)
          This method is part of the session pool administrative API.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfo

public UserInfo()
Method Detail

setUserName

public void setUserName(java.lang.String username)
This method is part of the session pool administrative API. Sets the BEA Tuxedo user name. Refer to BEA Tuxedo documentation for details of a user name.

Parameters:
username - A valid user name

setUserPassword

public void setUserPassword(java.lang.String password)
This method is part of the session pool administrative API. Sets the BEA Tuxedo user password. Refer to BEA Tuxedo documentation for details of a user password.

Parameters:
password - A valid user password

setUserRole

public void setUserRole(java.lang.String userrole)
This method is part of the session pool administrative API. Sets the BEA Tuxedo user role. Refer to BEA Tuxedo documentation for details of a user role.

Parameters:
userrole - A valid user role

setAppPassword

public void setAppPassword(java.lang.String password)
This method is part of the session pool administrative API. Sets the BEA Tuxedo application password. Refer to BEA Tuxedo documentation for details of the application password.

Parameters:
password - A valid application password

setRecvTimeout

public void setRecvTimeout(int recv_timeout)