|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.walluck.oscar.AIMSession.SSIObject
This is for SSI support.
| Constructor Summary | |
AIMSession.SSIObject()
Creates a new SSI class. |
|
| Method Summary | |
java.util.Vector |
getLocal()
Get the value of local. |
int |
getNumItems()
Get the value of numItems. |
java.util.Vector |
getOfficial()
Get the value of official. |
java.util.Vector |
getPending()
Get the value of pending. |
boolean |
getReceivedData()
Get the value of receivedData. |
int |
getTimestamp()
Get the value of timestamp. |
boolean |
isWaitingForAck()
Get the value of waitingForAck. |
void |
setLocal(java.util.Vector local)
Set the value of local. |
void |
setNumItems(int numItems)
Set the value of numItems. |
void |
setOfficial(java.util.Vector official)
Set the value of official. |
void |
setPending(java.util.Vector pending)
Set the value of pending. |
void |
setReceivedData(boolean receivedData)
Set the value of receivedData |
void |
setTimestamp(int timestamp)
Set the value of timestamp. |
void |
setWaitingForAck(boolean waitingForAck)
Set the value of waitingForAck. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AIMSession.SSIObject()
| Method Detail |
public boolean getReceivedData()
public void setReceivedData(boolean receivedData)
receivedData - Value to assign to receivedData.public void setWaitingForAck(boolean waitingForAck)
waitingForAck - a boolean valuepublic boolean isWaitingForAck()
public void setNumItems(int numItems)
numItems - Value to assign to numItems.public int getNumItems()
public java.util.Vector getOfficial()
public void setOfficial(java.util.Vector official)
official - Value to assign to official.public java.util.Vector getLocal()
public void setLocal(java.util.Vector local)
local - Value to assign to local.public java.util.Vector getPending()
public void setPending(java.util.Vector pending)
pending - Value to assign to pending.public int getTimestamp()
public void setTimestamp(int timestamp)
timestamp - Value to assign to timestamp.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||