Package | Description |
---|---|
alice.tucson.network | |
alice.tucson.service |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
TucsonProtocolTCP(int port)
This constructor is typically used node side: it builds a new access
point to which an external agent can engage a new dialog.
|
TucsonProtocolTCP(java.lang.String host,
int port)
This constructor create a new dialog whit a specific host that identified
by host/port pair.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TucsonNodeService.isInstalled(int timeout) |
static boolean |
TucsonNodeService.isInstalled(int port,
int timeout) |
static boolean |
TucsonNodeService.isInstalled(java.lang.String netid,
int port,
int timeout) |