|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.mit.csail.aeolus.api.AeolusClosure
public abstract class AeolusClosure
This class is used to create share-able executable objects in Aeolus. The closure includes the labels specified by the creator of the closure.
| Field Summary | |
|---|---|
EventID |
closureLastEid
Deprecated. |
| Constructor Summary | |
|---|---|
protected |
AeolusClosure(PID pid)
Construct a closure that will run with the authority of pid |
| Method Summary | |
|---|---|
java.util.ArrayList<java.lang.Integer> |
getBasisCopy()
Deprecated. |
PID |
getPID()
Return the PID associated with the closure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public EventID closureLastEid
| Constructor Detail |
|---|
protected AeolusClosure(PID pid)
throws AuthorityException
AuthorityException - - if caller's thread doesn't actFor pid| Method Detail |
|---|
@Deprecated public final java.util.ArrayList<java.lang.Integer> getBasisCopy()
public final PID getPID()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||