|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.model.fmfw.ChannelManager
| コンストラクタの概要 | |
protected |
ChannelManager()
Constructor for ChannelManager. |
| メソッドの概要 | |
Channel |
getActiveChannel()
Behavior自身が開いているChannelを返します |
java.util.List |
getAllChannels()
すべての経路を取得します |
void |
removeChannel(Channel channel)
Channelが閉じられるときに、Channelから呼ばれます。 |
void |
setActiveChannel(Channel channel)
Behaviorに新たにChannelを設定します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
protected ChannelManager()
| メソッドの詳細 |
public Channel getActiveChannel()
public void setActiveChannel(Channel channel)
channel - 設定するChannelpublic java.util.List getAllChannels()
public void removeChannel(Channel channel)
channel - 削除するChannel
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||