Package | Description |
---|---|
alice.tucson.api | |
alice.tucson.service |
Modifier and Type | Method and Description |
---|---|
static NegotiationACC |
TucsonMetaACC.getNegotiationContext(java.lang.String aid)
Gets the available most-comprehensive ACC from the TuCSoN Node Service
active on the default host ("localhost") on the default port (20504).
|
static NegotiationACC |
TucsonMetaACC.getNegotiationContext(java.lang.String aid,
java.lang.String netid,
int portno)
Acquires the Negotiation ACC necessary to interact with TuCSoN according
to RBAC policies.
|
static NegotiationACC |
TucsonMetaACC.getNegotiationContext(TucsonAgentId aid)
Acquires the Negotiation ACC from the default TuCSoN node.
|
static NegotiationACC |
TucsonMetaACC.getNegotiationContext(TucsonAgentId aid,
java.lang.String netid,
int portno)
Acquires the Negotiation ACC from the TuCSoN node installed on the given
netid:portno IP:TCP address. |
Modifier and Type | Class and Description |
---|---|
class |
NegotiationACCProxyAgentSide
Class implementing the negotiation ACC.
|