Index
All Classes|All Packages
M
- makeRemoteSetAddFn(E) - Static method in interface provided.pubsubsync.IPubSubSyncUpdater
-
Factory method to create an IPubSubSyncUpdater instance that will add a stub of an RMI Remote element to a published HashSet of stub Note that the channel must be created with a HashSet<E> object as the initial data value.
- makeRemoteSetRemoveFn(E) - Static method in interface provided.pubsubsync.IPubSubSyncUpdater
-
Factory method to create an IPubSubSyncUpdater instance that will remove a stub of an RMI Remote element from a published HashSet of stub Note that the channel must be created with a HashSet<E> object as the initial data value.
- makeReplaceFn(E) - Static method in interface provided.pubsubsync.IPubSubSyncUpdater
-
Factory method to create an IPubSubSyncUpdater instance that will replace the currently published data with an entirely new value.
- makeSetAddFn(E) - Static method in interface provided.pubsubsync.IPubSubSyncUpdater
-
Factory method to create an IPubSubSyncUpdater instance that will add an element to a published HashSet of elements.
- makeSetRemoveFn(E) - Static method in interface provided.pubsubsync.IPubSubSyncUpdater
-
Factory method to create an IPubSubSyncUpdater instance that will remove an element from a published HashSet of elements.
All Classes|All Packages