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

All Superinterfaces:
IOManager, LifeCycle, RemoteOperations

public interface IncomingManager
extends IOManager

This is the local manager which is in charge of resource reception. Do not forget to be carefully while accessing the resources from the local registry since it can have propagation strategies which will really flood the network. Prefer accessing directly to the repository manager because it is the resource storage.

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 pause()
          Pause message reception
 void resume()
          Resume message reception
 
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

pause

void pause()
Pause message reception


resume

void resume()
Resume message reception



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