Constructor and Description |
---|
RootACCProxy() |
Modifier and Type | Method and Description |
---|---|
void |
enterACC()
Enters an Agent Coordination Context, that is, tries to acquire it,
setting up a communication/coordination channel with TuCSoN services.
|
void |
exit()
Releases the ACC, exiting from the TuCSoN system.
|
java.lang.String |
getPassword()
Gets the (encrypted) RBAC password (if existing).
|
java.util.Map<java.lang.Long,TucsonOperation> |
getPendingOperationsMap()
Gets the set of pending operations, that is, thos TuCSoN operations
invoked asynchronously for which no reply has been received yet.
|
java.lang.String |
getUsername()
Gets the RBAC username (if existing).
|
java.util.UUID |
getUUID()
Gets the assigned UUID.
|
boolean |
isACCEntered()
Checks whether an ACC has been succesfully acquired.
|
public void enterACC()
RootACC
public void exit()
RootACC
public java.lang.String getPassword()
RootACC
getPassword
in interface RootACC
public java.util.Map<java.lang.Long,TucsonOperation> getPendingOperationsMap()
RootACC
getPendingOperationsMap
in interface RootACC
public java.lang.String getUsername()
RootACC
getUsername
in interface RootACC
public java.util.UUID getUUID()
RootACC
public boolean isACCEntered()
RootACC
isACCEntered
in interface RootACC
true
or false
depending on whether an ACC has
been succesfully acquired