|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface EntityContainer
Entityを保持するコンテナ。保持しているEntityの参照の取得やイベント情報の配信を行う。
メソッドの概要 | |
---|---|
void |
addEntity(Entity e)
保持するEntityの追加 |
EntityContainer |
getContainer(java.lang.String uri)
URIでコンテナを指定して参照を取得する |
java.util.Set<Entity> |
getEntities()
保持しているEntityの取得 |
java.util.Set<Entity> |
getEntitiesByLocation(java.lang.String location)
任意の場所に存在するEntityへの参照のSetを返す |
Entity |
getEntity(java.lang.String name)
保持しているEntityを名前を特定して取得 |
java.util.Map |
getEntryTable()
イベント配信のための参照テーブルの取得 |
インタフェース jp.ac.naka.ec.entity.Entity から継承されたメソッド |
---|
getContainer, getDescription, getEntityType, getLocation, getPriority, getTupleId, isAlive, sendBye, sendMessage, sendMessage, sendMessage, sendOffer, sendOffer, setAlive, setEntityType, setLocal, setLocation, setPriority, setTupleId |
インタフェース jp.ac.naka.ec.TreeNode から継承されたメソッド |
---|
addChild, getChildNodes, getFullyQualifiedName, getName, getParent, hasChildNodes, hasParent, include, removeChild, setName, setParent |
インタフェース jp.ac.naka.ec.entity.EntityListener から継承されたメソッド |
---|
addedNewEntity, getURI, isLocal, receiveAck, receiveAnswer, receiveBye, receiveMessage, receiveOffer, removedEntity, setURI |
メソッドの詳細 |
---|
void addEntity(Entity e)
e
- java.util.Set<Entity> getEntities()
Entity getEntity(java.lang.String name)
java.util.Set<Entity> getEntitiesByLocation(java.lang.String location)
location
-
EntityContainer getContainer(java.lang.String uri)
uri
-
SipException
java.util.Map getEntryTable()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |