Class RemoteEventAccessor

java.lang.Object
com.j_spaces.core.client.RemoteEventAccessor

public class RemoteEventAccessor extends Object
This utility class serves to access to the package/protected methods of EntryArrivedRemoteEvent from other packages.
Version:
4.5
Author:
Igor Goldenberg
  • Constructor Details

    • RemoteEventAccessor

      public RemoteEventAccessor()
  • Method Details

    • setRemoteEventSequence

      public static void setRemoteEventSequence(EntryArrivedRemoteEvent theEvent, long sequenceNumber)
      Initialize RemoteEvent with desired sequence number. Usually for MulticastNotifyDelegator usage.
    • getEventContextPacket

      public static IEntryPacket getEventContextPacket(EntryArrivedRemoteEvent theEvent)
      Returns RemoteEvent entry context.
    • initAcceptableFilterList

      public static void initAcceptableFilterList(EntryArrivedRemoteEvent theEvent, int capacity)
      init the acceptableFilterList by desired capacity
    • addAcceptableFilterID

      public static void addAcceptableFilterID(EntryArrivedRemoteEvent theEvent, String filterID)
      assume that initAcceptableFilterList() was called before, filterID or TemplateID
    • getAcceptableDestList

      public static List getAcceptableDestList(EntryArrivedRemoteEvent theEvent)
      returns AcceptableFilterList