public final class TucsonMetaACC
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static EnhancedACC |
getContext(TucsonAgentId aid)
Gets the available most-comprehensive ACC from the TuCSoN Node Service
active on the default host ("localhost") on the default port (20504).
|
static EnhancedACC |
getContext(TucsonAgentId aid,
java.lang.String netid,
int portno)
Gets the available most-comprehensive ACC from the TuCSoN Node Service
active on the specified pair node:port where node is the ip address.
|
static java.lang.String |
getVersion() |
public static EnhancedACC getContext(TucsonAgentId aid)
aid
- Who demand for the ACCpublic static EnhancedACC getContext(TucsonAgentId aid, java.lang.String netid, int portno)
aid
- Who demand for the ACCnetid
- The ip address of the target TuCSoN Node Serviceportno
- The listening port of the target TuCSoN Node Servicepublic static java.lang.String getVersion()