Forum Discussion
iControl timeout
private int m_timeout = 60000; // 60000 ms.
The *BindingStub classes I create as members in the iControl.Interfaces class are derived from org.apache.axis.client.Stub which has a setTimeout() method.
In the interfaces class, there is another private method called setupInterface(org.apache.axis.client.Stub stub). In there, I'm setting the timeout.
You could always call the timeout method directly on the object
m_interfaces.LocalLBPool.set_timeout(nnnn);
I haven't tried it but it should work.
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com