org.jacorb.demo.ami
Class AMI_AsyncServerHandlerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.jacorb.demo.ami.AMI_AsyncServerHandlerPOA
          extended by org.jacorb.demo.ami.AMI_AsyncServerHandlerPOATie
All Implemented Interfaces:
AMI_AsyncServerHandlerOperations, InvokeHandler, ReplyHandlerOperations

public class AMI_AsyncServerHandlerPOATie
extends AMI_AsyncServerHandlerPOA

Generated from IDL interface "AMI_AsyncServerHandler".

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

Constructor Summary
AMI_AsyncServerHandlerPOATie(AMI_AsyncServerHandlerOperations delegate)
           
AMI_AsyncServerHandlerPOATie(AMI_AsyncServerHandlerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 AMI_AsyncServerHandlerOperations _delegate()
           
 void _delegate(AMI_AsyncServerHandlerOperations delegate)
           
 AMI_AsyncServerHandler _this()
           
 AMI_AsyncServerHandler _this(ORB orb)
           
 void op2_excep(ExceptionHolder excep_holder)
           
 void op2(int ami_return_val)
           
 void operation_excep(ExceptionHolder excep_holder)
           
 void operation(int ami_return_val)
           
 void shutdown_excep(ExceptionHolder excep_holder)
           
 void shutdown()
           
 
Methods inherited from class org.jacorb.demo.ami.AMI_AsyncServerHandlerPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMI_AsyncServerHandlerPOATie

public AMI_AsyncServerHandlerPOATie(AMI_AsyncServerHandlerOperations delegate)

AMI_AsyncServerHandlerPOATie

public AMI_AsyncServerHandlerPOATie(AMI_AsyncServerHandlerOperations delegate,
                                    POA poa)
Method Detail

_this

public AMI_AsyncServerHandler _this()
Overrides:
_this in class AMI_AsyncServerHandlerPOA

_this

public AMI_AsyncServerHandler _this(ORB orb)
Overrides:
_this in class AMI_AsyncServerHandlerPOA

_delegate

public AMI_AsyncServerHandlerOperations _delegate()

_delegate

public void _delegate(AMI_AsyncServerHandlerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

op2

public void op2(int ami_return_val)

op2_excep

public void op2_excep(ExceptionHolder excep_holder)

operation_excep

public void operation_excep(ExceptionHolder excep_holder)

shutdown

public void shutdown()

shutdown_excep

public void shutdown_excep(ExceptionHolder excep_holder)

operation

public void operation(int ami_return_val)


Copyright © 2015 JacORB. All rights reserved.