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

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.objectweb.david.apis.binding.simpleoa._SimpleAdapterStub
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable, SimpleAdapter, SimpleAdapterOperations

public class _SimpleAdapterStub
extends org.omg.CORBA.portable.ObjectImpl
implements SimpleAdapter

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

See Also:
Serialized Form

Constructor Summary
_SimpleAdapterStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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

_SimpleAdapterStub

public _SimpleAdapterStub()
Method Detail

export

public void export(org.omg.CORBA.Object obj)
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)
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)
Unexports the provided CORBA object.

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

_ids

public java.lang.String[] _ids()