org.ow2.jonas.services.bootstrap.repository
Interface JOnASRepositoriesMBean

All Known Implementing Classes:
JOnASRepositories

public interface JOnASRepositoriesMBean

MBean interface for the JOnASRepositories.

Author:
Mickaƫl LEDUQUE, Adriana Danes

Method Summary
 List<String> getRepositoriesDescriptions()
          Returns the list of repository ids.
 Integer getRepositoriesNumber()
          Returns the number of available repositories.
 Integer getRepositoryDeployablesCount()
          Returns the number of deployed repositories deployables.
 List<String> getURLRepositories()
          Returns the list of URL repository names.
 

Method Detail

getRepositoriesNumber

Integer getRepositoriesNumber()
Returns the number of available repositories.

Returns:
the number of repositories.

getRepositoriesDescriptions

List<String> getRepositoriesDescriptions()
Returns the list of repository ids.

Returns:
the list of repository ids.

getURLRepositories

List<String> getURLRepositories()
Returns the list of URL repository names.

Returns:
the list of repository ids.

getRepositoryDeployablesCount

Integer getRepositoryDeployablesCount()
Returns the number of deployed repositories deployables.

Returns:
the number of deployed repositories deployables.


Copyright © 2010 OW2 Consortium. All Rights Reserved.