com.bea.control
Annotation Type ServiceBrokerControl.Timeout


@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface ServiceBrokerControl.Timeout

The timeout specifies the time for which the client waits for a response from the server once it has sent the request. If it doesnt receive the response back in the time specified by the timeout, the connection timesout with appropriat time out exception.


Optional Element Summary
 int httpConnectionTimeout
          The httpConnectionTimeout specifies the time for which the client sending the message over http will wait for the response from the JWS before the connection times out with http socket timeout exception.
 

httpConnectionTimeout

public abstract int httpConnectionTimeout
The httpConnectionTimeout specifies the time for which the client sending the message over http will wait for the response from the JWS before the connection times out with http socket timeout exception.

Default:
0