org.ow2.petals.registry.api.manager
Interface IOManager
- All Superinterfaces:
- LifeCycle, RemoteOperations
- All Known Subinterfaces:
- IncomingManager, OutgoingManager
public interface IOManager
- extends LifeCycle, RemoteOperations
IOManager used to manage local and remote registries
- Author:
- Christophe HAMERLING - eBM WebSourcing
getLocalRegistry
LocalRegistry getLocalRegistry()
- Get the local registry which is linked to this manager
- Returns:
- the local registry
setLocalRegistry
void setLocalRegistry(LocalRegistry localRegistry)
throws LifeCycleException
- Set the local registry
- Parameters:
localRegistry - the local registry
- Throws:
LifeCycleException
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.