org.cougaar.core.wp.server |
|
Java Source File Name | Type | Comment |
Forward.java | Class | Data (
Record s) replicated between servers through
"forward"ing. |
ForwardAckService.java | Interface | This service sends "forward-ack"s. |
ForwardService.java | Interface | This service sends "forward"s to replicate leases between servers.
This API hides the MTS and messaging details. |
LookupAckService.java | Interface | This service sends "lookup-ack"s. |
LookupServerService.java | Interface | This service receives "lookup"s from clients. |
ModifyAckService.java | Interface | This service sends "modify-ack"s. |
ModifyServerService.java | Interface | This service receives "modify"s from clients. |
PingAckService.java | Interface | This service receives "ping"s from clients. |
RootAuthority.java | Class | This component is the white pages server implementation. |
Server.java | Class | This component is a dummy class that tells the XSL template parser
to load the standard white pages server components (server and
bootstrap advertisers).
The "$CIP/configs/common/SimpleAgent.xsl" transforms this component
into the list of standard white pages server components. |
ServerContainer.java | Class | This component is an empty container for the white pages server
components. |
ServerTransport.java | Class | This component sends and receives messages for the
RootAuthority . |