|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.client.intf.LoginImpl
public class LoginImpl
Implements the login interface for the console application. Notes:
07/21/2000, hcox: Need to determine if we need to synchronize this class.
Constructor Summary | |
---|---|
LoginImpl() |
Method Summary | |
---|---|
java.lang.String |
getPassword() retrieves the password for this login session. |
java.lang.Object |
getProperty(java.lang.String key) retrieves a supplemental property for this login session. |
java.lang.String |
getServer() retrieves the server for this login session. |
java.lang.String |
getUserName() retrieves the user name for this login session. |
void |
releaseLoginInformation() clears all stored properties. |
void |
setPassword(java.lang.String value) sets the password for this login session. |
void |
setProperty(java.lang.String key, java.lang.Object value) sets a supplemental property for this login session. |
void |
setServer(java.lang.String value) sets the server for this login session. |
void |
setUserName(java.lang.String value) sets the user name for this login session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginImpl()
Method Detail |
---|
public java.lang.String getUserName()
Login
getUserName
in interface Login
public void setUserName(java.lang.String value)
Login
setUserName
in interface Login
value
- - a String object containing the user name for this session.public java.lang.String getPassword()
Login
getPassword
in interface Login
public void setPassword(java.lang.String value)
Login
setPassword
in interface Login
value
- - a String object containing the password for this session.public java.lang.String getServer()
Login
getServer
in interface Login
public void setServer(java.lang.String value)
Login
setServer
in interface Login
value
- - a String object containing the server for this session.public java.lang.Object getProperty(java.lang.String key)
Login
getProperty
in interface Login
public void setProperty(java.lang.String key, java.lang.Object value)
Login
setProperty
in interface Login
value
- - the object to be stored under the tag.public void releaseLoginInformation()
Login
releaseLoginInformation
in interface Login
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |