org.ow2.petals.registry.api
Interface LocalOperations

All Known Subinterfaces:
LocalRegistry

public interface LocalOperations

The local operations are used to manage the local registry

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 void clean()
          Clean the local data.
 void cleanRemoteData()
          Remove all the remote data which has been received so far...
 void pauseReceive()
          Pause message reception from remote reggistries
 void resumeReceive()
          Resume message reception
 void synchronizeData()
          Synchronize the data...
 

Method Detail

clean

void clean()
           throws RegistryException
Clean the local data. This operation is not propagated to other containers.

Throws:
RegistryException

cleanRemoteData

void cleanRemoteData()
                     throws RegistryException
Remove all the remote data which has been received so far... This is simply because if this registry stops and then restart later, the remote data may have been deleted and the local registry will not be notified about that...

Throws:
RegistryException

pauseReceive

void pauseReceive()
Pause message reception from remote reggistries


resumeReceive

void resumeReceive()
Resume message reception


synchronizeData

void synchronizeData()
                     throws RegistryException
Synchronize the data...

Throws:
RegistryException


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