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

All Superinterfaces:
LifeCycle

public interface RemoteClientManager
extends LifeCycle

The remote client manager is used to expose the current registry to remote clients. This is an optional component.

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()
           
 void setLocalRegistry(LocalRegistry localRegistry)
           
 
Methods inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
getState, init, isInitialized, isNotInitialized, isRunning, isStarted, isStopped, start, stop
 

Method Detail

setLocalRegistry

void setLocalRegistry(LocalRegistry localRegistry)

getLocalRegistry

LocalRegistry getLocalRegistry()


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