|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.registry.AbstractRegistry
public abstract class AbstractRegistry
Implements the core Registry lookup algorithm
| Field Summary | |
|---|---|
protected Properties |
properties
The list of configuration properties |
| Constructor Summary | |
|---|---|
AbstractRegistry()
|
|
| Method Summary | |
|---|---|
Properties |
getConfigurationProperties()
Return the list of configuration properties set on this instance |
String |
getProviderClass()
Return the name of the implementation class |
Object |
getResource(Entry entry,
Properties properties)
Get the resource for the given key from this registry |
Properties |
getResourceProperties(String entryKey)
Get the resource properties of a given resource |
void |
init(Properties properties)
Initializes the registry with given properties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.synapse.registry.Registry |
|---|
delete, getChildren, getDescendants, getRegistryEntry, lookup, newResource, updateRegistryEntry, updateResource |
| Field Detail |
|---|
protected final Properties properties
| Constructor Detail |
|---|
public AbstractRegistry()
| Method Detail |
|---|
public Object getResource(Entry entry,
Properties properties)
getResource in interface Registryentry - The Enrty instance that contains meta-dataproperties - bag of properties with additional information
AbstractRegistrypublic String getProviderClass()
Registry
getProviderClass in interface Registrypublic Properties getConfigurationProperties()
Registry
getConfigurationProperties in interface Registrypublic void init(Properties properties)
Registry
init in interface Registryproperties - The configuration propertiespublic Properties getResourceProperties(String entryKey)
Registry
getResourceProperties in interface RegistryentryKey - The registry entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||