public final class ApplicationMessageNotifyUtil extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
fireOnBind(HashSet<String> appIds,
String queueName)
Fires OnBind event.
|
static void |
fireOnReceive(HashSet<String> appIds,
String queueName,
Object json)
Fires OnReceive event.
|
static void |
fireOnUnbind(HashSet<String> appIds,
String queueName)
Fires OnUnbind event.
|
static hudson.ExtensionList<ApplicationMessageListener> |
getAllListeners()
Gets all listeners implements
ApplicationMessageListener. |
public static void fireOnReceive(HashSet<String> appIds, String queueName, Object json)
appIds - the hashset of application ids.queueName - the queue name.json - the json object.public static void fireOnBind(HashSet<String> appIds, String queueName)
appIds - the hashset of application ids.queueName - the queue name.public static void fireOnUnbind(HashSet<String> appIds, String queueName)
appIds - the hashset of application ids.queueName - the queue name.public static hudson.ExtensionList<ApplicationMessageListener> getAllListeners()
ApplicationMessageListener.ApplicationMessageListener.Copyright © 2004-2013. All Rights Reserved.