|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
This is abstract interface for bridges.
Bridges are able to map one object from one UNO environment to another and vice versa.
IBridge
,
IQueryInterface
,
UnoRuntime
メソッドの概要 | |
void |
acquire()
推奨されていません。 Increases the life count. |
void |
dispose()
推奨されていません。 Disposes the bridge. |
IEnvironment |
getSourceEnvironment()
推奨されていません。 Returns the source environment. |
IEnvironment |
getTargetEnvironment()
推奨されていません。 Returns the destination environment. |
Object |
mapInterfaceFrom(Object object,
Type type)
推奨されていません。 Maps an object from the destination environment to the source environment. |
Object |
mapInterfaceTo(Object object,
Type type)
推奨されていません。 Maps an object from the source environment to the destination environment. |
void |
release()
推奨されていません。 Decreases the life count. |
メソッドの詳細 |
public Object mapInterfaceTo(Object object, Type type)
object
- the object to maptype
- the type of the interface that shall be mapped
public Object mapInterfaceFrom(Object object, Type type)
object
- the object to maptype
- the type of the interface that shall be mapped
public IEnvironment getSourceEnvironment()
public IEnvironment getTargetEnvironment()
public void acquire()
public void release()
If the life count drops to zero, the bridge disposes itself.
public void dispose() throws InterruptedException, IOException
Sends involved threads an InterruptedException
. Releases
mapped objects.
InterruptedException
IOException
|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |