Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.interfaces |
Contains classes for important
interfaces used in CASA. |
Modifier and Type | Method and Description |
---|---|
static ServiceDescriptor |
ServiceDescriptor.fromString(TokenParser parser) |
Modifier and Type | Method and Description |
---|---|
Status |
TransientAgent.doAdvertise(URLDescriptor yp,
ServiceDescriptor service)
This method is called when this agent wishes to advertises a service.
|
StatusURLDescriptorList |
TransientAgent.doSearchYP(URLDescriptor yp,
ServiceDescriptor service)
Attempts to search a yellow pages service for a agents matching a
particular service descriptor.
|
Status |
TransientAgent.doUnadvertise(URLDescriptor yp,
ServiceDescriptor service)
This method is called when this agent wishes to withdraw a previously
advertised service from a yellow pages service.
|
static void |
ServiceDescriptor.fromString(TokenParser parser,
ServiceDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
Status |
TransientAgentInterface.doAdvertise(URLDescriptor yp,
ServiceDescriptor service)
This method is called when this agent wishes to advertises a service.
|
StatusURLDescriptorList |
TransientAgentInterface.doSearchYP(URLDescriptor yp,
ServiceDescriptor service)
Attempts to search a yellow pages service for a agents matching a particular
service descriptor.
|
Status |
TransientAgentInterface.doUnadvertise(URLDescriptor yp,
ServiceDescriptor service)
This method is called when this agent wishes to withdraw a previously
advertised service from a yellow pages service.
|