org.ow2.petals.registry.api.manager
Interface OutgoingManager

All Superinterfaces:
IOManager, LifeCycle, RemoteOperations

public interface OutgoingManager
extends IOManager

A manager to access to remote registries and their resources from the local registry.

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
LifeCycle.STATE
 
Method Summary
 void addRemoteRegistry(RemoteRegistry remoteRegistry)
          Add a remote registry to the manager.
 
Methods inherited from interface org.ow2.petals.registry.api.manager.IOManager
getLocalRegistry, setLocalRegistry
 
Methods inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
getState, init, isInitialized, isNotInitialized, isRunning, isStarted, isStopped, start, stop
 
Methods inherited from interface org.ow2.petals.registry.api.RemoteOperations
delete, get, getAll, put, query
 

Method Detail

addRemoteRegistry

void addRemoteRegistry(RemoteRegistry remoteRegistry)
                       throws RegistryException
Add a remote registry to the manager. If the remote registry is not initialized nor started, call the good lifecycle methods.

Parameters:
-
Throws:
RegistryException


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