org.jacorb.demo.ami
Class AsyncServerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.jacorb.demo.ami.AsyncServerPOA
          extended by org.jacorb.demo.ami.AsyncServerPOATie
All Implemented Interfaces:
AsyncServerOperations, InvokeHandler

public class AsyncServerPOATie
extends AsyncServerPOA

Generated from IDL interface "AsyncServer".

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

Constructor Summary
AsyncServerPOATie(AsyncServerOperations delegate)
           
AsyncServerPOATie(AsyncServerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 AsyncServerOperations _delegate()
           
 void _delegate(AsyncServerOperations delegate)
           
 AsyncServer _this()
           
 AsyncServer _this(ORB orb)
           
 int op2(int a)
           
 int operation(int a, int b)
           
 void shutdown()
           
 
Methods inherited from class org.jacorb.demo.ami.AsyncServerPOA
_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

AsyncServerPOATie

public AsyncServerPOATie(AsyncServerOperations delegate)

AsyncServerPOATie

public AsyncServerPOATie(AsyncServerOperations delegate,
                         POA poa)
Method Detail

_this

public AsyncServer _this()
Overrides:
_this in class AsyncServerPOA

_this

public AsyncServer _this(ORB orb)
Overrides:
_this in class AsyncServerPOA

_delegate

public AsyncServerOperations _delegate()

_delegate

public void _delegate(AsyncServerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

op2

public int op2(int a)
        throws MyException
Throws:
MyException

shutdown

public void shutdown()

operation

public int operation(int a,
                     int b)


Copyright © 2015 JacORB. All rights reserved.