Interface InternalSpaceInstances
- All Superinterfaces:
InternalSpaceInstancesAware,Iterable<SpaceInstance>
- All Known Implementing Classes:
DefaultSpaceInstances
public interface InternalSpaceInstances
extends Iterable<SpaceInstance>, InternalSpaceInstancesAware
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifecycleListener(SpaceInstanceLifecycleEventListener eventListener) voidaddSpaceInstance(SpaceInstance spaceInstance) booleancontains(SpaceInstance spaceInstance) voidremoveLifecycleListener(SpaceInstanceLifecycleEventListener eventListener) voidintsize()Methods inherited from interface org.openspaces.admin.internal.space.InternalSpaceInstancesAware
getSpaceInstancesMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
contains
-
size
int size() -
addSpaceInstance
-
removeSpaceInstance
-
getSpaceInstanceAdded
SpaceInstanceAddedEventManager getSpaceInstanceAdded() -
getSpaceInstanceRemoved
SpaceInstanceRemovedEventManager getSpaceInstanceRemoved() -
addLifecycleListener
-
removeLifecycleListener
-