|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--time_constraint.constr_eval.partialhistory
The partialhistory class implements the set of accepted service requests between
the sender and the receiver.
| Field Summary | |
java.util.Vector |
history
Represents a Vector of elhistory. |
| Constructor Summary | |
partialhistory()
Creates a new partialhistory object. |
|
| Method Summary | |
boolean |
Contains(elhistory el)
Checks if el is contained in the partialhistory. |
void |
mergehistory(partialhistory ph1)
Merges the parthialhistory with ph1. |
void |
printhistory()
Prints the partialhistory to standard output. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public java.util.Vector history
elhistory.| Constructor Detail |
public partialhistory()
partialhistory object.| Method Detail |
public boolean Contains(elhistory el)
el is contained in the partialhistory. Returns TRUE if it is,
FALSE otherwise.
public void printhistory()
throws uka.karmi.rmi.RemoteException
uka.karmi.rmi.RemoteException - public void mergehistory(partialhistory ph1)
ph1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||