|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.I_MessageStoreFSM
This is the interface for a finite state machine inside the message store
Constructor Summary | |
I_MessageStoreFSM()
|
Method Summary | |
abstract void |
changingNeighbor()
check the change of the neighborhood |
abstract short |
getFSMID()
Get the service number of the finite state machine |
abstract void |
newACMsg(hypercast.OL_Message msg)
set the new control message information |
abstract void |
newADMsg(hypercast.OL_Message msg)
set the new application message information |
void |
receiveControlMessage(hypercast.OL_Message message,
boolean isNewMessage)
|
void |
receiveDataMessage(hypercast.OL_Message message,
boolean isNewMessage)
|
abstract void |
timerExpired(int timerIndex)
process the timer expired events |
void |
timerExpired(java.lang.Object object)
|
abstract void |
updateACMsg(hypercast.OL_Message msg)
update the control message information |
abstract void |
updateADMsg(hypercast.OL_Message msg)
update the application message information |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public I_MessageStoreFSM()
Method Detail |
public abstract void changingNeighbor()
public abstract short getFSMID()
public abstract void newADMsg(hypercast.OL_Message msg)
public abstract void newACMsg(hypercast.OL_Message msg)
public abstract void updateADMsg(hypercast.OL_Message msg)
public abstract void updateACMsg(hypercast.OL_Message msg)
public abstract void timerExpired(int timerIndex)
public void timerExpired(java.lang.Object object)
public final void receiveDataMessage(hypercast.OL_Message message, boolean isNewMessage)
public final void receiveControlMessage(hypercast.OL_Message message, boolean isNewMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |