@Version(value="2.0.0.${tstamp}")
Agent, AgentEndpoint and
MatcherEndpoint.See: Description
| Interface | Description |
|---|---|
| Agent |
Agent defines the interface with the basic functionality needed to act as an agent in a Powermatcher cluster. |
| Agent.Status |
The
Agent.Status object describes the current connection status of an Agent. |
| AgentEndpoint |
AgentEndpoint defines the interface for classes that can receive a PriceUpdate and send a Bid
, based on the Price of that PriceUpdate. |
| AgentEndpoint.Status |
The
AgentEndpoint.Status object describes the current status and configuration of an AgentEndpoint. |
| MatcherEndpoint |
MatcherEndpoint defines the interface for classes that can receive a Bid and send a
PriceUpdate, containing a Price based on that Bid. |
| Session |
Session defines the interface for a link between an AgentEndpoint with a MatcherEndpoint in a
Powermatcher cluster. |
Agent, AgentEndpoint and
MatcherEndpoint. Also it given an interface for the Session between agents.