Class MapBasedAdapterDef

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getClassName()
      The type of the bean
      java.lang.String getFullName()
      Returns the full qualified (unique) name of the adapter.
      java.lang.String getName()
      The name of the bean
      java.util.List<? extends PackageDefinition> getPackages()
      Packages may contain settings for specific sources.
      java.util.Map<java.lang.String,​java.lang.String> getParameterMap()
      Additional parameters for the bean, e.g.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapBasedAdapterDef

        public MapBasedAdapterDef​(java.lang.String queueName,
                                  PropertyTree definition)
    • Method Detail

      • getFullName

        public java.lang.String getFullName()
        Description copied from interface: AdapterDefinition
        Returns the full qualified (unique) name of the adapter.
        Specified by:
        getFullName in interface AdapterDefinition
        Returns:
        The name uniquely identifying the adapter. Must not be null.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object