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 Object
implements HookRegistry

Author:
semancik

Constructor Summary
HookRegistryImpl()
           
 
Method Summary
 Collection<ChangeHook> getAllChangeHooks()
           
 void registerChangeHook(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(String url,
                               ChangeHook changeHook)
Specified by:
registerChangeHook in interface HookRegistry

getAllChangeHooks

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


Copyright © 2013 evolveum. All Rights Reserved.