Class RAENotificationSourceElement

  • All Implemented Interfaces:
    Cloneable

    public final class RAENotificationSourceElement
    extends SleeNotificationSourceElement

    A common nested element that identifies an resource adaptor entity notification source. The resource adaptor entity notification source element identifies a resource adaptor entity by its name.

    Ant Parameters

    Attribute

    Description

    Required

    entityName

    Name of the resource adaptor entity.

    Yes.

    • Field Summary

      • Fields inherited from class org.apache.tools.ant.types.DataType

        checked, ref
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getEntityName()  
      void setEntityName​(String entityName)  
      String toString()  
      void validateParameters()  
      • Methods inherited from class org.apache.tools.ant.types.DataType

        checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
    • Constructor Detail

      • RAENotificationSourceElement

        public RAENotificationSourceElement()
    • Method Detail

      • setEntityName

        public void setEntityName​(String entityName)
      • getEntityName

        public String getEntityName()
      • toString

        public String toString()
        Overrides:
        toString in class org.apache.tools.ant.types.DataType