Class ResourceAdaptorEntityBinding


  • public final class ResourceAdaptorEntityBinding
    extends ResourceAdaptorTypeBinding

    Metadata class representing a JNDI binding to a resource adaptor entity.

    Since:
    Rhino 2.4.0
    • Constructor Detail

      • ResourceAdaptorEntityBinding

        public ResourceAdaptorEntityBinding​(String jndiName,
                                            ResourceAdaptorTypeID raType,
                                            Object value)

        Create a new JNDI binding metadata object for a binding to a resource adaptor entity.

        Parameters:
        jndiName - the fully-qualified name where the resource adaptor entity is bound in JNDI.
        raType - the component identifier of the resource adaptor type required to be implemented by the resource adaptor.
        value - the bound resource adaptor entity.
        Since:
        Rhino 2.4.0