Interface InternalSpaces

All Superinterfaces:
AdminAware, InternalSpaceInstancesAware, Iterable<Space>, Spaces, StatisticsMonitor
All Known Implementing Classes:
DefaultSpaces

public interface InternalSpaces extends Spaces, InternalSpaceInstancesAware
Author:
kimchy
  • Method Details

    • addSpace

      void addSpace(Space space)
    • removeSpace

      InternalSpace removeSpace(String uid)
    • addSpaceInstance

      void addSpaceInstance(SpaceInstance spaceInstance)
    • removeSpaceInstance

      SpaceInstance removeSpaceInstance(String uid)
    • refreshScheduledSpaceMonitors

      void refreshScheduledSpaceMonitors()