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
|
Method Summary |
java.lang.String |
getName()
Get the registry name |
void |
setName(java.lang.String name)
Set the registry name |
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.