|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.capsd.LdapPlugin.TimeoutLDAPSocket
A class to add a timeout to the socket that the LDAP code uses to access an LDAP server
Field Summary | |
private int |
m_timeout
|
Constructor Summary | |
LdapPlugin.TimeoutLDAPSocket(int timeout)
|
Method Summary | |
java.net.Socket |
makeSocket(java.lang.String host,
int port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int m_timeout
Constructor Detail |
public LdapPlugin.TimeoutLDAPSocket(int timeout)
Method Detail |
public java.net.Socket makeSocket(java.lang.String host, int port) throws java.io.IOException, java.net.UnknownHostException
makeSocket
in interface com.novell.ldap.LDAPSocketFactory
java.io.IOException
java.net.UnknownHostException
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |