Package | Description |
---|---|
alice.tucson.introspection | |
alice.tucson.network | |
alice.tucson.service |
Constructor and Description |
---|
InspectorContextSkel(ACCProvider man,
AbstractTucsonProtocol d,
TucsonNodeService node,
ACCDescription p) |
Modifier and Type | Class and Description |
---|---|
class |
TucsonProtocolTCP |
Modifier and Type | Method and Description |
---|---|
AbstractTucsonProtocol |
TucsonProtocolTCP.acceptNewDialog() |
abstract AbstractTucsonProtocol |
AbstractTucsonProtocol.acceptNewDialog() |
static AbstractTucsonProtocol |
TPFactory.getDialogAgentSide(int tucsonProtocolType,
TucsonTupleCentreId tid) |
static AbstractTucsonProtocol |
TPFactory.getDialogAgentSide(TucsonTupleCentreId tid) |
static AbstractTucsonProtocol |
TPFactory.getDialogNodeSide()
Instantiate a new TucsonProtocol based of a default implementation type.
|
static AbstractTucsonProtocol |
TPFactory.getDialogNodeSide(int tucsonProtocolType)
Instantiate a new TucsonProtocol based on type specified by parameter.
|
Modifier and Type | Method and Description |
---|---|
AbstractTucsonProtocol |
OperationHandler.ControllerSession.getSession() |
protected AbstractTucsonProtocol |
OperationHandler.getSession(TucsonTupleCentreId tid,
TucsonAgentId aid)
This method is responsible to setup, store and retrieve connections
toward all the tuplecentres ever contacted by the TuCSoN Agent behind
this proxy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ACCProvider.processContextRequest(ACCDescription profile,
AbstractTucsonProtocol dialog) |
Constructor and Description |
---|
ACCProxyNodeSide(ACCProvider man,
AbstractTucsonProtocol d,
TucsonNodeService n,
ACCDescription p) |