|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.objectweb.david.libs.stub_factories.std.Skeleton
Base class for Jonathan skeletons.
Field Summary |
Fields inherited from interface org.objectweb.david.libs.stub_factories.std.Constants |
_bad_operation, _corba_object_id, _corba_prefix, _just_corba_object |
Constructor Summary | |
Skeleton()
Constructs a new skeleton. |
Method Summary | |
protected int |
_getOperationSwitchKey(java.lang.String op_name)
This method must be redefined by subclasses. |
org.omg.CORBA.portable.OutputStream |
_invoke(java.lang.String method,
org.omg.CORBA.portable.InputStream input,
org.omg.CORBA.portable.ResponseHandler handler)
This method must be redefined by subclasses. |
abstract void |
_setContinuation(java.lang.Object continuation)
Sets this object's continuation, i.e., the servant bearing the service methods. |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Skeleton()
Method Detail |
public abstract void _setContinuation(java.lang.Object continuation)
continuation
- the servant bearing the service methods.public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String method, org.omg.CORBA.portable.InputStream input, org.omg.CORBA.portable.ResponseHandler handler) throws org.omg.CORBA.BAD_OPERATION
_invoke
in interface org.omg.CORBA.portable.InvokeHandler
method
- a method nameinput
- a CORBA input streamhandler
- a response handler
org.omg.CORBA.BAD_OPERATION
- always thrown.protected int _getOperationSwitchKey(java.lang.String op_name) throws org.omg.CORBA.BAD_OPERATION
op_name
- an method name.
org.omg.CORBA.BAD_OPERATION
- always thrown.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |