org.ow2.petals.registry.api
Interface RemoteRegistry

All Superinterfaces:
LifeCycle, Registry, RemoteOperations

public interface RemoteRegistry
extends Registry, RemoteOperations

The local view of the remote registry. When local registry (or a user/developper) wants to talk to a remote one, it should use this interface which hides all the communication aspects.

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
 MessageSender getMessageSender()
           
 java.net.URI getURI()
          Get the remote registry URI
 void setMessageSender(MessageSender messageSender)
           
 void setURI(java.net.URI uri)
           
 
Methods inherited from interface org.ow2.petals.registry.api.Registry
getName, 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.RemoteOperations
delete, get, getAll, put, query
 

Method Detail

getURI

java.net.URI getURI()
Get the remote registry URI

Returns:

setURI

void setURI(java.net.URI uri)
Parameters:
uri -

getMessageSender

MessageSender getMessageSender()
Returns:

setMessageSender

void setMessageSender(MessageSender messageSender)
Parameters:
messageSender -


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