Interstage Application Server リファレンスマニュアル(API編)
|
目次
索引

|
3.18.1 インスタンス解放インタフェース
インスタンス解放インタフェースを取り扱うPOAdisconnectクラスについて説明します。
この機能は、CORBAサービスのインスタンス管理機能を利用し、かつPOAがActiveObjectMapを使用してインスタンス管理を行っている場合にのみ利用できます。
//Java
package com.fujitsu.ObjectDirector.PortableServer;
public class POAdisconnect
{
static public void setDisconnect( POAdisconnect disconnect )
throws org.omg.CORBA.BAD_OPERATION {
}
static public void resetDisconnect( POAdisconnect disconnect )
throws org.omg.CORBA.BAD_OPERATION {
}
static public void resetDisconnect()
throws org.omg.CORBA.BAD_OPERATION {
}
public boolean release_instance(
org.omg.PortableServer.POA poa,
org.omg.PortableServer.Servant servant,
byte[] oid ) {
}
}
3.18.1.1 com.fujitsu.ObjectDirector.PortableServer.POAdisconnect.setDisconnect()
3.18.1.2 com.fujitsu.ObjectDirector.PortableServer.POAdisconnect.resetDisconnect()
3.18.1.3 com.fujitsu.ObjectDirector.PortableServer.POAdisconnect.release_instance()
All Rights Reserved, Copyright(C) 富士通株式会社 2005