Package com.sun.corba.ee.spi.logex.corba
Annotation Type CS
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface CS
This annotation is applied to a method to indicate what CompletionStatus to use for creating a CORBA exception. It is an error to apply this annotation to a method that does not return a subclass of SystemException.
-
-
Element Detail
-
value
CSValue value
The CORBA CompletionStatus to be used for this method. Can only be used for a method that returns a subclass of SystemException.- Returns:
CSValue.NO
by default
- Default:
- com.sun.corba.ee.spi.logex.corba.CSValue.NO
-
-