Forum Discussion
Radim_Bosticka_
Nimbostratus
Jan 20, 2009Documentation system description
Hi,
can I ask someone for short description about system of documentation. I have seen videos how to work with iControlSDK where you go through iControl methods and showing connection between documentation and web interface. Sadly I have problems to find description at least for "LocalLBClassLocator" in SDK. Is there some system in it? I am working with Jython and most of advantages of Java development UIs is hidden to me.
Thanks
- The Locator classes are Apache Axis specific client proxy code. For a given interface, let's say LocalLB.Class there are several classes made
iControl.Interfaces interfaces = new iControl.Interfaces(); if (interfaces.initialize(bigip, (long)443, username, password) ) { iControl.LocalLBClassPortType oClass = interfaces.getLocalLBClass(); String [] string_class_list = oClass.get_string_class_list(); ... }
- Radim_Bosticka_
Nimbostratus
One more question into this. Is somehow possible to get status for just exact server? If it would be combination of more arrays, it would be about some merging of arrays which I would like to be aware of. The best would be to have possibility get status for exact one server. All functions I have found list every time all servers. - I'll try to get to all your questions. If I missed something let me know!
Enabled (All traffic allowed)
http://devcentral.f5.com/Default.aspx?tabid=53&forumid=1&tpage=1&view=topic&postid=86048605
http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=254
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects