org.controlhaus.xfire.client
Annotation Type XFireClientControl.Asynchronous


@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public static @interface XFireClientControl.Asynchronous

Marks a method on a control which extends the XFireClientControl as ansynchronous. As a result, a new thread to invoke the service will be launced and the method will return immediately.



Copyright © 2004-2005 Controlhaus. All Rights Reserved.