org.jacorb.demo.ami
Class _AsyncServerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.jacorb.demo.ami._AsyncServerStub
All Implemented Interfaces:
Serializable, AsyncServer, AsyncServerOperations, Object, IDLEntity

public class _AsyncServerStub
extends ObjectImpl
implements AsyncServer

Generated from IDL interface "AsyncServer".

Version:
generated at 03-Nov-2015 12:28:20
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
static Class _opsClass
           
 
Constructor Summary
_AsyncServerStub()
           
 
Method Summary
 String[] _ids()
           
 int op2(int a)
           
 int operation(int a, int b)
           
 void sendc_op2(AMI_AsyncServerHandler ami_handler, int a)
           
 void sendc_operation(AMI_AsyncServerHandler ami_handler, int a, int b)
           
 void sendc_shutdown(AMI_AsyncServerHandler ami_handler)
           
 void shutdown()
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_AsyncServerStub

public _AsyncServerStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

op2

public int op2(int a)
        throws MyException
Specified by:
op2 in interface AsyncServerOperations
Throws:
MyException

shutdown

public void shutdown()
Specified by:
shutdown in interface AsyncServerOperations

operation

public int operation(int a,
                     int b)
Specified by:
operation in interface AsyncServerOperations

sendc_op2

public void sendc_op2(AMI_AsyncServerHandler ami_handler,
                      int a)

sendc_shutdown

public void sendc_shutdown(AMI_AsyncServerHandler ami_handler)

sendc_operation

public void sendc_operation(AMI_AsyncServerHandler ami_handler,
                            int a,
                            int b)


Copyright © 2015 JacORB. All rights reserved.