|
||||||||||
| 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()
LogingetUserName in interface Loginpublic void setUserName(java.lang.String value)
LoginsetUserName in interface Loginvalue - - a String object containing the user name for this session.public java.lang.String getPassword()
LogingetPassword in interface Loginpublic void setPassword(java.lang.String value)
LoginsetPassword in interface Loginvalue - - a String object containing the password for this session.public java.lang.String getServer()
LogingetServer in interface Loginpublic void setServer(java.lang.String value)
LoginsetServer in interface Loginvalue - - a String object containing the server for this session.public java.lang.Object getProperty(java.lang.String key)
LogingetProperty in interface Login
public void setProperty(java.lang.String key,
java.lang.Object value)
LoginsetProperty in interface Loginvalue - - the object to be stored under the tag.public void releaseLoginInformation()
LoginreleaseLoginInformation in interface Login
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||