com.evolveum.midpoint.model.hooks
Class HookRegistryImpl

java.lang.Object
  extended by com.evolveum.midpoint.model.hooks.HookRegistryImpl
All Implemented Interfaces:
HookRegistry

@Component
public class HookRegistryImpl
extends java.lang.Object
implements HookRegistry

Author:
semancik

Constructor Summary
HookRegistryImpl()
           
 
Method Summary
 java.util.Collection<ChangeHook> getAllChangeHooks()
           
 void registerChangeHook(java.lang.String url, ChangeHook changeHook)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HookRegistryImpl

public HookRegistryImpl()
Method Detail

registerChangeHook

public void registerChangeHook(java.lang.String url,
                               ChangeHook changeHook)
Specified by:
registerChangeHook in interface HookRegistry

getAllChangeHooks

public java.util.Collection<ChangeHook> getAllChangeHooks()
Specified by:
getAllChangeHooks in interface HookRegistry


Copyright © 2012 evolveum. All Rights Reserved.