org.apache.hivemind.lib.adapter
Class AdapterRegistryParameter

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.hivemind.lib.adapter.AdapterRegistryParameter
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class AdapterRegistryParameter
extends org.apache.hivemind.impl.BaseLocatable

Parameter value passed to the hivemind.lib.AdaptorRegistryFactory service factory.

Since:
1.1
Author:
Howard M. Lewis Ship

Constructor Summary
AdapterRegistryParameter()
           
 
Method Summary
 java.util.List getContributions()
          List of AdapterRegistryContribution.
 void setContributions(java.util.List configuration)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterRegistryParameter

public AdapterRegistryParameter()
Method Detail

getContributions

public java.util.List getContributions()
List of AdapterRegistryContribution.


setContributions

public void setContributions(java.util.List configuration)