org.ow2.petals.registry.api
Interface Registry

All Superinterfaces:
LifeCycle
All Known Subinterfaces:
LocalRegistry, RemoteRegistry

public interface Registry
extends LifeCycle

The base interface for local and remote registries. This interface should be enough on the client side.

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
 java.lang.String getName()
          Get the registry name
 void setName(java.lang.String name)
          Set the registry name
 
Methods inherited from interface org.ow2.petals.registry.api.lifecycle.LifeCycle
getState, init, isInitialized, isNotInitialized, isRunning, isStarted, isStopped, start, stop
 

Method Detail

getName

java.lang.String getName()
Get the registry name

Returns:

setName

void setName(java.lang.String name)
Set the registry name

Parameters:
name -


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