Interface ServiceNodeActivityFactory


  • public interface ServiceNodeActivityFactory

    The Service Node Activity Factory is used by SBBs to get their Service Node Activity object.

    An SBB obtains access to a ServiceNodeActivityFactory object via its JNDI environment. The Service Node Activity Factory is bound into JNDI using the name specified by JNDI_NAME.

    Since:
    Rhino 2.6.1
    See Also:
    ServiceNodeActivity, ServiceNodeActivityContextInterfaceFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String JNDI_NAME
      Constant declaring the JNDI name where a ServiceNodeActivityFactory object is bound into an SBB’s JNDI environment.
    • Field Detail

      • JNDI_NAME

        static final String JNDI_NAME

        Constant declaring the JNDI name where a ServiceNodeActivityFactory object is bound into an SBB’s JNDI environment.

        The value of this constant is "java:comp/env/rhino/servicenodeactivity/factory".

        Since:
        Rhino 2.6.1
        See Also:
        Constant Field Values