org.jacorb.demo.ami
Class AsyncServerImpl

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

public class AsyncServerImpl
extends AsyncServerPOA


Constructor Summary
AsyncServerImpl()
           
 
Method Summary
 boolean getShutdown()
           
 int op2(int a)
           
 int operation(int a, int b)
           
 void shutdown()
           
 
Methods inherited from class org.jacorb.demo.ami.AsyncServerPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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

AsyncServerImpl

public AsyncServerImpl()
Method Detail

operation

public int operation(int a,
                     int b)

op2

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

getShutdown

public boolean getShutdown()

shutdown

public void shutdown()


Copyright © 2015 JacORB. All rights reserved.