com.ibm.commerce.foundation.internal.server.services.context

Class RemoteContextServiceImpl

  • java.lang.Object
    • com.ibm.commerce.foundation.internal.server.services.context.RemoteContextServiceImpl
  • All Implemented Interfaces:
    ContextService


    public class RemoteContextServiceImpl
    extends java.lang.Object
    implements ContextService
    This implementation of ContextService provides business context service that allows the search runtime to retrieve attributes through business contexts.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object findContext(java.lang.String contextName)
      This method finds the context with a given name that is associated with a given activity.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RemoteContextServiceImpl

        public RemoteContextServiceImpl()
    • Method Detail

      • findContext

        public java.lang.Object findContext(java.lang.String contextName)
                                     throws java.lang.Exception
        Description copied from interface: ContextService
        This method finds the context with a given name that is associated with a given activity. This method is used by business logic to retrieve session information of a given activity.
        Specified by:
        findContext in interface ContextService
        Parameters:
        contextName - the context name
        Returns:
        the context; null if not found
        Throws:
        java.lang.Exception - if any generic error occurs
        See Also:
        ContextService.findContext(java.lang.String)