Interface Publisher


  • public interface Publisher
    • Method Detail

      • create

        boolean create​(ContainerContext container,
                       Set<String> contexts)
        creates the container resource in the context
        Parameters:
        container -
        contexts - the new contexts where the resource must be created
        Returns:
      • create

        boolean create​(ApplicationContext application,
                       Set<String> contexts)
        creates the application resource in the contexts
        Parameters:
        application -
        contexts - the new contexts where the resource must be created
        Returns:
      • update

        boolean update​(ApplicationContext application)
        updates the application resource
        Parameters:
        application -
        Returns:
      • update

        boolean update​(ContainerContext container)
        updates the container resource
        Parameters:
        container -
        Returns:
      • remove

        boolean remove​(ApplicationContext application,
                       Set<String> contexts)
        removes the application resource from the contexts
        Parameters:
        application -
        contexts - the contexts from where the resource must be removed
        Returns:
      • remove

        boolean remove​(ContainerContext application,
                       Set<String> contexts)
        removes the container resource from the contexts
        Parameters:
        application -
        contexts - the contexts from where the resource must be removed
        Returns: