|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An input configuration.
| Method Summary | |
java.lang.String |
getPassword()
Gets the password for the input server. |
java.lang.String |
getServer()
Gets the input server URI like pop://server@pop.idoox.com. |
int |
getSleepInterval()
Gets a sleep interval in milliseconds for the input when there is no new message. |
void |
setPassword(java.lang.String password)
Sets a password for the input server. |
void |
setServer(java.lang.String uri)
Sets the input server URI. |
void |
setSleepInterval(int interval)
Sets a sleep interval in milliseconds for the input when there is no new message. |
| Method Detail |
public java.lang.String getServer()
pop://server@pop.idoox.com.
public void setServer(java.lang.String uri)
uri - the server URIpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the passwordpublic int getSleepInterval()
public void setSleepInterval(int interval)
interval - the sleep interval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||