org.jacorb.demo.ami
Interface AsyncServerOperations

All Known Subinterfaces:
AsyncServer
All Known Implementing Classes:
_AsyncServerStub, AsyncServerImpl, AsyncServerPOA, AsyncServerPOATie

public interface AsyncServerOperations

Generated from IDL interface "AsyncServer".

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

Method Summary
 int op2(int a)
           
 int operation(int a, int b)
           
 void shutdown()
           
 

Method Detail

operation

int operation(int a,
              int b)

op2

int op2(int a)
        throws MyException
Throws:
MyException

shutdown

void shutdown()


Copyright © 2015 JacORB. All rights reserved.