Modifier and Type | Interface and Description |
---|---|
interface |
AdminACC
Agent Coordination Context enabling system administrators to manage the RBAC
structure installed in a TuCSoN node.
|
interface |
EnhancedACC
Enhanced TuCSoN ACC.
|
Constructor and Description |
---|
TucsonOpWrapper(EnhancedAsynchACC eaacc,
AbstractTucsonAction a,
TucsonOperationCompletionListener l)
Builds the wrapper to a TuCSoN operation.
|
TucsonOpWrapper(EnhancedAsynchACC eaacc,
AbstractTucsonAction a,
TucsonOperationCompletionListener l,
long timeout)
Builds the wrapper to a TuCSoN operation.
|
Modifier and Type | Method and Description |
---|---|
abstract ITucsonOperation |
AbstractTucsonAction.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener)
Requests execution of this TuCSoN action in ASYNCHRONOUS mode, that is,
without blocking the caller until operation completion, regardless of the
operation suspensive/predicative semantics (e.g., a
in without
matching tuples does not cause blocking the caller agent) |
Modifier and Type | Method and Description |
---|---|
ITucsonOperation |
RdAll.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
OutAll.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
NoAll.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
InAll.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
Modifier and Type | Method and Description |
---|---|
ITucsonOperation |
Urdp.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
Urd.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
Unop.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
Uno.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
Uinp.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
ITucsonOperation |
Uin.executeAsynch(EnhancedAsynchACC acc,
TucsonOperationCompletionListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ACCProxyAgentSide
Active part of the Default Agent Coordination Context.
|
class |
AdminACCProxyAgentSide
Class implementing the Administrator ACC.
|
class |
RBACACCProxyAgentSide
Class implementing the RBAC ACC.
|