org.codehaus.activemq.transport
Interface DiscoveryAgent

All Superinterfaces:
Service
All Known Implementing Classes:
DiscoveryAgentSupport

public interface DiscoveryAgent
extends Service

An agent used to discover other instances of a service

Version:
$Revision: 1.3 $

Method Summary
 void registerService(String name, Map details)
           
 void setDiscoveryListener(DiscoveryListener listener)
           
 
Methods inherited from interface org.codehaus.activemq.service.Service
start, stop
 

Method Detail

setDiscoveryListener

public void setDiscoveryListener(DiscoveryListener listener)

registerService

public void registerService(String name,
                            Map details)
                     throws JMSException
Throws:
JMSException


Copyright © 2004 Protique, Ltd.. All Rights Reserved.