Class ActivityContextInterfaceFactoryBinding


  • public final class ActivityContextInterfaceFactoryBinding
    extends ResourceAdaptorTypeBinding

    Metadata class representing a JNDI binding to an activity context interface factory.

    Since:
    Rhino 2.4.0
    • Constructor Detail

      • ActivityContextInterfaceFactoryBinding

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

        Create a new JNDI binding metadata object for a binding to an activity context interface factory.

        Parameters:
        jndiName - the fully-qualified name where the factory is bound in JNDI.
        raType - the component identifier of the resource adaptor type defining the activity context interface factory.
        value - the bound factory.
        Since:
        Rhino 2.4.0