|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectDFSS.Message
| Field Summary | |
static int |
NEWDIR
|
static int |
NEWFILE
|
static int |
NEWNODE
|
static int |
REMOVEDIR
|
static int |
REMOVEFILE
|
static int |
REMOVENODE
|
| Constructor Summary | |
Message(int oggetto,
java.lang.String[] corpo,
HostID Mittente,
java.util.Hashtable vectorClock)
Costruttore |
|
| Method Summary | |
java.lang.String[] |
getCorpo()
restituisce il corpo del messaggio |
HostID |
getMittente()
restituisce il mittente del messaggio |
int |
getOggetto()
resituisce il tipo del messaggio |
java.util.Hashtable |
getVectorClock()
restituisce il time stamp |
boolean |
isLess(java.lang.Object in)
resituisce true se il messaggio è minore dell'oggetto in ingresso |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NEWNODE
public static final int NEWDIR
public static final int NEWFILE
public static final int REMOVEFILE
public static final int REMOVEDIR
public static final int REMOVENODE
| Constructor Detail |
public Message(int oggetto,
java.lang.String[] corpo,
HostID Mittente,
java.util.Hashtable vectorClock)
| Method Detail |
public int getOggetto()
public java.lang.String[] getCorpo()
public HostID getMittente()
public java.util.Hashtable getVectorClock()
public boolean isLess(java.lang.Object in)
isLess in interface Ordinable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||