jp.ac.naka.ec.plugin.xmlrpc
クラス BlogPoster
java.lang.Object
jp.ac.naka.ec.EventSource
jp.ac.naka.ec.plugin.xmlrpc.BlogPoster
- すべての実装されたインタフェース:
- java.util.EventListener, EntityListener, Plugin
public class BlogPoster
- extends EventSource
Blogへの投稿用プラグイン
- 作成者:
- Takashi Kasuya
クラス jp.ac.naka.ec.EventSource から継承されたメソッド |
addedNewEntity, equals, getEventDispatcher, getPluginName, getURI, isLocal, receiveAck, receiveAnswer, receiveBye, receiveOffer, removedEntity, setPluginName, setURI |
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogPoster
public BlogPoster()
init
public void init(EntityContainer source)
throws java.lang.Exception
- インタフェース
Plugin
の記述:
- 初期化を行う
- 例外:
java.lang.Exception
init
public void init(EntityContainer source,
java.util.Properties prop)
throws java.lang.Exception
- インタフェース
Plugin
の記述:
- 初期化を行う。
- 例外:
java.lang.Exception
receiveMessage
public void receiveMessage(EntityEvent evt)
- インタフェース
EntityListener
の記述:
- メッセージが来た際のコールバック
- 定義:
- インタフェース
EntityListener
内の receiveMessage
- オーバーライド:
- クラス
EventSource
内の receiveMessage
getBlogId
public java.lang.String getBlogId()
- 戻り値:
- the blogid
setBlogId
public void setBlogId(java.lang.String blogid)
- パラメータ:
blogid
- the blogid to set
getMethodName
public java.lang.String getMethodName()
- 戻り値:
- the methodName
setMethodName
public void setMethodName(java.lang.String methodName)
- パラメータ:
methodName
- the methodName to set
getPassword
public java.lang.String getPassword()
- 戻り値:
- the password
setPassword
public void setPassword(java.lang.String password)
- パラメータ:
password
- the password to set
getPublish
public java.lang.Integer getPublish()
- 戻り値:
- the publish
setPublish
public void setPublish(java.lang.Integer publish)
- パラメータ:
publish
- the publish to set
getUrl
public java.lang.String getUrl()
- 戻り値:
- the url
setUrl
public void setUrl(java.lang.String url)
- パラメータ:
url
- the url to set
getUserName
public java.lang.String getUserName()
- 戻り値:
- the username
setUserName
public void setUserName(java.lang.String username)
- パラメータ:
username
- the username to set
main
public static void main(java.lang.String[] args)
addTarget
public void addTarget(EntityListener target)