|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.portable.ObjectImpl | +--org.omg.CORBA.DynamicImplementation
invoke
, that a dynamic servant needs to implement.
ServerRequest
Constructor Summary | |
DynamicImplementation()
|
Method Summary | |
abstract void | invoke(ServerRequest request)
Accepts a ServerRequest object and uses its methods to
determine the request target, operation, and parameters, and to
set the result or exception. |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl | |
_create_request , _create_request , _duplicate , _get_delegate , _get_domain_managers , _get_implementation , _get_interface , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_delegate , _set_policy_override |
Methods inherited from class java.lang.Object | |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
Constructor Detail |
public DynamicImplementation()
Method Detail |
public abstract void invoke(ServerRequest request)
ServerRequest
object and uses its methods to
determine the request target, operation, and parameters, and to
set the result or exception.
request
- a ServerRequest
object representing
the request to be invoked
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |