|
SIP Communicator: 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.service.protocol.AccountID
net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfAccountID
public class ZeroconfAccountID
The Zeroconf implementation of a sip-communicator AccountID
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.service.protocol.AccountID |
|---|
accountProperties |
| Constructor Summary | |
|---|---|
ZeroconfAccountID(String userID,
Map<String,String> accountProperties)
Creates a zeroconf account id from the specified id and account properties. |
|
| Method Summary | |
|---|---|
String |
getFirst()
Returns a String representing the firstname of this user. |
String |
getLast()
Returns a String representing the lastname of this user. |
String |
getMail()
Returns a String representing the mail address of this user. |
boolean |
isRememberContacts()
Returns a boolean indicating if we store the contacts we meet or not. |
| Methods inherited from class net.java.sip.communicator.service.protocol.AccountID |
|---|
equals, getAccountAddress, getAccountProperties, getAccountProperty, getAccountPropertyBoolean, getAccountPropertyInt, getAccountPropertyString, getAccountUniqueID, getDisplayName, getProtocolDisplayName, getProtocolName, getService, getUserID, hashCode, isEnabled, putAccountProperty, removeAccountProperty, setAccountProperties, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
ZeroconfAccountID(String userID,
Map<String,String> accountProperties)
userID - id identifying this accountaccountProperties - any other properties necessary for the account.| Method Detail |
|---|
public String getFirst()
public String getLast()
public String getMail()
public boolean isRememberContacts()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||