public abstract class DynamicImplementation extends Servant
DynamicImplementation
继承自标准的DynamicImplementation
类,该类继承自Servant
类。
基于IDL到Java规范。
CORBA V 2.3.1 ptc / 00-01-08.pdf。
Constructor and Description |
---|
DynamicImplementation() |
Modifier and Type | Method and Description |
---|---|
abstract void |
invoke(ServerRequest request)
接收由DSI servant生成的CORBA对象发出的请求,并执行执行请求所需的处理。
|
_all_interfaces, _default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public abstract void invoke(ServerRequest request)
request
- 向CORBA对象发出请求。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.