Class DefaultLookupServiceAddedEventManager
java.lang.Object
org.openspaces.admin.internal.lus.events.DefaultLookupServiceAddedEventManager
- All Implemented Interfaces:
AdminEventListener,InternalLookupServiceAddedEventManager,LookupServiceAddedEventListener,LookupServiceAddedEventManager
public class DefaultLookupServiceAddedEventManager
extends Object
implements InternalLookupServiceAddedEventManager
- Author:
- kimchy
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultLookupServiceAddedEventManager(InternalLookupServices lookupServices) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(LookupServiceAddedEventListener eventListener) Add the event listener.voidadd(LookupServiceAddedEventListener eventListener, boolean includeExisting) Add the event listener.voidvoidlookupServiceAdded(LookupService lookupService) Called when a lookup service is added.voidvoidvoidremove(LookupServiceAddedEventListener eventListener) Removes the event listener.voidrightShift(Object eventListener)
-
Constructor Details
-
DefaultLookupServiceAddedEventManager
-
-
Method Details
-
lookupServiceAdded
Description copied from interface:LookupServiceAddedEventListenerCalled when a lookup service is added.- Specified by:
lookupServiceAddedin interfaceLookupServiceAddedEventListener
-
add
Description copied from interface:LookupServiceAddedEventManagerAdd the event listener. Allows to control if events will be called for existsing lookup services as well.- Specified by:
addin interfaceLookupServiceAddedEventManager
-
add
Description copied from interface:LookupServiceAddedEventManagerAdd the event listener. Note, the add callback will be called for currently discovered lookup service as well.- Specified by:
addin interfaceLookupServiceAddedEventManager
-
remove
Description copied from interface:LookupServiceAddedEventManagerRemoves the event listener.- Specified by:
removein interfaceLookupServiceAddedEventManager
-
plus
-
leftShift
-
minus
-
rightShift
-