org.cougaar.core.wp.bootstrap
Interface AdvertiseService

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

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

This service is used by advertisers to listen for local agent bind/unbind changes.

The service requestor can implement the Client API.


Nested Class Summary
static interface AdvertiseService.Client
           
 
Method Summary
 java.util.Map getAllBundles()
          Get the bundles for all local agents.
 Bundle getBundle(java.lang.String name)
          Get the bundle for a local agent
 

Method Detail

getBundle

Bundle getBundle(java.lang.String name)
Get the bundle for a local agent


getAllBundles

java.util.Map getAllBundles()
Get the bundles for all local agents.

Returns:
a Map of String names to Bundles