|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.AutoLogoutTimeout
public class AutoLogoutTimeout
Automatic inactivity logout descriptor.
Constructor Summary | |
---|---|
AutoLogoutTimeout()
|
|
AutoLogoutTimeout(long value,
long cancelTimeout)
Creates new AutoLogout instance. |
Method Summary | |
---|---|
long |
getCancelTimeout()
Returns cancel timeout value. |
long |
getValue()
Returns timeout value. |
void |
setCancelTimeout(long value)
Sets canceel timeout value. |
void |
setValue(long value)
Sets timeout value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoLogoutTimeout(long value, long cancelTimeout)
value
- the timeout value in mscancelTimeout
- the amount of time user has to cancel automatic logout in mspublic AutoLogoutTimeout()
Method Detail |
---|
public long getValue()
public void setValue(long value)
value
- timeout value in mspublic long getCancelTimeout()
public void setCancelTimeout(long value)
value
- cancel timeout value in ms
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |