org.ow2.petals.registry.core.ws
Class WSRemoteClientManager

java.lang.Object
  extended by org.ow2.petals.registry.core.manager.AbstractRemoteClientManager
      extended by org.ow2.petals.registry.core.ws.WSRemoteClientManager
All Implemented Interfaces:
org.ow2.petals.registry.api.lifecycle.LifeCycle, org.ow2.petals.registry.api.manager.RemoteClientManager

public class WSRemoteClientManager
extends AbstractRemoteClientManager

Expose the local registry as a web service for clients.

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
 
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.manager.AbstractRemoteClientManager
lifeCycle, localRegistry, logger
 
Constructor Summary
WSRemoteClientManager()
           
 
Method Summary
 org.ow2.petals.registry.api.LocalRegistry getLocalRegistry()
           
 void setLocalRegistry(org.ow2.petals.registry.api.LocalRegistry localRegistry)
           
 
Methods inherited from class org.ow2.petals.registry.core.manager.AbstractRemoteClientManager
getState, init, isInitialized, isNotInitialized, isRunning, isStarted, isStopped, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRemoteClientManager

public WSRemoteClientManager()
Method Detail

getLocalRegistry

public org.ow2.petals.registry.api.LocalRegistry getLocalRegistry()
Specified by:
getLocalRegistry in interface org.ow2.petals.registry.api.manager.RemoteClientManager
Overrides:
getLocalRegistry in class AbstractRemoteClientManager

setLocalRegistry

public void setLocalRegistry(org.ow2.petals.registry.api.LocalRegistry localRegistry)
Specified by:
setLocalRegistry in interface org.ow2.petals.registry.api.manager.RemoteClientManager
Overrides:
setLocalRegistry in class AbstractRemoteClientManager


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