Package com.sun.corba.ee.spi.logex.corba
Annotation Type ORBException
This annotation is applied to an interface or abstract class that is used
to define logging and/or constructing CORBA exceptions.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionint
Return the group ID to be used in computing the message ID. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Return true if this is an OMG exception with the OMG VMCID, false if it is using the old SUN VMCID.
-
Element Details
-
omgException
boolean omgExceptionReturn true if this is an OMG exception with the OMG VMCID, false if it is using the old SUN VMCID.- Returns:
false
by default
- Default:
false
-
group
int groupReturn the group ID to be used in computing the message ID.- Returns:
- The group ID
-