Uses of Class
org.omg.CORBA.ServerRequest
-
Packages that use ServerRequest 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CosNaming 为Java IDL提供命名服务。org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。 -
-
Uses of ServerRequest in org.omg.CORBA
Methods in org.omg.CORBA with parameters of type ServerRequest Modifier and Type 方法 描述 void
DynamicImplementation. invoke(ServerRequest request)
已过时。便携式对象适配器已弃用 -
Uses of ServerRequest in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type ServerRequest Modifier and Type 方法 描述 void
_BindingIteratorImplBase. invoke(ServerRequest r)
void
_NamingContextImplBase. invoke(ServerRequest r)
-
Uses of ServerRequest in org.omg.PortableServer
Methods in org.omg.PortableServer with parameters of type ServerRequest Modifier and Type 方法 描述 abstract void
DynamicImplementation. invoke(ServerRequest request)
接收由DSI servant生成的CORBA对象发出的请求,并执行执行请求所需的处理。
-