org.objectweb.david.apis.binding.simpleoa
Class _SimpleAdapterImplBase

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.objectweb.david.apis.binding.simpleoa._SimpleAdapterImplBase
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.Object, java.io.Serializable, SimpleAdapter, SimpleAdapterOperations
Direct Known Subclasses:
MOAImpl, SOAImpl

public class _SimpleAdapterImplBase
extends org.omg.CORBA.portable.ObjectImpl
implements SimpleAdapter, org.omg.CORBA.portable.InvokeHandler

org.objectweb.david.apis.binding.simpleoa.SimpleAdapter Server Stub generated by the Idl2Java Compiler 3.1 of Jonathan

See Also:
Serialized Form

Constructor Summary
_SimpleAdapterImplBase()
           
_SimpleAdapterImplBase(SimpleAdapterOperations continuation)
           
 
Method Summary
protected  int _getMethodSwitchKey(java.lang.String _methName)
           
 java.lang.String[] _ids()
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String _method, org.omg.CORBA.portable.InputStream _istream, org.omg.CORBA.portable.ResponseHandler _handler)
           
 void _setContinuation(java.lang.Object continuation)
           
 void export(org.omg.CORBA.Object obj)
          Exports a CORBA object to the target adapter.
 void exportWithPort(org.omg.CORBA.Object obj, int port)
          Exports a CORBA object to the target adapter, using the specified TCP port.
 void unexport(org.omg.CORBA.Object obj)
          Unexports the provided CORBA object.
 
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, _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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_SimpleAdapterImplBase

public _SimpleAdapterImplBase()

_SimpleAdapterImplBase

public _SimpleAdapterImplBase(SimpleAdapterOperations continuation)
Method Detail

_getMethodSwitchKey

protected int _getMethodSwitchKey(java.lang.String _methName)

_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String _method,
                                                   org.omg.CORBA.portable.InputStream _istream,
                                                   org.omg.CORBA.portable.ResponseHandler _handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler

export

public void export(org.omg.CORBA.Object obj)
Description copied from interface: SimpleAdapterOperations
Exports a CORBA object to the target adapter.

Specified by:
export in interface SimpleAdapterOperations
Parameters:
obj - a CORBA object.

exportWithPort

public void exportWithPort(org.omg.CORBA.Object obj,
                           int port)
Description copied from interface: SimpleAdapterOperations
Exports a CORBA object to the target adapter, using the specified TCP port.

Specified by:
exportWithPort in interface SimpleAdapterOperations
Parameters:
obj - a CORBA object;
port - a TCP port number.

unexport

public void unexport(org.omg.CORBA.Object obj)
Description copied from interface: SimpleAdapterOperations
Unexports the provided CORBA object.

Specified by:
unexport in interface SimpleAdapterOperations
Parameters:
obj - a CORBA object.

_ids

public java.lang.String[] _ids()

_setContinuation

public void _setContinuation(java.lang.Object continuation)