org.openspaces.admin.gateway.events
Class DefaultGatewayProcessingUnitRemovedEventManager
java.lang.Object
org.openspaces.admin.gateway.events.DefaultGatewayProcessingUnitRemovedEventManager
- All Implemented Interfaces:
- AdminEventListener, GatewayProcessingUnitRemovedEventListener, GatewayProcessingUnitRemovedEventManager, InternalGatewayProcessingUnitRemovedEventManager
public class DefaultGatewayProcessingUnitRemovedEventManager
- extends Object
- implements InternalGatewayProcessingUnitRemovedEventManager
- Since:
- 9.5
- Author:
- evgeny
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGatewayProcessingUnitRemovedEventManager
public DefaultGatewayProcessingUnitRemovedEventManager(GatewayProcessingUnits processingUnits)
gatewayProcessingUnitRemoved
public void gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit)
- Description copied from interface:
GatewayProcessingUnitRemovedEventListener
- A callback indicating that a Gateway Processing Unit was removed (undeployed).
- Specified by:
gatewayProcessingUnitRemoved
in interface GatewayProcessingUnitRemovedEventListener
add
public void add(GatewayProcessingUnitRemovedEventListener eventListener)
- Description copied from interface:
GatewayProcessingUnitRemovedEventManager
- Adds an event listener.
- Specified by:
add
in interface GatewayProcessingUnitRemovedEventManager
remove
public void remove(GatewayProcessingUnitRemovedEventListener eventListener)
- Description copied from interface:
GatewayProcessingUnitRemovedEventManager
- Removes an event listener.
- Specified by:
remove
in interface GatewayProcessingUnitRemovedEventManager
plus
public void plus(Object eventListener)
leftShift
public void leftShift(Object eventListener)
minus
public void minus(Object eventListener)
rightShift
public void rightShift(Object eventListener)
Copyright © GigaSpaces.