Interface JCRServerMBean

  • All Known Implementing Classes:
    JCRServer

    @Deprecated(forRemoval=true)
    public interface JCRServerMBean
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void createWorkspace​(String username, String password, String workspace)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a workspace in the managed repository.
      String getLocalAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getLocalEnvironment()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getRemoteAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getRemoteEnvironment()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLocalAddress​(String address)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLocalEnvironment​(String localEnvironment)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setRemoteAddress​(String address)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setRemoteEnvironment​(String remoteEnvironment)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void start()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void stop()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Detail

      • start

        void start()
            throws Exception
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        Exception
      • stop

        void stop()
           throws Exception
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        Exception
      • createWorkspace

        void createWorkspace​(String username,
                             String password,
                             String workspace)
                      throws RepositoryException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a workspace in the managed repository.
        Parameters:
        username - administrator username
        password - administrator password
        workspace - name of the workspace to create
        Throws:
        RepositoryException - if the workspace could not be created
      • getLocalAddress

        String getLocalAddress()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setLocalAddress

        void setLocalAddress​(String address)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRemoteAddress

        String getRemoteAddress()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setRemoteAddress

        void setRemoteAddress​(String address)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRemoteEnvironment

        String getRemoteEnvironment()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setRemoteEnvironment

        void setRemoteEnvironment​(String remoteEnvironment)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLocalEnvironment

        String getLocalEnvironment()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setLocalEnvironment

        void setLocalEnvironment​(String localEnvironment)
        Deprecated, for removal: This API element is subject to removal in a future version.