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

|
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