@Deprecated public final class ApplicationMessageNotifyUtil extends Object
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
fireOnBind(HashSet<String> appIds,
String queueName)
非推奨です。
|
static void |
fireOnReceive(HashSet<String> appIds,
String queueName,
String contentType,
byte[] body)
非推奨です。
|
static void |
fireOnUnbind(HashSet<String> appIds,
String queueName)
非推奨です。
|
static hudson.ExtensionList<ApplicationMessageListener> |
getAllListeners()
非推奨です。
|
@Deprecated public static void fireOnReceive(HashSet<String> appIds, String queueName, String contentType, byte[] body)
appIds
- the hashset of application ids.queueName
- the queue name.contentType
- the type of content.body
- the content body.@Deprecated public static void fireOnBind(HashSet<String> appIds, String queueName)
appIds
- the hashset of application ids.queueName
- the queue name.@Deprecated public static void fireOnUnbind(HashSet<String> appIds, String queueName)
appIds
- the hashset of application ids.queueName
- the queue name.@Deprecated public static hudson.ExtensionList<ApplicationMessageListener> getAllListeners()
ApplicationMessageListener
.ApplicationMessageListener
.Copyright © 2016–2018. All rights reserved.