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
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultGatewayProcessingUnitRemovedEventManager(GatewayProcessingUnits processingUnits) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(GatewayProcessingUnitRemovedEventListener eventListener) Adds an event listener.voidgatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit) A callback indicating that a Gateway Processing Unit was removed (undeployed).voidvoidvoidvoidremove(GatewayProcessingUnitRemovedEventListener eventListener) Removes an event listener.voidrightShift(Object eventListener)
-
Constructor Details
-
DefaultGatewayProcessingUnitRemovedEventManager
-
-
Method Details
-
gatewayProcessingUnitRemoved
Description copied from interface:GatewayProcessingUnitRemovedEventListenerA callback indicating that a Gateway Processing Unit was removed (undeployed).- Specified by:
gatewayProcessingUnitRemovedin interfaceGatewayProcessingUnitRemovedEventListener
-
add
Description copied from interface:GatewayProcessingUnitRemovedEventManagerAdds an event listener.- Specified by:
addin interfaceGatewayProcessingUnitRemovedEventManager
-
remove
Description copied from interface:GatewayProcessingUnitRemovedEventManagerRemoves an event listener.- Specified by:
removein interfaceGatewayProcessingUnitRemovedEventManager
-
plus
-
leftShift
-
minus
-
rightShift
-