@Extension public class MessageLogger extends Object implements hudson.ExtensionPoint, ApplicationMessageListener
| コンストラクタと説明 |
|---|
MessageLogger() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getAppId()
Gets application id.
|
String |
getName()
Gets name.
|
void |
onBind(String queueName)
Calls when binds to queue.
|
void |
onReceive(String queueName,
net.sf.json.JSONObject json)
Calls when message arrives.
|
void |
onUnbind(String queueName)
Calls when unbinds from queue.
|
public String getName()
ApplicationMessageListenergetName インタフェース内 ApplicationMessageListenerpublic String getAppId()
ApplicationMessageListenergetAppId インタフェース内 ApplicationMessageListenerpublic void onBind(String queueName)
ApplicationMessageListeneronBind インタフェース内 ApplicationMessageListenerqueueName - the queue name that bind to.public void onUnbind(String queueName)
ApplicationMessageListeneronUnbind インタフェース内 ApplicationMessageListenerqueueName - the queue name that unbind from.public void onReceive(String queueName, net.sf.json.JSONObject json)
ApplicationMessageListeneronReceive インタフェース内 ApplicationMessageListenerqueueName - the queue name that receive from.json - the content of message.Copyright © 2004-2013. All Rights Reserved.