786snow
Programmer
- Nov 12, 2006
- 75
Hi , I have never seen this kind a variable type UserAccountList.AccountData, whats is going on here ?
Code:
UserAccountList.AccountData userAccountListData =
UserAccountListProxy.setUserAccountList( req, res,
userIDStr, sessionIDStr, null, false);
Code:
public static UserAccountList.AccountData setUserAccountList(
HttpServletRequest req, HttpServletResponse res,
String userId, String sessionId,
String selectedAccount, boolean displayButton)
throws SQLException, VersusException, java.rmi.RemoteException
{