|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swordfish.internal.core.util.RegistryImpl<Interceptor>
org.eclipse.swordfish.internal.core.planner.InterceptorRegistry
public class InterceptorRegistry
| Constructor Summary | |
|---|---|
InterceptorRegistry()
|
|
| Method Summary | |
|---|---|
void |
register(Interceptor key,
java.util.Map<java.lang.String,?> properties)
Perform registration of an item with its properties. |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
|
| Methods inherited from class org.eclipse.swordfish.internal.core.util.RegistryImpl |
|---|
destroy, getKeySet, getProperties, unregister |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterceptorRegistry()
| Method Detail |
|---|
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in interface org.springframework.osgi.context.BundleContextAwaresetBundleContext in class RegistryImpl<Interceptor>
public void register(Interceptor key,
java.util.Map<java.lang.String,?> properties)
throws SwordfishException
Registry
register in interface Registry<Interceptor>register in class RegistryImpl<Interceptor>key - The key i.e. the component for which properties are
registered.properties - The properties of the registered item. Must not
be null, but if there are no properties, an empty
Map must be provided.
SwordfishException - risen in case of double registration
of the same item, an invalid item, or an invalid properties
argument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||