| |
August 2002 IDL zum Javadiagramm: Diagramm für Ausnahme 1-59 1 Die Definitionen der relevanten Kategorien werden unten spezifiziert. // vom org.omg.CORBA-Paket Paket org.omg.CORBA; allgemeine abschließende Kategorie CompletionStatus führt org.omg.CORBA.portable.IDLEntity ein { // Vollendungsstatuskonstanten allgemeines statisches abschließendes internes _ COMPLETED_YES = 0, _ COMPLETED_NO = 1, _ COMPLETED_MAYBE = 2; allgemeines statisches abschließendes CompletionStatus COMPLETED_YES = neues CompletionStatus(_COMPLETED_YES); allgemeines statisches abschließendes CompletionStatus COMPLETED_NO = neues CompletionStatus(_COMPLETED_NO); allgemeines statisches abschließendes CompletionStatus COMPLETED_MAYBE = neues CompletionStatus(_COMPLETED_MAYBE); allgemeines internes value() {... } allgemeines statisches abschließendes from_int(int CompletionStatus i) {... } privater Wert CompletionStatus(int _) {... } CORBA::FREE_MEM org.omg.CORBA.FREE_MEM CORBA::INV_IDENT org.omg.CORBA.INV_IDENT CORBA::INV_FLAG org.omg.CORBA.INV_FLAG CORBA::INTF_REPOS org.omg.CORBA.INTF_REPOS CORBA::BAD_CONTEXT org.omg.CORBA.BAD_CONTEXT CORBA::OBJ_ADAPTER org.omg.CORBA.OBJ_ADAPTER CORBA::DATA_CONVERSION org.omg.CORBA.DATA_CONVERSION CORBA :: OBJECT_NOT_EXIST org.omg.CORBA.OBJECT_NOT_EXIST CORBA::TRANSACTION_REQUIRED org.omg.CORBA.TRANSACTION_REQUIRED CORBA::TRANSACTION_ROLLEDBACK org.omg.CORBA.TRANSACTION_ROLLEDBACK CORBA::INVALID_TRANSACTION org.omg.CORBA.INVALID_TRANSACTION CORBA::INV_POLICY org.omg.CORBA.INV_POLICY CORBA::CODESET_INCOMPATIBLE org.omg.CORBA.CODESET_INCOMPATIBLE CORBA::TRANSACTION_MODE org.omg.CORBA.TRANSACTION_MODE CORBA::TRANSACTION_UNAVAILABLE org.omg.CORBA.TRANSACTION_UNAVAILABLE CORBA::REBIND org.omg.CORBA.REBIND CORBA::TIMEOUT org.omg.CORBA.TIMEOUT CORBA::BAD_QOS org.omg.CORBA.BAD_QOS Tabelle 1-2 Diagramm der IDL-Standardausnahmen IDL-Ausnahme JavacKategoriencName |  |
|
| |
|
|