org.kuali.rice.ksb.messaging
Class GlobalCallbackRegistry
java.lang.Object
org.kuali.rice.ksb.messaging.GlobalCallbackRegistry
public class GlobalCallbackRegistry
- extends Object
Can be used to register an AsynchronousCallback
to recieve callback
notifications.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
AsynchronousCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalCallbackRegistry
public GlobalCallbackRegistry()
getCallbacks
public static List<AsynchronousCallback> getCallbacks()
setCallbacks
public static void setCallbacks(List<AsynchronousCallback> callbacks)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.