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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
LifeCycle.STATE
 
Method Summary
 LocalRegistry getLocalRegistry()
          Get the local registry which is linked to this manager
 void setLocalRegistry(LocalRegistry localRegistry)
          Set the local registry
 
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

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.