Class SpaceTap
java.lang.Object
org.jpos.space.SpaceTap
- All Implemented Interfaces:
SpaceListener
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceTap(LocalSpace sp, Object key, Object tapKey, long tapTimeout) SpaceTap(LocalSpace ssp, LocalSpace dsp, Object key, Object tapKey, long tapTimeout) -
Method Summary
-
Constructor Details
-
SpaceTap
- Parameters:
sp- spacekey- key to monitortapKey- key to use when copyingtapTimeout- copy timeout in millis
-
SpaceTap
- Parameters:
ssp- source spacedsp- destination spacekey- key to monitortapKey- key to use when copyingtapTimeout- copy timeout in millis
-
-
Method Details
-
notify
Description copied from interface:SpaceListenerCalled by Space implementation whenever an object with the given key is being placed in the Space.
- Specified by:
notifyin interfaceSpaceListener- Parameters:
key- Object's keyvalue- Object's value
-
close
-