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

第3章 Javaインタフェース

3.8 ServerRequestクラス

 動的スケルトンインタフェースで用いるServerRequestクラスについて説明します。

//Java
package org.omg.CORBA;
public abstract class ServerRequest
{
    abstract public java.lang.String operation();
    abstract public void arguments(org.omg.CORBA.NVList params);
    abstract public void set_result(org.omg.CORBA.Any result);
    abstract public void set_exception(org.omg.CORBA.Any except);
    abstract public org.omg.CORBA.Context ctx();
}

下へ3.8.1 org.omg.CORBA.ServerRequest.operation()
下へ3.8.2 org.omg.CORBA.ServerRequest.arguments()
下へ3.8.3 org.omg.CORBA.ServerRequest.set_result()
下へ3.8.4 org.omg.CORBA.ServerRequest.set_exception()
下へ3.8.5 org.omg.CORBA.ServerRequest.ctx()

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005