|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PresenceStatus in net.java.sip.communicator.impl.gui.main.chat |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.chat that return PresenceStatus | |
|---|---|
PresenceStatus |
ChatTransport.getStatus()
Returns the presence status of this transport. |
PresenceStatus |
MetaContactChatTransport.getStatus()
Returns the presence status of this transport. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.gui.main.chat.conference |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return PresenceStatus | |
|---|---|
PresenceStatus |
ConferenceChatTransport.getStatus()
Returns the presence status of this transport. |
PresenceStatus |
AdHocConferenceChatTransport.getStatus()
Returns the presence status of this transport. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.gui.main.contactlist |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.contactlist that return PresenceStatus | |
|---|---|
PresenceStatus |
DefaultContactList.getMetaContactStatus(MetaContact metaContact)
Returns the general status of the given MetaContact. |
abstract PresenceStatus |
UIContactDetail.getPresenceStatus()
Returns the PresenceStatus of this ContactDetail or null if the detail doesn't support presence. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.gui.main.presence |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.presence that return PresenceStatus | |
|---|---|
PresenceStatus |
GlobalStatusSelectorBox.getLastPresenceStatus(ProtocolProviderService protocolProvider)
Returns the last status that was stored in the configuration xml for the given protocol provider. |
PresenceStatus |
PresenceStatusMenu.getLastSelectedStatus()
Returns the status that is currently selected. |
PresenceStatus |
PresenceStatusMenu.getOfflineStatus()
Returns the Offline status in this selector box. |
PresenceStatus |
PresenceStatusMenu.getOnlineStatus()
Returns the Online status in this selector box. |
| Methods in net.java.sip.communicator.impl.gui.main.presence with parameters of type PresenceStatus | |
|---|---|
void |
PresenceStatusMenu.setSelectedStatus(PresenceStatus status)
Selects the given status in the status menu. |
void |
PresenceStatusMenu.updateStatus(PresenceStatus presenceStatus)
Selects a specific PresenceStatus in this instance and the ProtocolProviderService it depicts. |
void |
GlobalStatusSelectorBox.updateStatus(ProtocolProviderService protocolProvider,
PresenceStatus presenceStatus)
Updates the status of the given protocolProvider with the given presenceStatus. |
void |
AccountStatusPanel.updateStatus(ProtocolProviderService protocolProvider,
PresenceStatus newStatus)
Updates the current status of the protocolProvider with the newStatus. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.gui.utils |
|---|
| Methods in net.java.sip.communicator.impl.gui.utils with parameters of type PresenceStatus | |
|---|---|
static BufferedImage |
Constants.getStatusIcon(PresenceStatus status)
Returns the image corresponding to the given presence status. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.osdependent.jdic |
|---|
| Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type PresenceStatus | |
|---|---|
void |
StatusSelector.updateStatus(PresenceStatus presenceStatus)
|
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.dict |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.dict | |
|---|---|
class |
DictStatusEnum
An implementation of PresenceStatus that enumerates all states that a Dict contact can fall into. |
| Methods in net.java.sip.communicator.impl.protocol.dict that return PresenceStatus | |
|---|---|
PresenceStatus |
ContactDictImpl.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
OperationSetPersistentPresenceDictImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
OperationSetPersistentPresenceDictImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.dict that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceDictImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
(package private) static Iterator<PresenceStatus> |
DictStatusEnum.supportedStatusSet()
Returns an iterator over all status instances supproted by the rss provider. |
| Methods in net.java.sip.communicator.impl.protocol.dict with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPersistentPresenceDictImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
void |
ContactDictImpl.setPresenceStatus(PresenceStatus dictPresenceStatus)
Sets dictPresenceStatus as the PresenceStatus that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.gibberish |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.gibberish | |
|---|---|
class |
GibberishStatusEnum
An implementation of PresenceStatus that enumerates all states that a Gibberish contact can fall into. |
| Methods in net.java.sip.communicator.impl.protocol.gibberish that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPersistentPresenceGibberishImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
ContactGibberishImpl.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
OperationSetPersistentPresenceGibberishImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.gibberish that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceGibberishImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
(package private) static Iterator<PresenceStatus> |
GibberishStatusEnum.supportedStatusSet()
Returns an iterator over all status instances supproted by the gibberish provider. |
| Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPersistentPresenceGibberishImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
void |
ContactGibberishImpl.setPresenceStatus(PresenceStatus gibberishPresenceStatus)
Sets gibberishPresenceStatus as the PresenceStatus that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.icq |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.icq | |
|---|---|
class |
AimStatusEnum
An enumeration containing all status instances that MUST be supported by an implementation of the AIM (Oscar) protocol. |
| Methods in net.java.sip.communicator.impl.protocol.icq that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPersistentPresenceIcqImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
ContactIcqImpl.getPresenceStatus()
Returns the status of the contact as per the last status update we've received for it. |
PresenceStatus |
OperationSetPersistentPresenceIcqImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.icq that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceIcqImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
| Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPersistentPresenceIcqImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
(package private) void |
ContactIcqImpl.updatePresenceStatus(PresenceStatus status)
Sets the status that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.irc |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.irc | |
|---|---|
class |
IrcStatusEnum
An implementation of PresenceStatus that enumerates all states that an IRC contact can fall into. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.jabber |
|---|
| Methods in net.java.sip.communicator.impl.protocol.jabber that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPersistentPresenceJabberImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
ContactJabberImpl.getPresenceStatus()
Returns the status of the contact as per the last status update we've received for it. |
static PresenceStatus |
OperationSetPersistentPresenceJabberImpl.jabberStatusToPresenceStatus(org.jivesoftware.smack.packet.Presence presence,
ProtocolProviderServiceJabberImpl jabberProvider)
Converts the specified jabber status to one of the status fields of the JabberStatusEnum class. |
PresenceStatus |
OperationSetPersistentPresenceJabberImpl.queryContactStatus(String contactIdentifier)
Gets the PresenceStatus of a contact with a specific String identifier. |
| Methods in net.java.sip.communicator.impl.protocol.jabber that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceJabberImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
| Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPersistentPresenceJabberImpl.fireProviderStatusChangeEvent(PresenceStatus oldStatus,
PresenceStatus newStatus)
Fires provider status change. |
static org.jivesoftware.smack.packet.Presence.Mode |
OperationSetPersistentPresenceJabberImpl.presenceStatusToJabberMode(PresenceStatus status)
Converts the specified JabberStatusEnum member to the corresponding Jabber Mode |
void |
OperationSetPersistentPresenceJabberImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified parameters. |
(package private) void |
ContactJabberImpl.updatePresenceStatus(PresenceStatus status)
Sets the status that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.mock |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.mock | |
|---|---|
class |
MockStatusEnum
An implementation of PresenceStatus that allows third parties (external to the protocol provider) to create and eventually set custom presence status intances. |
| Methods in net.java.sip.communicator.impl.protocol.mock that return PresenceStatus | |
|---|---|
PresenceStatus |
MockContact.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
MockPersistentPresenceOperationSet.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
MockPersistentPresenceOperationSet.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.mock that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
MockPersistentPresenceOperationSet.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
(package private) static Iterator<PresenceStatus> |
MockStatusEnum.supportedStatusSet()
Returns an iterator over all status instances supproted by the mock provider. |
| Methods in net.java.sip.communicator.impl.protocol.mock with parameters of type PresenceStatus | |
|---|---|
void |
MockPersistentPresenceOperationSet.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.msn |
|---|
| Methods in net.java.sip.communicator.impl.protocol.msn that return PresenceStatus | |
|---|---|
PresenceStatus |
ContactMsnImpl.getPresenceStatus()
Returns the status of the contact as per the last status update we've received for it. |
PresenceStatus |
OperationSetPersistentPresenceMsnImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
OperationSetPersistentPresenceMsnImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.msn that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceMsnImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
| Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type PresenceStatus | |
|---|---|
protected void |
OperationSetPersistentPresenceMsnImpl.fireProviderStatusChangeEvent(PresenceStatus oldStatus,
PresenceStatus newStatus)
Notify all provider presence listeners of the corresponding event change |
void |
OperationSetPersistentPresenceMsnImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified parameters. |
(package private) void |
ContactMsnImpl.updatePresenceStatus(PresenceStatus status)
Sets the status that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.rss |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.rss | |
|---|---|
class |
RssStatusEnum
An implementation of PresenceStatus that enumerates all states that a Rss contact can fall into. |
| Methods in net.java.sip.communicator.impl.protocol.rss that return PresenceStatus | |
|---|---|
PresenceStatus |
ContactRssImpl.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
OperationSetPersistentPresenceRssImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
OperationSetPersistentPresenceRssImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.rss that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceRssImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
(package private) static Iterator<PresenceStatus> |
RssStatusEnum.supportedStatusSet()
Returns an iterator over all status instances supproted by the rss provider. |
| Methods in net.java.sip.communicator.impl.protocol.rss with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPersistentPresenceRssImpl.changePresenceStatusForContact(ContactRssImpl contact,
PresenceStatus newStatus)
Sets the presence status of contact to newStatus. |
protected void |
OperationSetPersistentPresenceRssImpl.fireProviderStatusChangeEvent(PresenceStatus oldValue)
|
void |
OperationSetPersistentPresenceRssImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified parameters. |
void |
ContactRssImpl.setPresenceStatus(PresenceStatus rssPresenceStatus)
Sets rssPresenceStatus as the PresenceStatus that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.sip |
|---|
| Fields in net.java.sip.communicator.impl.protocol.sip with type parameters of type PresenceStatus | |
|---|---|
List<PresenceStatus> |
SipStatusEnum.supportedStatusSet
The supported status set stores all statuses supported by this protocol implementation. |
| Methods in net.java.sip.communicator.impl.protocol.sip that return PresenceStatus | |
|---|---|
PresenceStatus |
ContactSipImpl.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
OperationSetPresenceSipImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
OperationSetPresenceSipImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.sip that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
SipStatusEnum.getSupportedStatusSet()
Returns an iterator over all status instances supported by the sip provider. |
Iterator<PresenceStatus> |
OperationSetPresenceSipImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
| Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPresenceSipImpl.publishPresenceStatus(PresenceStatus status,
String statusMsg)
Requests the provider to enter into a status corresponding to the specified parameters. |
void |
ContactSipImpl.setPresenceStatus(PresenceStatus sipPresenceStatus)
Sets sipPresenceStatus as the PresenceStatus that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.ssh |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.ssh | |
|---|---|
class |
SSHStatusEnum
An implementation of PresenceStatus that enumerates all states that a SSH contact can fall into. |
| Methods in net.java.sip.communicator.impl.protocol.ssh that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPersistentPresenceSSHImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
ContactSSHImpl.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
OperationSetPersistentPresenceSSHImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.ssh that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceSSHImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
(package private) static Iterator<PresenceStatus> |
SSHStatusEnum.supportedStatusSet()
Returns an iterator over all status instances supproted by the ssh provider. |
| Methods in net.java.sip.communicator.impl.protocol.ssh with parameters of type PresenceStatus | |
|---|---|
void |
OperationSetPersistentPresenceSSHImpl.changeContactPresenceStatus(ContactSSH sshContact,
PresenceStatus newStatus)
This function changes the status of contact as well as that of the provider |
void |
OperationSetPersistentPresenceSSHImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
void |
ContactSSHImpl.setPresenceStatus(PresenceStatus sshPresenceStatus)
Sets sshPresenceStatus as the PresenceStatus that this contact is currently in. |
void |
ContactSSH.setPresenceStatus(PresenceStatus sshPresenceStatus)
Sets sshPresenceStatus as the PresenceStatus that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.yahoo |
|---|
| Methods in net.java.sip.communicator.impl.protocol.yahoo that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPersistentPresenceYahooImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
ContactYahooImpl.getPresenceStatus()
Returns the status of the contact as per the last status update we've received for it. |
PresenceStatus |
OperationSetPersistentPresenceYahooImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.yahoo that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceYahooImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
| Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type PresenceStatus | |
|---|---|
protected void |
OperationSetPersistentPresenceYahooImpl.fireProviderStatusChangeEvent(PresenceStatus oldStatus,
PresenceStatus newStatus)
Notify all provider presence listeners of the corresponding event change |
void |
OperationSetPersistentPresenceYahooImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
(package private) void |
ContactYahooImpl.updatePresenceStatus(PresenceStatus status)
Sets the status that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.impl.protocol.zeroconf |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.impl.protocol.zeroconf | |
|---|---|
class |
ZeroconfStatusEnum
An implementation of PresenceStatus that enumerates all states that a Zeroconf contact can fall into. |
| Methods in net.java.sip.communicator.impl.protocol.zeroconf that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPersistentPresenceZeroconfImpl.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
ContactZeroconfImpl.getPresenceStatus()
Returns the status of the contact. |
PresenceStatus |
OperationSetPersistentPresenceZeroconfImpl.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.impl.protocol.zeroconf that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPersistentPresenceZeroconfImpl.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
(package private) static Iterator<PresenceStatus> |
ZeroconfStatusEnum.supportedStatusSet()
Returns an iterator over all status instances supproted by the zeroconf provider. |
| Methods in net.java.sip.communicator.impl.protocol.zeroconf with parameters of type PresenceStatus | |
|---|---|
protected void |
OperationSetPersistentPresenceZeroconfImpl.changePresenceStatusForAllContacts(ContactGroup parent,
PresenceStatus newStatus)
Sets the presence status of all contacts in our contact list (except those that correspond to another provider registered with SC) to newStatus. |
void |
OperationSetPersistentPresenceZeroconfImpl.changePresenceStatusForContact(ContactZeroconfImpl contact,
PresenceStatus newStatus)
Sets the presence status of contact to newStatus. |
void |
BonjourService.changeStatus(PresenceStatus stat)
Changes the status of the local user. |
void |
OperationSetPersistentPresenceZeroconfImpl.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified paramters. |
void |
ContactZeroconfImpl.setPresenceStatus(PresenceStatus zeroconfPresenceStatus)
Sets zeroconfPresenceStatus as the PresenceStatus that this contact is currently in. |
| Uses of PresenceStatus in net.java.sip.communicator.plugin.generalconfig.autoaway |
|---|
| Methods in net.java.sip.communicator.plugin.generalconfig.autoaway that return PresenceStatus | |
|---|---|
(package private) static PresenceStatus |
StatusUpdateThread.findAwayStatus(OperationSetPresence presence)
Finds the Away-Status of the protocols |
| Uses of PresenceStatus in net.java.sip.communicator.service.protocol |
|---|
| Methods in net.java.sip.communicator.service.protocol that return PresenceStatus | |
|---|---|
PresenceStatus |
OperationSetPresence.getPresenceStatus()
Returns a PresenceStatus instance representing the state this provider is currently in. |
PresenceStatus |
Contact.getPresenceStatus()
Returns the status of the contact as per the last status update we've received for it. |
PresenceStatus |
OperationSetPresence.queryContactStatus(String contactIdentifier)
Get the PresenceStatus for a particular contact. |
| Methods in net.java.sip.communicator.service.protocol that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
OperationSetPresence.getSupportedStatusSet()
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter. |
| Methods in net.java.sip.communicator.service.protocol with parameters of type PresenceStatus | |
|---|---|
int |
PresenceStatus.compareTo(PresenceStatus target)
Compares this instance with the specified object for order. |
protected void |
AbstractOperationSetPersistentPresence.fireContactPresenceStatusChangeEvent(Contact source,
ContactGroup parentGroup,
PresenceStatus oldValue)
Notifies all registered listeners of the new event. |
void |
AbstractOperationSetPersistentPresence.fireContactPresenceStatusChangeEvent(Contact source,
ContactGroup parentGroup,
PresenceStatus oldValue,
PresenceStatus newValue)
|
protected void |
AbstractOperationSetPersistentPresence.fireProviderStatusChangeEvent(PresenceStatus oldValue)
Notifies all registered listeners of the new event. |
protected void |
AbstractOperationSetPersistentPresence.fireProviderStatusChangeEvent(PresenceStatus oldValue,
PresenceStatus newValue)
Notify all provider presence listeners of the corresponding event change |
void |
OperationSetPresence.publishPresenceStatus(PresenceStatus status,
String statusMessage)
Requests the provider to enter into a status corresponding to the specified parameters. |
| Uses of PresenceStatus in net.java.sip.communicator.service.protocol.event |
|---|
| Methods in net.java.sip.communicator.service.protocol.event that return PresenceStatus | |
|---|---|
PresenceStatus |
ContactPresenceStatusChangeEvent.getNewStatus()
Returns the status of the provider after this event took place. |
PresenceStatus |
ProviderPresenceStatusChangeEvent.getNewStatus()
Returns the status of the provider after this event took place. |
PresenceStatus |
ProviderStatusChangeEvent.getNewStatusValue()
Returns the status of the provider after this event took place. |
PresenceStatus |
ContactPresenceStatusChangeEvent.getOldStatus()
Returns the status of the provider before this event took place. |
PresenceStatus |
ProviderPresenceStatusChangeEvent.getOldStatus()
Returns the status of the provider before this event took place. |
PresenceStatus |
ProviderStatusChangeEvent.getOldStatusValue()
Returns the status of the provider before this event took place. |
| Constructors in net.java.sip.communicator.service.protocol.event with parameters of type PresenceStatus | |
|---|---|
ContactPresenceStatusChangeEvent(Contact source,
ProtocolProviderService sourceProvider,
ContactGroup parentGroup,
PresenceStatus oldValue,
PresenceStatus newValue)
Creates an event instance indicating that the specified source contact has changed status from oldValue to newValue. |
|
ProviderPresenceStatusChangeEvent(ProtocolProviderService source,
PresenceStatus oldValue,
PresenceStatus newValue)
Creates an event instance indicating a change of the property specified by eventType from oldValue to newValue. |
|
ProviderStatusChangeEvent(ProtocolProviderService source,
String eventType,
PresenceStatus oldValue,
PresenceStatus newValue)
Creates an event instance indicating a change of the property specified by eventType from oldValue to newValue. |
|
| Uses of PresenceStatus in net.java.sip.communicator.service.protocol.icqconstants |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.service.protocol.icqconstants | |
|---|---|
class |
IcqStatusEnum
An enumeration containing all status instances that MUST be supported by an implementation of the ICQ (Oscar) protocol. |
| Uses of PresenceStatus in net.java.sip.communicator.service.protocol.jabberconstants |
|---|
| Fields in net.java.sip.communicator.service.protocol.jabberconstants with type parameters of type PresenceStatus | |
|---|---|
List<PresenceStatus> |
JabberStatusEnum.supportedStatusSet
The supported status set stores all statuses supported by this protocol implementation. |
| Methods in net.java.sip.communicator.service.protocol.jabberconstants that return types with arguments of type PresenceStatus | |
|---|---|
Iterator<PresenceStatus> |
JabberStatusEnum.getSupportedStatusSet()
Returns an iterator over all status instances supported by the sip provider. |
| Uses of PresenceStatus in net.java.sip.communicator.service.protocol.msnconstants |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.service.protocol.msnconstants | |
|---|---|
class |
MsnStatusEnum
An enumeration containing all status instances that MUST be supported by an implementation of the msn protocol. |
| Uses of PresenceStatus in net.java.sip.communicator.service.protocol.yahooconstants |
|---|
| Subclasses of PresenceStatus in net.java.sip.communicator.service.protocol.yahooconstants | |
|---|---|
class |
YahooStatusEnum
An enumeration containing all status instances that MUST be supported by an implementation of the yahoo protocol. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||