Provides the class {@link ist.palcom.resource.manager.ResourceManager}, which performs the discovering part of the PalCom discovery protocol.

Package Specification

{@link ist.palcom.resource.manager.ResourceManager} has methods where listening {@link ist.palcom.palcomthreads.PalcomThread}s from upper layers can register interest for different kinds of discovered resource descriptors. The descriptors, specified in {@link ist.palcom.resource.descriptor}, will be delivered as events to the listeners.

The announcing part of the discovery protocol is performed by the class {@link ist.palcom.discovery.DiscoveryManager} in {@link ist.palcom.discovery}.

TODO: The naming of this package and the class {@link ist.palcom.resource.manager.ResourceManager} conflicts with a class in {@link ist.palcom.assembly.manager}. The class here should be renamed.

@see ist.palcom.discovery