Package | Description |
---|---|
alice.tucson.api | |
alice.tucson.service |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TucsonOpCompletionEvent> |
AbstractTucsonAgent.completionEvents |
Modifier and Type | Method and Description |
---|---|
java.util.List<TucsonOpCompletionEvent> |
UniformAsynchACC.getCompletionEventsList() |
java.util.List<TucsonOpCompletionEvent> |
SpecificationAsynchACC.getCompletionEventsList() |
java.util.List<TucsonOpCompletionEvent> |
OrdinaryAsynchACC.getCompletionEventsList() |
java.util.List<TucsonOpCompletionEvent> |
BulkAsynchACC.getCompletionEventsList() |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TucsonOpCompletionEvent> |
OperationHandler.events
TuCSoN requests completion events (node replies events)
|
Modifier and Type | Method and Description |
---|---|
TucsonOpCompletionEvent |
InterTupleCentreACCProxy.waitForCompletion(TucsonOpId id) |
TucsonOpCompletionEvent |
InterTupleCentreACC.waitForCompletion(TucsonOpId id) |
TucsonOpCompletionEvent |
InterTupleCentreACCProxy.waitForCompletion(TucsonOpId id,
int timeout) |
TucsonOpCompletionEvent |
InterTupleCentreACC.waitForCompletion(TucsonOpId id,
int timeout) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TucsonOpCompletionEvent> |
ACCProxyAgentSide.getCompletionEventsList() |
Modifier and Type | Method and Description |
---|---|
protected void |
OperationHandler.postEvent(TucsonOpCompletionEvent ev)
Method to add a TuCSoN Operation Completion Event
event to the
internal queue of pending completion event to process |