org.apache.activemq.apollo.transport
Class DiscoveryAgentFactory

java.lang.Object
  extended by org.apache.activemq.apollo.transport.DiscoveryAgentFactory

public class DiscoveryAgentFactory
extends java.lang.Object


Nested Class Summary
static interface DiscoveryAgentFactory.Provider
           
 
Field Summary
static ClassFinder<DiscoveryAgentFactory.Provider> providers
           
 
Constructor Summary
DiscoveryAgentFactory()
           
 
Method Summary
static DiscoveryAgent create(java.lang.String uri)
          Creates a DiscoveryAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providers

public static final ClassFinder<DiscoveryAgentFactory.Provider> providers
Constructor Detail

DiscoveryAgentFactory

public DiscoveryAgentFactory()
Method Detail

create

public static DiscoveryAgent create(java.lang.String uri)
                             throws java.lang.Exception
Creates a DiscoveryAgent

Throws:
java.lang.Exception


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.