org.ow2.petals.registry.core
Class LocalRegistryImpl

java.lang.Object
  extended by org.ow2.petals.registry.core.AbstractRegistry
      extended by org.ow2.petals.registry.core.AbstractLocalRegistry
          extended by org.ow2.petals.registry.core.LocalRegistryImpl
All Implemented Interfaces:
org.ow2.petals.registry.api.lifecycle.Initializable, org.ow2.petals.registry.api.lifecycle.LifeCycle, org.ow2.petals.registry.api.LocalOperations, org.ow2.petals.registry.api.LocalRegistry, org.ow2.petals.registry.api.Operations, org.ow2.petals.registry.api.Registry

public class LocalRegistryImpl
extends AbstractLocalRegistry

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ow2.petals.registry.core.AbstractLocalRegistry
AbstractLocalRegistry.LocalRegistryLifeCycle, AbstractLocalRegistry.LocalRegistryUncaughtExceptionHandler, AbstractLocalRegistry.LocalRegistryUpdater
 
Nested classes/interfaces inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
org.ow2.petals.registry.api.lifecycle.LifeCycle.STATE
 
Field Summary
 
Fields inherited from class org.ow2.petals.registry.core.AbstractLocalRegistry
executorService, incomingManager, messageReceiver, outgoingManager, remoteClientManager, repository, revision
 
Fields inherited from class org.ow2.petals.registry.core.AbstractRegistry
context, lifeCycle, logger, name
 
Constructor Summary
LocalRegistryImpl()
          Creates a new instance of RegistryImpl
 
Method Summary
 
Methods inherited from class org.ow2.petals.registry.core.AbstractLocalRegistry
clean, cleanRemoteData, doDelete, doGet, doGetAll, doPut, getIncomingManager, getLifeCycle, getMessageReceiver, getName, getOutgoingManager, getRemoteClientManager, getRepository, init, mergeResources, pauseReceive, query, resumeReceive, setIncomingManager, setMessageReceiver, setOutgoingManager, setRemoteClientManager, setRepository, synchronizeData
 
Methods inherited from class org.ow2.petals.registry.core.AbstractRegistry
delete, get, getAll, getContext, getState, init, isInitialized, isNotInitialized, isRunning, isStarted, isStopped, put, setContext, setLifeCycle, setName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.petals.registry.api.LocalRegistry
getContext, setContext
 
Methods inherited from interface org.ow2.petals.registry.api.Registry
setName
 
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.Operations
delete, get, getAll, put
 
Methods inherited from interface org.ow2.petals.registry.api.lifecycle.Initializable
isInitialized
 

Constructor Detail

LocalRegistryImpl

public LocalRegistryImpl()
Creates a new instance of RegistryImpl



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