Uses of Class
org.ow2.petals.registry.api.exception.RegistryException

Packages that use RegistryException
org.ow2.petals.registry.api   
org.ow2.petals.registry.api.config   
org.ow2.petals.registry.api.context   
org.ow2.petals.registry.api.exception   
org.ow2.petals.registry.api.manager   
org.ow2.petals.registry.api.repository   
org.ow2.petals.registry.api.util   
 

Uses of RegistryException in org.ow2.petals.registry.api
 

Methods in org.ow2.petals.registry.api that throw RegistryException
 void LocalOperations.clean()
          Clean the local data.
 void LocalOperations.cleanRemoteData()
          Remove all the remote data which has been received so far...
 boolean Operations.delete(java.lang.String path, boolean propagate)
          Delete the element from the registry.
 boolean RemoteOperations.delete(java.lang.String path, Information information)
          Delete the element from the registry.
 Resource Operations.get(java.lang.String path, boolean remote)
          Get the element from its path only if the path refers to an element.
 Resource RemoteOperations.get(java.lang.String path, Information info)
          Get the element from its path only if the path refers to an element.
 java.util.List<Resource> Operations.getAll(java.lang.String path, boolean remote)
          Get all the resources in the given path only if the given path is a directory.
 java.util.List<Resource> RemoteOperations.getAll(java.lang.String path, Information info)
          Get all the resources in the given path only if the given path is a directory.
 boolean Operations.put(java.lang.String path, Resource resource, boolean propagate)
          Put a resource in the registry.
 boolean RemoteOperations.put(java.lang.String path, Resource resource, Information info)
          Put a resource in the registry.
 java.util.List<Resource> Operations.query(Query query, boolean remote)
          Get a list of resources under the given path which assert that the endpoint properties match the given ones.
 java.util.List<Resource> RemoteOperations.query(Query query, Information info)
           
 void LocalOperations.synchronizeData()
          Synchronize the data...
 

Uses of RegistryException in org.ow2.petals.registry.api.config
 

Methods in org.ow2.petals.registry.api.config that throw RegistryException
 java.util.List<RemoteConfiguration> TopologyLoader.load(java.io.InputStream is)
          Get a list of remote registries configuration from an input stream
 java.util.List<RemoteConfiguration> PropertiesTopologyLoader.load(java.io.InputStream is)
           
 Configuration ConfigurationLoader.loadLocal(java.io.InputStream is)
          Load the local configuration
 Configuration PropertiesConfigurationLoader.loadLocal(java.io.InputStream is)
           
 

Uses of RegistryException in org.ow2.petals.registry.api.context
 

Methods in org.ow2.petals.registry.api.context that throw RegistryException
 Context ContextFactory.createContext(Configuration configuration)
           
 Context ContextFactory.createContext(java.io.File registryConfigurationFile)
          Creates the context from a configuration file.
 

Constructors in org.ow2.petals.registry.api.context that throw RegistryException
Context(Configuration configuration)
          Creates a new instance of Context from the Configuration
 

Uses of RegistryException in org.ow2.petals.registry.api.exception
 

Subclasses of RegistryException in org.ow2.petals.registry.api.exception
 class LifeCycleException
           
 class ReceptionException
           
 class RepositoryException
           
 

Uses of RegistryException in org.ow2.petals.registry.api.manager
 

Methods in org.ow2.petals.registry.api.manager that throw RegistryException
 void OutgoingManager.addRemoteRegistry(RemoteRegistry remoteRegistry)
          Add a remote registry to the manager.
 

Uses of RegistryException in org.ow2.petals.registry.api.repository
 

Methods in org.ow2.petals.registry.api.repository that throw RegistryException
 int Repository.clean()
          Clean the repository ie delete all the entries
 int Operations.deleteDataFromRegistry(java.lang.String registryName)
          Delete the data of the specified registry from the repository.
 int Operations.keepOnly(java.lang.String registryName)
          Delete all the data which are not the ones from the given registry name
 long Repository.size()
          Get the repository size ie the number of entries
 long Repository.size(java.lang.String path)
          Get the number of entries under the given path
 

Uses of RegistryException in org.ow2.petals.registry.api.util
 

Methods in org.ow2.petals.registry.api.util that throw RegistryException
static IncomingManager Loader.loadLocalManager(java.lang.String clazz)
          Load a local manager
static LocalRegistry Loader.loadLocalRegistry(java.lang.String clazz)
           
static MessageReceiver Loader.loadMessageReceiver(java.lang.String clazz)
           
static MessageSender Loader.loadMessageSender(java.lang.String clazz)
           
static RemoteClientManager Loader.loadRemoteClientManager(java.lang.String clazz)
           
static OutgoingManager Loader.loadRemoteManager(java.lang.String clazz)
           
static RemoteRegistry Loader.loadRemoteRegistry(java.lang.String clazz)
          Load the remote registry
static Repository Loader.loadRepository(java.lang.String clazz)
           
 



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