CORBA

PREVIOUS          SLIDE (TITLE) TOC NEXT SLIDE (TITLE)

IDL Beispiel

module HelloWorld {
interface HelloServer {
attribute integer priceOfService; //Instance Variable
exception OutOfOrder{string explanation}
string sayHello(in short howOften) //simple Function
raises (OutOfOrder);
}
}