|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaaf.function.IAAFFunction | +--iaaf.function.AddUserFunction
File: AddUserFunction.java Description: This class is responsible for adding new users to the database. This function is performed by Administrator of the Company. It extends the abstract class IAAFFunction and implements its abstract function performFunction(). Date: February 16, 2001 Copyright (c) 2001 IAAF team, UMass Boston
Constructor Summary | |
AddUserFunction()
class constructor |
Method Summary | |
java.lang.String |
performFunction(IAAFEnv env)
It takes user id, user password from IAAFEnv. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AddUserFunction()
Method Detail |
public java.lang.String performFunction(IAAFEnv env) throws IAAFFunctionException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |