For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Prakash_Krishna's avatar
Prakash_Krishna
Icon for Nimbostratus rankNimbostratus
Mar 13, 2014

Is there any way to close the connection of iControl.Interfaces

Hi All,

 

I am using iControl java API to interact with the F5 Big IP LTM device. Here is the code below I am using to connect the device.

 

public iControl.Interfaces m_interfaces = new iControl.Interfaces(); boolean bInit = m_interfaces.initialize(hostname/IP, user_name, pass_word);

 

Once the m_interfaces.initialize(, , ) creates the connection and after my operations performed, is there any way to close the connection. If there any number limit that Big IP LTM will allow to create the sessions. If so what is the number.

 

Thanks in advance.

 

Regards, PRakash.K

 

No RepliesBe the first to reply