org.ow2.petals.admin.api
Interface RegistryAdministration


public interface RegistryAdministration

Author:
Nicolas Oddoux - EBM WebSourcing

Method Summary
 RegistryView getRegistryContent(java.lang.String endpointNameRegex, java.lang.String serviceNameRegex, java.lang.String interfaceNameRegex)
          Return the registry content filtered according to the provided regular expressions.
 void synchronizeRegistry()
           
 void synchronizeRegistryOnAllNodes()
           
 

Method Detail

synchronizeRegistry

void synchronizeRegistry()
                         throws RegistryAdministrationException
Throws:
RegistryAdministrationException

synchronizeRegistryOnAllNodes

void synchronizeRegistryOnAllNodes()
                                   throws RegistryAdministrationException
Throws:
RegistryAdministrationException

getRegistryContent

RegistryView getRegistryContent(java.lang.String endpointNameRegex,
                                java.lang.String serviceNameRegex,
                                java.lang.String interfaceNameRegex)
                                throws RegistryRegexpPatternException,
                                       RegistryAdministrationException
Return the registry content filtered according to the provided regular expressions.

Parameters:
endpointNameRegex - A regexp filtering endpoint name, cannot be null.
serviceNameRegex - A regexp filtering service name, cannot be null.
interfaceNameRegex - A regexp filtering interface name, cannot be null.
Returns:
The registry content filtered.
Throws:
RegistryRegexpPatternException - A regexp is invalid
RegistryAdministrationException - An error occurs getting the registry content.


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.