TUSCANY-3969: add a setRequestTimeout method

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2011-11-08 10:59:06 +00:00
parent 1cc2c67780
commit 53d14f7330

View file

@ -297,4 +297,9 @@ public class JMSResourceFactoryImpl implements JMSResourceFactory {
throw new JMSBindingException("Incorrect resource type for ActivationSpec: " + o.getClass().getName());
}
@Override
public long getDefaultRequestTimeout() {
return 0;
}
}