org.osoa.sca.annotations
Annotation Type OneWay


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OneWay

Annotation on a method that indicates that the method is non-blocking and communication with the service provider may use buffer the requests and send them at some later time.

Version:
$Rev: 431035 $ $Date: 2006-08-12 06:54:25 -0700 (Sat, 12 Aug 2006) $



Copyright © 2006 Apache Software Foundation. All Rights Reserved.