org.cougaar.core.wp.bootstrap
Interface BootstrapService

All Superinterfaces:
org.cougaar.core.component.Service

public interface BootstrapService
extends org.cougaar.core.component.Service

This service is used by the client's server selection to start/stop the discovery components.

See Also:
SelectManager

Method Summary
 void startSearching()
           
 void stopSearching()
           
 

Method Detail

startSearching

void startSearching()

stopSearching

void stopSearching()