ICEpush
  1. ICEpush
  2. PUSH-192

Push Others: Push to all in the group but the calling session (was: Push others)

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.1
    • Fix Version/s: 3.2
    • Component/s: Push Library
    • Labels:
      None
    • Environment:
      ICEpush

      Description


      Many applications require a push to be sent to all but the calling session. This is possible to express with the API through the PushConfiguration object.

        Activity

        Hide
        Ken Fyten added a comment - - edited

        A more informative subject would be helpful for those we didn't conceive of the feature.
        (Restricted to icesoft-internal-developers group)

        Show
        Ken Fyten added a comment - - edited A more informative subject would be helpful for those we didn't conceive of the feature. (Restricted to icesoft-internal-developers group)
        Hide
        Jack Van Ooststroom added a comment - - edited

        Sending core/src/main/java/org/icepush/LocalPushGroupManager.java
        Transmitting file data .
        Committed revision 31303.

        Show
        Jack Van Ooststroom added a comment - - edited Sending core/src/main/java/org/icepush/LocalPushGroupManager.java Transmitting file data . Committed revision 31303.
        Hide
        Jack Van Ooststroom added a comment - - edited

        In order to push to all others in the group:
        PushRenderer.render("groupName", new PushOthers());
        PushRenderer.render("groupName", new PushOthers().and(new PushMessage("subject", "detail")));
        Marking this one as FIXED.

        Show
        Jack Van Ooststroom added a comment - - edited In order to push to all others in the group: PushRenderer.render("groupName", new PushOthers()); PushRenderer.render("groupName", new PushOthers().and(new PushMessage("subject", "detail"))); Marking this one as FIXED.

          People

          • Assignee:
            Jack Van Ooststroom
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: