public abstract class DynamicImplementation extends Servant
DynamicImplementation
类继承POA基于DSI的仆人,这类从
Servant
类继承。基于CORBA的IDL到java规格V 2.3.1 PTC / 00-01-08.pdf。
Constructor and Description |
---|
DynamicImplementation() |
Modifier and Type | Method and Description |
---|---|
abstract void |
invoke(ServerRequest request)
接收发给任何CORBA对象所体现的DSI的仆人请求并执行必要的执行请求的处理。
|
_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.