|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.ldap.LdapQueryImpl
public class LdapQueryImpl
Represents an LDAP search query
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.java.sip.communicator.service.ldap.LdapQuery |
|---|
LdapQuery.State |
| Constructor Summary | |
|---|---|
LdapQueryImpl(String query)
A simple constructor |
|
| Method Summary | |
|---|---|
LdapQuery.State |
getState()
Returns the query state |
void |
setState(LdapQuery.State newState)
Sets the query state to newState |
String |
toString()
Required by LdapQuery interface Returns the query string e.g "John Doe" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapQueryImpl(String query)
query - the query| Method Detail |
|---|
public void setState(LdapQuery.State newState)
setState in interface LdapQuerynewState - the query statepublic LdapQuery.State getState()
getState in interface LdapQuerypublic String toString()
toString in interface LdapQuerytoString in class ObjectLdapQuery.toString()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||