|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ICBMParams
ICBM (instant message) parameters.
Constructor Summary | |
ICBMParams()
Creates a new ICBM parameters class. |
Method Summary | |
int |
getFlags()
Get the value of flags. |
int |
getMaxChan()
Get the value of maxChan. |
int |
getMaxMsgLen()
Get the value of maxMsgLen. |
int |
getMaxReceiverWarn()
Get the value of maxReceiverWarn. |
int |
getMaxSenderWarn()
Get the value of maxSenderWarn. |
int |
getMinMsgInterval()
Get the value of minMsgInterval. |
void |
setFlags(int flags)
Set the value of flags. |
void |
setMaxChan(int maxChan)
Set the value of maxChan. |
void |
setMaxMsgLen(int maxMsgLen)
Set the value of maxMsgLen. |
void |
setMaxReceiverWarn(int maxReceiverWarn)
Set the value of maxReceiverWarn. |
void |
setMaxSenderWarn(int maxSenderWarn)
Set the value of maxSenderWarn. |
void |
setMinMsgInterval(int minMsgInterval)
Set the value of minMsgInterval. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ICBMParams()
Method Detail |
public int getMaxChan()
public void setMaxChan(int maxChan)
maxChan
- Value to assign to maxChan.public int getFlags()
public void setFlags(int flags)
flags
- Value to assign to flags.public int getMaxMsgLen()
public void setMaxMsgLen(int maxMsgLen)
maxMsgLen
- Value to assign to maxMsgLen.public int getMaxSenderWarn()
public void setMaxSenderWarn(int maxSenderWarn)
maxSenderWarn
- Value to assign to maxSenderWarn.public int getMaxReceiverWarn()
public void setMaxReceiverWarn(int maxReceiverWarn)
maxReceiverWarn
- Value to assign to maxReceiverWarn.public int getMinMsgInterval()
public void setMinMsgInterval(int minMsgInterval)
minMsgInterval
- Value to assign to minMsgInterval.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |