Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.ProtocolProviderService

Packages that use ProtocolProviderService
net.java.sip.communicator.impl.callhistory   
net.java.sip.communicator.impl.contactlist   
net.java.sip.communicator.impl.gui   
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.gui.main.account   
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.gui.main.call.conference   
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.gui.main.chatroomslist   
net.java.sip.communicator.impl.gui.main.chatroomslist.createforms   
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.impl.gui.main.contactlist.notifsource   
net.java.sip.communicator.impl.gui.main.login   
net.java.sip.communicator.impl.gui.main.menus   
net.java.sip.communicator.impl.gui.main.presence   
net.java.sip.communicator.impl.gui.main.presence.message   
net.java.sip.communicator.impl.gui.utils   
net.java.sip.communicator.impl.msghistory   
net.java.sip.communicator.impl.osdependent   
net.java.sip.communicator.impl.osdependent.jdic   
net.java.sip.communicator.impl.protocol.dict   
net.java.sip.communicator.impl.protocol.gibberish   
net.java.sip.communicator.impl.protocol.icq   
net.java.sip.communicator.impl.protocol.irc   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.rss   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.impl.protocol.ssh   
net.java.sip.communicator.impl.protocol.yahoo   
net.java.sip.communicator.impl.protocol.zeroconf   
net.java.sip.communicator.plugin.accountinfo   
net.java.sip.communicator.plugin.aimaccregwizz   
net.java.sip.communicator.plugin.dictaccregwizz   
net.java.sip.communicator.plugin.facebookaccregwizz   
net.java.sip.communicator.plugin.generalconfig   
net.java.sip.communicator.plugin.gibberishaccregwizz   
net.java.sip.communicator.plugin.icqaccregwizz   
net.java.sip.communicator.plugin.ircaccregwizz   
net.java.sip.communicator.plugin.jabberaccregwizz   
net.java.sip.communicator.plugin.msnaccregwizz   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.plugin.rssaccregwizz   
net.java.sip.communicator.plugin.sipaccregwizz   
net.java.sip.communicator.plugin.sshaccregwizz   
net.java.sip.communicator.plugin.yahooaccregwizz   
net.java.sip.communicator.plugin.zeroconfaccregwizz   
net.java.sip.communicator.service.callhistory   
net.java.sip.communicator.service.contactlist   
net.java.sip.communicator.service.contactlist.event   
net.java.sip.communicator.service.contactsource   
net.java.sip.communicator.service.geolocation.event   
net.java.sip.communicator.service.gui   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
net.java.sip.communicator.service.protocol.media   
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.callhistory
 

Methods in net.java.sip.communicator.impl.callhistory with parameters of type ProtocolProviderService
 void CallRecordImpl.setProtocolProvider(ProtocolProviderService pps)
          Sets the given ProtocolProviderService used for the call.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.contactlist
 

Methods in net.java.sip.communicator.impl.contactlist with parameters of type ProtocolProviderService
 void MetaContactListServiceImpl.addNewContactToMetaContact(ProtocolProviderService provider, MetaContact metaContact, String contactID)
          First makes the specified protocol provider create the contact as indicated by contactID, and then associates it to the _existing_ metaContact given as an argument.
 void MetaContactListServiceImpl.addNewContactToMetaContact(ProtocolProviderService provider, MetaContact metaContact, String contactID, boolean fireEvent)
          First makes the specified protocol provider create the contact as indicated by contactID, and then associates it to the _existing_ metaContact given as an argument.
 MetaContact MetaContactListServiceImpl.createMetaContact(ProtocolProviderService provider, MetaContactGroup metaContactGroup, String contactID)
          First makes the specified protocol provider create a contact corresponding to the specified contactID, then creates a new MetaContact which will encapsulate the newly created protocol specific contact.
 Iterator<MetaContact> MetaContactListServiceImpl.findAllMetaContactsForProvider(ProtocolProviderService protocolProvider)
          Returns a list of all MetaContacts containing a protocol contact from the given ProtocolProviderService.
 Iterator<MetaContact> MetaContactListServiceImpl.findAllMetaContactsForProvider(ProtocolProviderService protocolProvider, MetaContactGroup metaContactGroup)
          Returns a list of all MetaContacts contained in the given group and containing a protocol contact from the given ProtocolProviderService.
 Contact MetaContactImpl.getContact(String contactAddress, ProtocolProviderService ownerProvider)
          Returns a contact encapsulated by this meta contact, having the specified contactAddress and coming from the indicated ownerProvider.
 ContactGroup MetaContactGroupImpl.getContactGroup(String grpName, ProtocolProviderService ownerProvider)
          Returns a contact group encapsulated by this meta contact group, having the specified groupName and coming from the indicated ownerProvider.
 Iterator<ContactGroup> MetaContactGroupImpl.getContactGroupsForProvider(ProtocolProviderService provider)
          Returns all protocol specific ContactGroups, encapsulated by this MetaContactGroup and coming from the indicated ProtocolProviderService.
 Iterator<Contact> MetaContactImpl.getContactsForProvider(ProtocolProviderService provider)
          Returns a Contact, encapsulated by this MetaContact and coming from the specified ProtocolProviderService.
 MetaContact MetaContactGroupImpl.getMetaContact(ProtocolProviderService provider, String contactID)
          Returns the meta contact encapsulating a contact belonging to the specified provider with the specified identifier.
 void MetaContactListServiceImpl.removeContactGroupFromMetaContactGroup(MetaContactGroupImpl metaContainer, ContactGroup groupToRemove, ProtocolProviderService sourceProvider)
          Removes the protocol specific group from the specified meta contact group and removes from meta contacts all proto contacts that belong to the same provider as the group which is being removed.
(package private)  boolean MetaContactImpl.removeContactsForProvider(ProtocolProviderService provider)
          Removes all proto contacts that belong to the specified provider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui
 

Methods in net.java.sip.communicator.impl.gui that return ProtocolProviderService
static ProtocolProviderService GuiActivator.getPreferredAccount()
          Returns the preferred account if there's one.
static ProtocolProviderService GuiActivator.getRegisteredProviderForAccount(AccountID accountID)
          Returns the ProtocolProviderService corresponding to the given account identifier that is registered in the given factory
 

Methods in net.java.sip.communicator.impl.gui that return types with arguments of type ProtocolProviderService
static List<ProtocolProviderService> GuiActivator.getOpSetRegisteredProviders(Class<? extends OperationSet> opSet, ProtocolProviderService preferredProvider, String preferredProtocolName)
          Returns a list of all registered protocol providers that could be used for the operation given by the operation set.
static List<ProtocolProviderService> GuiActivator.getRegisteredProviders(Class<? extends OperationSet> opSetClass)
          Returns a list of all currently registered providers, which support the given operationSetClass.
static List<ProtocolProviderService> GuiActivator.getRegisteredProviders(String protocolName, Class<? extends OperationSet> operationSetClass)
          Returns a list of all currently registered telephony providers for the given protocol name.
 

Methods in net.java.sip.communicator.impl.gui with parameters of type ProtocolProviderService
 SecurityAuthority UIServiceImpl.getDefaultSecurityAuthority(ProtocolProviderService protocolProvider)
          Returns a default implementation of the SecurityAuthority interface that can be used by non-UI components that would like to launch the registration process for a protocol provider.
static List<ProtocolProviderService> GuiActivator.getOpSetRegisteredProviders(Class<? extends OperationSet> opSet, ProtocolProviderService preferredProvider, String preferredProtocolName)
          Returns a list of all registered protocol providers that could be used for the operation given by the operation set.
static ProtocolProviderFactory GuiActivator.getProtocolProviderFactory(ProtocolProviderService protocolProvider)
          Returns a ProtocolProviderFactory for a given protocol provider.
 

Method parameters in net.java.sip.communicator.impl.gui with type arguments of type ProtocolProviderService
static Object[] GuiActivator.getAccounts(List<ProtocolProviderService> providers)
          Returns the list of wrapped protocol providers.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main
 

Methods in net.java.sip.communicator.impl.gui.main that return ProtocolProviderService
 ProtocolProviderService MainFrame.getProtocolProviderForAccount(String accountName)
          Returns the protocol provider associated to the account given by the account user identifier.
 

Methods in net.java.sip.communicator.impl.gui.main that return types with arguments of type ProtocolProviderService
 Iterator<ProtocolProviderService> MainFrame.getProtocolProviders()
          Returns a set of all protocol providers.
 

Methods in net.java.sip.communicator.impl.gui.main with parameters of type ProtocolProviderService
 void MainFrame.addAccount(ProtocolProviderService protocolProvider)
          Adds an account to the application.
 void MainFrame.addProtocolProvider(ProtocolProviderService protocolProvider)
          Adds a protocol provider.
 void MainFrame.addProtocolSupportedOperationSets(ProtocolProviderService protocolProvider)
          Adds all protocol supported operation sets.
 void MainFrame.addProviderContactHandler(ProtocolProviderService protocolProvider, ContactEventHandler contactHandler)
          Adds the given contactHandler to handle contact events for the given protocolProvider.
 String MainFrame.getAccountAddress(ProtocolProviderService protocolProvider)
          Returns the account user id for the given protocol provider.
 String MainFrame.getAccountDisplayName(ProtocolProviderService protocolProvider)
          Returns the account user display name for the given protocol provider.
 OperationSetAdHocMultiUserChat MainFrame.getAdHocMultiUserChatOpSet(ProtocolProviderService protocolProvider)
          Returns the multi user chat operation set for the given protocol provider.
 ContactEventHandler MainFrame.getContactHandler(ProtocolProviderService protocolProvider)
          Returns the ContactEventHandler registered for this protocol provider.
 OperationSetMultiUserChat MainFrame.getMultiUserChatOpSet(ProtocolProviderService protocolProvider)
          Returns the multi user chat operation set for the given protocol provider.
static OperationSetPresence MainFrame.getProtocolPresenceOpSet(ProtocolProviderService protocolProvider)
          Returns the presence operation set for the given protocol provider.
 Object MainFrame.getProtocolProviderLastStatus(ProtocolProviderService protocolProvider)
          If the protocol provider supports presence operation set searches the last status which was selected, otherwise returns null.
 int MainFrame.getProviderIndex(ProtocolProviderService protocolProvider)
          Returns the index of the given protocol provider.
 OperationSetBasicTelephony<?> MainFrame.getTelephonyOpSet(ProtocolProviderService protocolProvider)
          Returns the telephony operation set for the given protocol provider.
 OperationSetWebContactInfo MainFrame.getWebContactInfoOpSet(ProtocolProviderService protocolProvider)
          Returns the Web Contact Info operation set for the given protocol provider.
 boolean MainFrame.hasProtocolProvider(ProtocolProviderService protocolProvider)
          Checks whether we have already loaded the protocol provider.
 void MainFrame.removeProtocolProvider(ProtocolProviderService protocolProvider)
          Adds an account to the application.
 void MainFrame.removeProtocolSupportedOperationSets(ProtocolProviderService protocolProvider)
          Removes all protocol supported operation sets.
 void MainFrame.removeProviderContactHandler(ProtocolProviderService protocolProvider)
          Removes the ContactEventHandler corresponding to the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.account
 

Methods in net.java.sip.communicator.impl.gui.main.account that return ProtocolProviderService
 ProtocolProviderService Account.getProtocolProvider()
          Returns the protocol provider, on which this account is based.
 ProtocolProviderService EmptyAccountRegistrationWizard.signin()
          Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
 ProtocolProviderService EmptyAccountRegistrationForm.signin()
          Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
 ProtocolProviderService EmptyAccountRegistrationWizard.signin(String userName, String password)
          Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
 ProtocolProviderService EmptyAccountRegistrationForm.signin(String userName, String password)
          Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
 

Methods in net.java.sip.communicator.impl.gui.main.account with parameters of type ProtocolProviderService
 AccountRegistrationWizard AccountRegWizardContainerImpl.getProtocolWizard(ProtocolProviderService protocolProvider)
          Returns the wizard corresponding to the given protocol provider.
 void EmptyAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
 void EmptyAccountRegistrationForm.loadAccount(ProtocolProviderService protocolProvider)
          Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
 void AccountRegWizardContainerImpl.modifyAccount(ProtocolProviderService protocolProvider)
          Opens the corresponding wizard to modify an existing account given by the protocolProvider parameter.
 void AccountRegWizardContainerImpl.saveAccountWizard(ProtocolProviderService protocolProvider, AccountRegistrationWizard wizard)
          Saves the (protocol provider, wizard) pair in through the ConfigurationService.
 void Account.setProtocolProvider(ProtocolProviderService protocolProvider)
          Sets the given protocolProvider to this account.
 

Constructors in net.java.sip.communicator.impl.gui.main.account with parameters of type ProtocolProviderService
Account(ProtocolProviderService protocolProvider)
          Creates an Account instance from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call that return types with arguments of type ProtocolProviderService
static List<ProtocolProviderService> CallManager.getTelephonyProviders()
          Returns a list of all currently registered telephony providers.
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type ProtocolProviderService
static void CallManager.createCall(ProtocolProviderService protocolProvider, Contact contact)
          Creates a call to the contact represented by the given string.
static void CallManager.createCall(ProtocolProviderService protocolProvider, String contact)
          Creates a call to the contact represented by the given string.
static void CallManager.createConferenceCall(String[] callees, ProtocolProviderService protocolProvider)
          Creates a call to the given list of contacts.
static void CallManager.createDesktopSharing(ProtocolProviderService protocolProvider, String contact)
          Creates a desktop sharing call to the contact represented by the given string.
static void CallManager.createRegionDesktopSharing(ProtocolProviderService protocolProvider, String contact)
          Creates a region desktop sharing through the given protocolProvider with the given contact.
static void CallManager.createRegionDesktopSharing(ProtocolProviderService protocolProvider, String contact, int x, int y, int width, int height)
          Creates a desktop sharing call to the contact represented by the given string.
static TransparentFrame DesktopSharingFrame.createTransparentFrame(ProtocolProviderService protocolProvider, String contactAddress, boolean initialFrame)
          Creates the transparent desktop sharing frame.
static void CallManager.createVideoCall(ProtocolProviderService protocolProvider, Contact contact)
          Creates a video call to the contact represented by the given string.
static void CallManager.createVideoCall(ProtocolProviderService protocolProvider, String contact)
          Creates a video call to the contact represented by the given string.
static void CallManager.inviteToCrossProtocolConferenceCall(ProtocolProviderService provider, String callee, Call call)
          Invites the given list of callees to the given conference call.
 

Constructor parameters in net.java.sip.communicator.impl.gui.main.call with type arguments of type ProtocolProviderService
ChooseCallAccountDialog(String contactAddress, Class<? extends OperationSet> opSetClass, List<ProtocolProviderService> providers)
          Creates an instance of ChooseCallAccountDialog.
ChooseCallAccountPopupMenu(JComponent invoker, String contactToCall, List<ProtocolProviderService> telephonyProviders)
          Creates this dialog.
ChooseCallAccountPopupMenu(JComponent invoker, String contactToCall, List<ProtocolProviderService> telephonyProviders, CallInterfaceListener l)
          Creates this dialog.
ChooseCallAccountPopupMenu(JComponent invoker, String contactToCall, List<ProtocolProviderService> telephonyProviders, Class<? extends OperationSet> opSetClass)
          Creates this dialog.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.call.conference
 

Constructors in net.java.sip.communicator.impl.gui.main.call.conference with parameters of type ProtocolProviderService
ConferencePeerPanel(ConferenceCallPanel callRenderer, CallPanel callPanel, ProtocolProviderService protocolProvider)
          Creates a ConferencePeerPanel by specifying the parent callDialog, containing it and the corresponding protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.chat
 

Methods in net.java.sip.communicator.impl.gui.main.chat that return ProtocolProviderService
 ProtocolProviderService ChatTransport.getProtocolProvider()
          Returns the ProtocolProviderService, corresponding to this chat transport.
 ProtocolProviderService MetaContactChatTransport.getProtocolProvider()
          Returns the ProtocolProviderService, corresponding to this chat transport.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.chat.conference
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return ProtocolProviderService
 ProtocolProviderService ConferenceChatTransport.getProtocolProvider()
          Returns the ProtocolProviderService, corresponding to this chat transport.
 ProtocolProviderService AdHocChatRoomProviderWrapper.getProtocolProvider()
          Returns the protocol provider service corresponding to this server wrapper.
 ProtocolProviderService ChatRoomProviderWrapper.getProtocolProvider()
          Returns the protocol provider service corresponding to this server wrapper.
 ProtocolProviderService AdHocConferenceChatTransport.getProtocolProvider()
          Returns the ProtocolProviderService, corresponding to this chat transport.
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ProtocolProviderService
 AdHocChatRoomWrapper ConferenceChatManager.createAdHocChatRoom(ProtocolProviderService protocolProvider, Collection<String> contacts, String reason)
          Creates an ad-hoc chat room, by specifying the ad-hoc chat room name, the parent protocol provider and eventually, the contacts invited to participate in this ad-hoc chat room.
 ChatRoomWrapper ConferenceChatManager.createChatRoom(ProtocolProviderService protocolProvider, Collection<String> contacts, String reason)
          Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
 ChatRoomWrapper ConferenceChatManager.createChatRoom(String roomName, ProtocolProviderService protocolProvider, Collection<String> contacts, String reason)
          Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
 ChatRoomWrapper ConferenceChatManager.createChatRoom(String roomName, ProtocolProviderService protocolProvider, Collection<String> contacts, String reason, boolean join, boolean persistent)
          Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ProtocolProviderService
AdHocChatRoomProviderWrapper(ProtocolProviderService protocolProvider)
          Creates an instance of AdHocChatRoomProviderWrapper by specifying the protocol provider, corresponding to the ad-hoc multi user chat account.
ChatRoomProviderWrapper(ProtocolProviderService protocolProvider)
          Creates an instance of ChatRoomProviderWrapper by specifying the protocol provider, corresponding to the multi user chat account.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.chatroomslist
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type ProtocolProviderService
 void ChatRoomList.addChatProvider(ProtocolProviderService pps)
          Adds a chat server and all its existing chat rooms.
 void AdHocChatRoomList.addChatProvider(ProtocolProviderService pps)
          Adds a chat server and all its existing ad-hoc chat rooms.
 ChatRoomProviderWrapper ChatRoomList.findServerWrapperFromProvider(ProtocolProviderService protocolProvider)
          Returns the ChatRoomProviderWrapper that correspond to the given ProtocolProviderService.
 AdHocChatRoomProviderWrapper AdHocChatRoomList.findServerWrapperFromProvider(ProtocolProviderService protocolProvider)
          Returns the AdHocChatRoomProviderWrapper that correspond to the given ProtocolProviderService.
 void ChatRoomList.removeChatProvider(ProtocolProviderService pps)
          Removes the corresponding server and all related chat rooms from this list.
 void AdHocChatRoomList.removeChatProvider(ProtocolProviderService pps)
          Removes the corresponding server and all related ad-hoc chat rooms from this list.
 void ChatRoomList.synchronizeOpSetWithLocalContactList(ProtocolProviderService protocolProvider, OperationSetMultiUserChat opSet)
          Goes through the locally stored chat rooms list and for each ChatRoomWrapper tries to find the corresponding server stored ChatRoom in the specified operation set.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms that return ProtocolProviderService
 ProtocolProviderService NewChatRoom.getProtocolProvider()
           
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms with parameters of type ProtocolProviderService
 void NewChatRoom.setProtocolProvider(ProtocolProviderService protocolProvider)
           
 

Constructor parameters in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms with type arguments of type ProtocolProviderService
CreateChatRoomWizardPage1(WizardContainer wizard, NewChatRoom newChatRoom, Iterator<ProtocolProviderService> protocolProvidersList)
          Creates an instance of CreateChatRoomWizardPage1.
SelectAccountPanel(NewChatRoom newChatRoom, Iterator<ProtocolProviderService> protocolProvidersList)
          Creates and initializes the SelectAccountPanel.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.contactlist
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return ProtocolProviderService
 ProtocolProviderService UIContactDetail.getPreferredProtocolProvider(Class<? extends OperationSet> opSetClass)
          Returns the protocol provider preferred for contacting this detail for the given OperationSet class.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type ProtocolProviderService
static void ContactListUtils.addContact(ProtocolProviderService protocolProvider, MetaContactGroup group, String contactAddress)
           
 void AddContactDialog.setSelectedAccount(ProtocolProviderService protocolProvider)
          Selects the given protocol provider in the account combo box.
 

Constructors in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type ProtocolProviderService
UIContactDetail(String address, String displayName, String category, Collection<String> labels, ImageIcon statusIcon, ProtocolProviderService preferredProvider, String preferredProtocol)
          Creates a UIContactDetail by specifying the contact address, the displayName and preferredProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.contactlist.notifsource
 

Constructors in net.java.sip.communicator.impl.gui.main.contactlist.notifsource with parameters of type ProtocolProviderService
NotificationContact(NotificationGroup group, ProtocolProviderService protocolProvider)
          Creates an instance of NotificationContact by specifying the parent group and the corresponding ProtocolProviderService.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.login
 

Methods in net.java.sip.communicator.impl.gui.main.login with parameters of type ProtocolProviderService
 void LoginManager.login(ProtocolProviderService protocolProvider)
          Registers the given protocol provider.
 void LoginManager.logoff(ProtocolProviderService protocolProvider)
          Unregisters the given protocol provider.
 

Constructors in net.java.sip.communicator.impl.gui.main.login with parameters of type ProtocolProviderService
DefaultSecurityAuthority(ProtocolProviderService protocolProvider)
          Creates an instance of SecurityAuthorityImpl.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.menus
 

Methods in net.java.sip.communicator.impl.gui.main.menus with parameters of type ProtocolProviderService
 void AutoAnswerMenu.addAccount(ProtocolProviderService protocolProvider)
          Adds a menu item for the account given by protocolProvider.
 void AutoAnswerMenu.removeAccount(ProtocolProviderService protocolProvider)
          Remove menu item for the account given by protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.presence
 

Fields in net.java.sip.communicator.impl.gui.main.presence declared as ProtocolProviderService
protected  ProtocolProviderService StatusSelectorMenu.protocolProvider
          The ProtocolProviderService associated with this status menu.
 

Methods in net.java.sip.communicator.impl.gui.main.presence that return ProtocolProviderService
 ProtocolProviderService StatusSelectorMenu.getProtocolProvider()
          Returns the protocol provider associated with this status menu.
 

Methods in net.java.sip.communicator.impl.gui.main.presence with parameters of type ProtocolProviderService
 void GlobalStatusSelectorBox.addAccount(ProtocolProviderService protocolProvider)
          Adds a status menu for the account given by protocolProvider.
 void AccountStatusPanel.addAccount(ProtocolProviderService protocolProvider)
          Adds the account given by protocolProvider in the contained status combo box.
 boolean GlobalStatusSelectorBox.containsAccount(ProtocolProviderService protocolProvider)
          Checks if a menu for the given protocolProvider exists.
 boolean AccountStatusPanel.containsAccount(ProtocolProviderService protocolProvider)
          Checks if an account corresponding to the given protocolProvider is contained in the contained status combo box.
 PresenceStatus GlobalStatusSelectorBox.getLastPresenceStatus(ProtocolProviderService protocolProvider)
          Returns the last status that was stored in the configuration xml for the given protocol provider.
 Object AccountStatusPanel.getLastPresenceStatus(ProtocolProviderService protocolProvider)
          Returns the last used presence status for the given protocolProvider.
 String GlobalStatusSelectorBox.getLastStatusString(ProtocolProviderService protocolProvider)
          Returns the last contact status saved in the configuration.
 String AccountStatusPanel.getLastStatusString(ProtocolProviderService protocolProvider)
          Returns the last used status for the given protocolProvider as a String.
 void GlobalStatusSelectorBox.removeAccount(ProtocolProviderService protocolProvider)
          Removes the status menu corresponding to the account given by protocolProvider.
 void AccountStatusPanel.removeAccount(ProtocolProviderService protocolProvider)
          Removes the account given by protocolProvider from the contained status combo box.
protected  void StatusSelectorMenu.saveStatusInformation(ProtocolProviderService protocolProvider, String statusName)
          Saves the last status for all accounts.
 void GlobalStatusSelectorBox.startConnecting(ProtocolProviderService protocolProvider)
          Starts connecting user interface for the given protocolProvider.
 void AccountStatusPanel.startConnecting(ProtocolProviderService protocolProvider)
          Starts connecting user interface for the given protocolProvider.
 void GlobalStatusSelectorBox.stopConnecting(ProtocolProviderService protocolProvider)
          Stops connecting user interface for the given protocolProvider.
 void AccountStatusPanel.stopConnecting(ProtocolProviderService protocolProvider)
          Stops connecting user interface for the given protocolProvider.
 void GlobalStatusSelectorBox.updateStatus(ProtocolProviderService protocolProvider)
          Updates the status of the given protocolProvider.
 void AccountStatusPanel.updateStatus(ProtocolProviderService protocolProvider)
          Updates the current status of the protocolProvider.
 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.
 

Constructors in net.java.sip.communicator.impl.gui.main.presence with parameters of type ProtocolProviderService
PresenceStatusMenu(ProtocolProviderService protocolProvider)
          Initializes a new PresenceStatusMenu instance which is to depict and change the presence status of a specific ProtocolProviderService.
SimpleStatusMenu(ProtocolProviderService protocolProvider)
          Creates an instance of SimpleStatusMenu.
StatusSelectorMenu(String text, Icon defaultIcon, ProtocolProviderService protocolProvider)
          Creates a StatusSelectorMenu by specifying the text and icon to show.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.main.presence.message
 

Constructors in net.java.sip.communicator.impl.gui.main.presence.message with parameters of type ProtocolProviderService
NewStatusMessageDialog(ProtocolProviderService protocolProvider)
          Creates an instance of NewStatusMessageDialog.
StatusMessageMenu(ProtocolProviderService protocolProvider)
          Creates an instance of StatusMessageMenu, by specifying the ProtocolProviderService to which this menu belongs.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.gui.utils
 

Methods in net.java.sip.communicator.impl.gui.utils that return ProtocolProviderService
static ProtocolProviderService ConfigurationManager.getLastCallConferenceProvider()
          Returns the call conference provider used for the last conference call.
 

Methods in net.java.sip.communicator.impl.gui.utils with parameters of type ProtocolProviderService
static ImageIcon ImageLoader.getAccountStatusImage(ProtocolProviderService pps)
          Obtains the indexed status image for the given protocol provider.
static ImageIcon ImageLoader.getAuthenticationWindowIcon(ProtocolProviderService protocolProvider)
          Returns the icon corresponding to the given protocolProvider.
static String ConfigurationManager.getChatRoomProperty(ProtocolProviderService protocolProvider, String chatRoomId, String property)
          Returns the chat room property, saved through the ConfigurationService.
static String ConfigurationManager.getChatRoomStatus(ProtocolProviderService protocolProvider, String chatRoomId)
          Returns the last chat room status, saved through the ConfigurationService.
static ImageIcon ImageLoader.getIndexedProtocolIcon(Image image, ProtocolProviderService pps)
          Returns an icon for the given protocol image with an index allowing to distinguish different accounts from the same protocol.
static Image ImageLoader.getIndexedProtocolImage(Image image, ProtocolProviderService pps)
          Returns the given protocol image with an index allowing to distinguish different accounts from the same protocol.
static void ConfigurationManager.saveChatRoom(ProtocolProviderService protocolProvider, String oldChatRoomId, String newChatRoomId, String newChatRoomName)
          Saves a chat room through the ConfigurationService.
static void ConfigurationManager.setLastCallConferenceProvider(ProtocolProviderService protocolProvider)
          Sets the call conference provider used for the last conference call.
static void ConfigurationManager.updateChatRoomProperty(ProtocolProviderService protocolProvider, String chatRoomId, String property, String value)
          Updates the value of a chat room property through the ConfigurationService.
static void ConfigurationManager.updateChatRoomStatus(ProtocolProviderService protocolProvider, String chatRoomId, String chatRoomStatus)
          Updates the status of the chat room through the ConfigurationService.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.msghistory
 

Methods in net.java.sip.communicator.impl.msghistory that return ProtocolProviderService
 ProtocolProviderService MessageHistoryServiceImpl.ChatRoomMemberImpl.getProtocolProvider()
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.osdependent
 

Constructors in net.java.sip.communicator.impl.osdependent with parameters of type ProtocolProviderService
NewStatusMessageDialog(ProtocolProviderService protocolProvider)
          Creates an instance of NewStatusMessageDialog.
StatusMessageMenu(ProtocolProviderService protocolProvider, boolean swing)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.osdependent.jdic
 

Fields in net.java.sip.communicator.impl.osdependent.jdic declared as ProtocolProviderService
(package private)  ProtocolProviderService ProviderUnRegistration.protocolProvider
          The protocol provider to whom we want to unregister
 

Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type ProtocolProviderService
 void SystrayServiceJdicImpl.saveStatusInformation(ProtocolProviderService protocolProvider, String statusName)
          Saves the last status for all accounts.
 

Constructors in net.java.sip.communicator.impl.osdependent.jdic with parameters of type ProtocolProviderService
ProviderRegistration(ProtocolProviderService protocolProvider)
          Creates an instance of ProviderRegistration.
ProviderUnRegistration(ProtocolProviderService protocolProvider)
          Creates an instance of ProviderUnRegistration.
StatusSelector(SystrayServiceJdicImpl jdicSystray, ProtocolProviderService provider, OperationSetPresence presence, boolean swing)
          Creates an instance of StatusSelector
StatusSimpleSelector(ProtocolProviderService protocolProvider, boolean swing)
          Creates an instance of StatusSimpleSelector
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.dict
 

Classes in net.java.sip.communicator.impl.protocol.dict that implement ProtocolProviderService
 class ProtocolProviderServiceDictImpl
          A Dict implementation of the ProtocolProviderService.
 

Methods in net.java.sip.communicator.impl.protocol.dict that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryDictImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ContactDictImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService ContactGroupDictImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 

Methods in net.java.sip.communicator.impl.protocol.dict with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryDictImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.gibberish
 

Classes in net.java.sip.communicator.impl.protocol.gibberish that implement ProtocolProviderService
 class ProtocolProviderServiceGibberishImpl
          A Gibberish implementation of the ProtocolProviderService.
 

Methods in net.java.sip.communicator.impl.protocol.gibberish that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryGibberishImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ContactGibberishImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService ContactGroupGibberishImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 

Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryGibberishImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
          Modifies the account corresponding to the specified accountID.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.icq
 

Classes in net.java.sip.communicator.impl.protocol.icq that implement ProtocolProviderService
 class ProtocolProviderServiceIcqImpl
          An implementation of the protocol provider service over the AIM/ICQ protocol
 

Methods in net.java.sip.communicator.impl.protocol.icq that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryIcqImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService AdHocChatRoomIcqImpl.getParentProvider()
          Returns the protocol provider service that created us.
 ProtocolProviderService RootContactGroupIcqImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactGroupIcqImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactIcqImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryIcqImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.irc
 

Classes in net.java.sip.communicator.impl.protocol.irc that implement ProtocolProviderService
 class ProtocolProviderServiceIrcImpl
          An IRC implementation of the ProtocolProviderService.
 

Methods in net.java.sip.communicator.impl.protocol.irc that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryIrcImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ChatRoomIrcImpl.getParentProvider()
          Returns the protocol provider service that created us.
 ProtocolProviderService ChatRoomMemberIrcImpl.getProtocolProvider()
          Returns the protocol provider instance that this member has originated in.
 

Methods in net.java.sip.communicator.impl.protocol.irc with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryIrcImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.jabber
 

Classes in net.java.sip.communicator.impl.protocol.jabber that implement ProtocolProviderService
 class ProtocolProviderServiceJabberImpl
          An implementation of the protocol provider service over the Jabber protocol
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryJabberImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ChatRoomJabberImpl.getParentProvider()
          Returns a reference to the provider that created this room.
 ProtocolProviderService WhiteboardParticipantJabberImpl.getProtocolProvider()
          Returns the protocol provider instance that this member has originated in.
 ProtocolProviderService ContactGroupJabberImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService RootContactGroupJabberImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactJabberImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService WhiteboardSessionJabberImpl.getProtocolProvider()
          Returns a reference to the ProtocolProviderService instance that created this whiteboard.
 ProtocolProviderService ChatRoomMemberJabberImpl.getProtocolProvider()
          Returns the protocol provider instance that this member has originated in.
 ProtocolProviderService UriHandlerJabberImpl.selectHandlingProvider(String uri)
          Returns the default provider that we are supposed to handle URIs through or null if there aren't any.
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryJabberImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
          Modify an existing account.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.mock
 

Classes in net.java.sip.communicator.impl.protocol.mock that implement ProtocolProviderService
 class MockProvider
          A mock protocol provider implementation that comes with a single operation set (OperationSetPersistentPresence) for use by the MetaContactListSlcik.
 

Methods in net.java.sip.communicator.impl.protocol.mock that return ProtocolProviderService
 ProtocolProviderService MockChatRoom.getParentProvider()
          Returns a reference to the provider that created this room.
 ProtocolProviderService MockChatRoomMember.getProtocolProvider()
          Returns the protocol provider instance that this member has originated in.
 ProtocolProviderService MockContact.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService MockContactGroup.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.msn
 

Classes in net.java.sip.communicator.impl.protocol.msn that implement ProtocolProviderService
 class ProtocolProviderServiceMsnImpl
          An implementation of the protocol provider service over the Msn protocol
 

Methods in net.java.sip.communicator.impl.protocol.msn that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryMsnImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService AdHocChatRoomMsnImpl.getParentProvider()
          Returns the parent provider
 ProtocolProviderService RootContactGroupMsnImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactGroupMsnImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactMsnImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryMsnImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.rss
 

Classes in net.java.sip.communicator.impl.protocol.rss that implement ProtocolProviderService
 class ProtocolProviderServiceRssImpl
          A Rss implementation of the ProtocolProviderService.
 

Methods in net.java.sip.communicator.impl.protocol.rss that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryRssImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ContactRssImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService ContactGroupRssImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService UriHandlerRssImpl.getRssProvider()
          Returns the default provider that we are supposed to add feeds to.
 

Methods in net.java.sip.communicator.impl.protocol.rss with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryRssImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.sip
 

Classes in net.java.sip.communicator.impl.protocol.sip that implement ProtocolProviderService
 class ProtocolProviderServiceSipImpl
          A SIP implementation of the Protocol Provider Service.
 

Methods in net.java.sip.communicator.impl.protocol.sip that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactorySipImpl.createService(String userID, AccountID accountID)
          Initializes a new ProtocolProviderServiceSipImpl instance with a specific user ID to represent a specific AccountID.
 ProtocolProviderService ContactSipImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService ContactGroupSipImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService UriHandlerSipImpl.selectHandlingProvider(String uri)
          Returns the default provider that we are supposed to handle URIs through or null if there aren't any.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type ProtocolProviderService
 void ProtocolProviderFactorySipImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
          Modifies the account corresponding to the specified accountID.
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.ssh
 

Classes in net.java.sip.communicator.impl.protocol.ssh that implement ProtocolProviderService
 class ProtocolProviderServiceSSHImpl
          A SSH implementation of the ProtocolProviderService.
 

Methods in net.java.sip.communicator.impl.protocol.ssh that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactorySSHImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ContactGroupSSHImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactSSHImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 

Methods in net.java.sip.communicator.impl.protocol.ssh with parameters of type ProtocolProviderService
 void ProtocolProviderFactorySSHImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.yahoo
 

Classes in net.java.sip.communicator.impl.protocol.yahoo that implement ProtocolProviderService
 class ProtocolProviderServiceYahooImpl
          An implementation of the protocol provider service over the Yahoo protocol
 

Methods in net.java.sip.communicator.impl.protocol.yahoo that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryYahooImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService AdHocChatRoomYahooImpl.getParentProvider()
          Returns the protocol provider service that created us.
 ProtocolProviderService ContactGroupYahooImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService RootContactGroupYahooImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactYahooImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 

Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryYahooImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.impl.protocol.zeroconf
 

Classes in net.java.sip.communicator.impl.protocol.zeroconf that implement ProtocolProviderService
 class ProtocolProviderServiceZeroconfImpl
          An implementation of the protocol provider service over the Zeroconf protocol
 

Methods in net.java.sip.communicator.impl.protocol.zeroconf that return ProtocolProviderService
protected  ProtocolProviderService ProtocolProviderFactoryZeroconfImpl.createService(String userID, AccountID accountID)
           
 ProtocolProviderService ContactGroupZeroconfImpl.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService ContactZeroconfImpl.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 

Methods in net.java.sip.communicator.impl.protocol.zeroconf with parameters of type ProtocolProviderService
 void ProtocolProviderFactoryZeroconfImpl.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
           
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.accountinfo
 

Constructors in net.java.sip.communicator.plugin.accountinfo with parameters of type ProtocolProviderService
AccountDetailsPanel(ProtocolProviderService protocolProvider)
          Construct a panel containing all account details for the given protocol provider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.aimaccregwizz
 

Methods in net.java.sip.communicator.plugin.aimaccregwizz that return ProtocolProviderService
 ProtocolProviderService AimAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user, String passwd)
          Creates an account for the given user and password.
 ProtocolProviderService AimAccountRegistrationWizard.signin()
          Installs the account created through this wizard.
 ProtocolProviderService AimAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "service.gui.SIGN_IN" button.
 

Methods in net.java.sip.communicator.plugin.aimaccregwizz with parameters of type ProtocolProviderService
 void AimAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data comming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.dictaccregwizz
 

Methods in net.java.sip.communicator.plugin.dictaccregwizz that return ProtocolProviderService
 ProtocolProviderService DictAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String host, int port, String strategy)
          Creates an account for the given user and password.
 ProtocolProviderService DictAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService DictAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.dictaccregwizz with parameters of type ProtocolProviderService
 void DictAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the Host, Port and Strategy fields in this panel with the data comming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.facebookaccregwizz
 

Methods in net.java.sip.communicator.plugin.facebookaccregwizz that return ProtocolProviderService
protected  ProtocolProviderService FacebookAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String userName, String passwd)
          Creates an account for the given user and password.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.generalconfig
 

Methods in net.java.sip.communicator.plugin.generalconfig that return ProtocolProviderService
static ProtocolProviderService[] GeneralConfigPluginActivator.getProtocolProviders()
          Returns an array of all available protocol providers.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.gibberishaccregwizz
 

Methods in net.java.sip.communicator.plugin.gibberishaccregwizz that return ProtocolProviderService
 ProtocolProviderService GibberishAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user)
          Creates an account for the given user and password.
 ProtocolProviderService GibberishAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService GibberishAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.gibberishaccregwizz with parameters of type ProtocolProviderService
 void GibberishAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.icqaccregwizz
 

Methods in net.java.sip.communicator.plugin.icqaccregwizz that return ProtocolProviderService
 ProtocolProviderService IcqAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user, String passwd)
          Creates an account for the given user and password.
 ProtocolProviderService IcqAccountRegistrationWizard.signin()
          Installs the account created through this wizard.
 ProtocolProviderService IcqAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.icqaccregwizz with parameters of type ProtocolProviderService
 void IcqAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data comming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.ircaccregwizz
 

Methods in net.java.sip.communicator.plugin.ircaccregwizz that return ProtocolProviderService
 ProtocolProviderService IrcAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user, String password)
          Creates an account for the given user and password.
 ProtocolProviderService IrcAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService IrcAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.ircaccregwizz with parameters of type ProtocolProviderService
 void IrcAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.jabberaccregwizz
 

Methods in net.java.sip.communicator.plugin.jabberaccregwizz that return ProtocolProviderService
protected  ProtocolProviderService JabberAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String userName, String passwd)
          Creates an account for the given user and password.
 ProtocolProviderService JabberAccountRegistrationWizard.signin()
          Installs the account defined in this wizard.
 ProtocolProviderService JabberAccountRegistrationWizard.signin(String userName, String password)
          Installs the account defined in this wizard.
 

Methods in net.java.sip.communicator.plugin.jabberaccregwizz with parameters of type ProtocolProviderService
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the User ID and Password fields in this panel with the data coming from the given protocolProvider.
 void JabberAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the User ID and Password fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.msnaccregwizz
 

Methods in net.java.sip.communicator.plugin.msnaccregwizz that return ProtocolProviderService
 ProtocolProviderService MsnAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user, String passwd)
          Creates an account for the given user and password.
 ProtocolProviderService MsnAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService MsnAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.msnaccregwizz with parameters of type ProtocolProviderService
 void MsnAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.notificationwiring
 

Methods in net.java.sip.communicator.plugin.notificationwiring that return types with arguments of type ProtocolProviderService
static List<ProtocolProviderService> NotificationManager.getProtocolProviders()
          Returns all protocol providers currently registered.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.rssaccregwizz
 

Methods in net.java.sip.communicator.plugin.rssaccregwizz that return ProtocolProviderService
 ProtocolProviderService RssAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user)
          Creates an account for the given user and password.
 ProtocolProviderService RssAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService RssAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.rssaccregwizz with parameters of type ProtocolProviderService
 void RssAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.sipaccregwizz
 

Methods in net.java.sip.communicator.plugin.sipaccregwizz that return ProtocolProviderService
 ProtocolProviderService SIPAccountRegistrationWizard.signin()
          Installs the account created through this wizard.
 ProtocolProviderService SIPAccountRegistrationWizard.signin(String userName, String password)
          Installs the account with the given user name and password.
 

Methods in net.java.sip.communicator.plugin.sipaccregwizz with parameters of type ProtocolProviderService
 void SIPAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the id and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.sshaccregwizz
 

Methods in net.java.sip.communicator.plugin.sshaccregwizz that return ProtocolProviderService
 ProtocolProviderService SSHAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user)
          Creates an account for the given Account ID, Identity File and Known Hosts File
 ProtocolProviderService SSHAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService SSHAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.sshaccregwizz with parameters of type ProtocolProviderService
 void SSHAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the Account ID, Identity File and Known Hosts File fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.yahooaccregwizz
 

Methods in net.java.sip.communicator.plugin.yahooaccregwizz that return ProtocolProviderService
 ProtocolProviderService YahooAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user, String passwd)
          Creates an account for the given user and password.
 ProtocolProviderService YahooAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService YahooAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.yahooaccregwizz with parameters of type ProtocolProviderService
 void YahooAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.plugin.zeroconfaccregwizz
 

Methods in net.java.sip.communicator.plugin.zeroconfaccregwizz that return ProtocolProviderService
 ProtocolProviderService ZeroconfAccountRegistrationWizard.installAccount(ProtocolProviderFactory providerFactory, String user)
          Creates an account for the given user and password.
 ProtocolProviderService ZeroconfAccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService ZeroconfAccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.plugin.zeroconfaccregwizz with parameters of type ProtocolProviderService
 void ZeroconfAccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
 void FirstWizardPage.loadAccount(ProtocolProviderService protocolProvider)
          Fills the UserID field in this panel with the data comming from the given protocolProvider.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.callhistory
 

Fields in net.java.sip.communicator.service.callhistory declared as ProtocolProviderService
protected  ProtocolProviderService CallRecord.protocolProvider
          The protocol provider through which the call was made.
 

Methods in net.java.sip.communicator.service.callhistory that return ProtocolProviderService
 ProtocolProviderService CallRecord.getProtocolProvider()
          Returns the protocol provider used for the call.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.contactlist
 

Methods in net.java.sip.communicator.service.contactlist with parameters of type ProtocolProviderService
 void MetaContactListService.addNewContactToMetaContact(ProtocolProviderService provider, MetaContact metaContact, String contactID)
          First makes the specified protocol provider create the contact as indicated by contactID, and then associates it to the _existing_ metaContact given as an argument.
 MetaContact MetaContactListService.createMetaContact(ProtocolProviderService provider, MetaContactGroup contactGroup, String contactID)
          First makes the specified protocol provider create a contact corresponding to the specified contactID, then creates a new MetaContact which will encapsulate the newly crated protocol specific contact.
 Iterator<MetaContact> MetaContactListService.findAllMetaContactsForProvider(ProtocolProviderService protocolProvider)
          Returns a list of all MetaContacts containing a protocol contact from the given ProtocolProviderService.
 Iterator<MetaContact> MetaContactListService.findAllMetaContactsForProvider(ProtocolProviderService protocolProvider, MetaContactGroup metaContactGroup)
          Returns a list of all MetaContacts contained in the given group and containing a protocol contact from the given ProtocolProviderService.
 Contact MetaContact.getContact(String contactAddress, ProtocolProviderService ownerProvider)
          Returns a contact encapsulated by this meta contact, having the specified contactAddress and coming from the indicated ownerProvider.
 ContactGroup MetaContactGroup.getContactGroup(String groupName, ProtocolProviderService ownerProvider)
          Returns a contact group encapsulated by this meta contact group, having the specified groupName and coming from the indicated ownerProvider.
 Iterator<ContactGroup> MetaContactGroup.getContactGroupsForProvider(ProtocolProviderService provider)
          Returns all protocol specific ContactGroups, encapsulated by this MetaContactGroup and coming from the indicated ProtocolProviderService.
 Iterator<Contact> MetaContact.getContactsForProvider(ProtocolProviderService provider)
          Returns all protocol specific Contacts, encapsulated by this MetaContact and coming from the indicated ProtocolProviderService.
 MetaContact MetaContactGroup.getMetaContact(ProtocolProviderService provider, String contactID)
          Returns the meta contact encapsulating a contact belonging to the specified provider with the specified identifier.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.contactlist.event
 

Methods in net.java.sip.communicator.service.contactlist.event that return ProtocolProviderService
 ProtocolProviderService MetaContactGroupEvent.getSourceProvider()
          Returns the provider that the source contact belongs to.
 

Constructors in net.java.sip.communicator.service.contactlist.event with parameters of type ProtocolProviderService
MetaContactGroupEvent(MetaContactGroup source, ProtocolProviderService provider, ContactGroup sourceProtoGroup, int eventID)
          Creates a new MetaContactGroup event according to the specified parameters.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.contactsource
 

Methods in net.java.sip.communicator.service.contactsource that return ProtocolProviderService
 ProtocolProviderService ContactDetail.getPreferredProtocolProvider(Class<? extends OperationSet> opSetClass)
          Returns the preferred ProtocolProviderService when using the given opSetClass.
 

Method parameters in net.java.sip.communicator.service.contactsource with type arguments of type ProtocolProviderService
 void ContactDetail.setPreferredProviders(Map<Class<? extends OperationSet>,ProtocolProviderService> preferredProviders)
          Sets a mapping of preferred ProtocolProviderServices for a specific OperationSet.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.geolocation.event
 

Methods in net.java.sip.communicator.service.geolocation.event that return ProtocolProviderService
 ProtocolProviderService LocalPositionChangeEvent.getProvider()
          Returns the provider that has genereted this event
 

Constructors in net.java.sip.communicator.service.geolocation.event with parameters of type ProtocolProviderService
LocalPositionChangeEvent(ProtocolProviderService source, Map oldValue, Map newValue)
          Creates an event instance indicating a change of the property specified by eventType from oldValue to newValue.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.gui
 

Methods in net.java.sip.communicator.service.gui that return ProtocolProviderService
 ProtocolProviderService AccountRegistrationForm.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
abstract  ProtocolProviderService AccountRegistrationWizard.signin()
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 ProtocolProviderService AccountRegistrationForm.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
abstract  ProtocolProviderService AccountRegistrationWizard.signin(String userName, String password)
          Defines the operations that will be executed when the user clicks on the wizard "Signin" button.
 

Methods in net.java.sip.communicator.service.gui with parameters of type ProtocolProviderService
 void AccountRegistrationWizard.accountRemoved(ProtocolProviderService protocolProvider)
          Indicates that the account corresponding to the given protocolProvider has been removed.
 SecurityAuthority UIService.getDefaultSecurityAuthority(ProtocolProviderService protocolProvider)
          Returns a default implementation of the SecurityAuthority interface that can be used by non-UI components that would like to launch the registration process for a protocol provider.
 void AccountRegistrationForm.loadAccount(ProtocolProviderService protocolProvider)
          Loads all data concerning the given ProtocolProviderService.
abstract  void AccountRegistrationWizard.loadAccount(ProtocolProviderService protocolProvider)
          Loads all data concerning the given ProtocolProviderService.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.protocol
 

Classes in net.java.sip.communicator.service.protocol with type parameters of type ProtocolProviderService
 class AbstractCall<T extends CallPeer,U extends ProtocolProviderService>
          Provides implementations for some of the methods in the Call abstract class to facilitate implementations.
 class AbstractCallPeer<T extends Call,U extends ProtocolProviderService>
          Provides a default implementation for most of the CallPeer methods with the purpose of only leaving custom protocol development to clients using the PhoneUI service.
 class AbstractOperationSetAvatar<T extends ProtocolProviderService>
          Represents a default implementation of OperationSetAvatar in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class AbstractOperationSetContactCapabilities<T extends ProtocolProviderService>
          Represents a default implementation of OperationSetContactCapabilities which attempts to make it easier for implementers to provide complete solutions while focusing on implementation-specific functionality.
 class AbstractOperationSetPersistentPresence<T extends ProtocolProviderService>
          Represents a default implementation of OperationSetPersistentPresence in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class AbstractOperationSetTypingNotifications<T extends ProtocolProviderService>
          Represents a default implementation of OperationSetTypingNotifications in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class ActiveCallsRepository<T extends Call,U extends OperationSetBasicTelephony<? extends ProtocolProviderService>>
          Keeps a list of all calls currently active and maintained by this protocol provider.
 interface OperationSetAdvancedTelephony<T extends ProtocolProviderService>
          Extends OperationSetBasicTelephony with advanced telephony operations such as call transfer.
 interface OperationSetBasicTelephony<T extends ProtocolProviderService>
          An Operation Set defining all basic telephony operations such as conducting simple calls and etc.
 

Classes in net.java.sip.communicator.service.protocol that implement ProtocolProviderService
 class AbstractProtocolProviderService
          Implements standard functionality of ProtocolProviderService in order to make it easier for implementers to provide complete solutions while focusing on protocol-specific details.
 

Fields in net.java.sip.communicator.service.protocol declared as ProtocolProviderService
protected  T AbstractOperationSetTypingNotifications.parentProvider
          The provider that created us.
protected  T AbstractOperationSetPersistentPresence.parentProvider
          The provider that created us.
protected  T AbstractOperationSetContactCapabilities.parentProvider
          The ProtocolProviderService which provides this OperationSetContactCapabilities.
 

Methods in net.java.sip.communicator.service.protocol that return ProtocolProviderService
protected abstract  ProtocolProviderService ProtocolProviderFactory.createService(String userID, AccountID accountID)
          Initializes a new ProtocolProviderService instance with a specific user ID to represent a specific AccountID.
 ProtocolProviderService ChatRoom.getParentProvider()
          Returns a reference to the provider that created this room.
 ProtocolProviderService AdHocChatRoom.getParentProvider()
          Returns a reference to the provider that created this room.
 ProtocolProviderService ChatRoomMember.getProtocolProvider()
          Returns the protocol provider instance that this member has originated in.
 ProtocolProviderService ContactGroup.getProtocolProvider()
          Returns the protocol provider that this group belongs to.
 ProtocolProviderService WhiteboardParticipant.getProtocolProvider()
          Returns the protocol provider instance that this member has originated in.
 ProtocolProviderService CallPeer.getProtocolProvider()
          Returns the protocol provider that this peer belongs to.
 ProtocolProviderService Contact.getProtocolProvider()
          Returns a reference to the protocol provider that created the contact.
 ProtocolProviderService WhiteboardSession.getProtocolProvider()
          Returns a reference to the ProtocolProviderService instance that created this whiteboard.
 ProtocolProviderService Call.getProtocolProvider()
          Returns a reference to the ProtocolProviderService instance that created this call.
 

Methods in net.java.sip.communicator.service.protocol with parameters of type ProtocolProviderService
 void AbstractOperationSetServerStoredAccountInfo.fireServerStoredDetailsChangeEvent(ProtocolProviderService source, int eventID, Object oldValue, Object newValue)
          Notify all listeners of the corresponding account detail change event.
abstract  void ProtocolProviderFactory.modifyAccount(ProtocolProviderService protocolProvider, Map<String,String> accountProperties)
          Modifies the account corresponding to the specified accountID.
 

Constructors in net.java.sip.communicator.service.protocol with parameters of type ProtocolProviderService
Call(ProtocolProviderService sourceProvider)
          Creates a new Call instance.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return ProtocolProviderService
 ProtocolProviderService ContactPropertyChangeEvent.getProtocolProvider()
          Returns a reference to the protocol provider where the event has originated.
 ProtocolProviderService ProviderStatusChangeEvent.getProvider()
          Returns the provider that has generated this event
 ProtocolProviderService RegistrationStateChangeEvent.getProvider()
          Returns the provider that has generated this event
 ProtocolProviderService ServerStoredDetailsChangeEvent.getProvider()
          Returns the provider that has generated this event
 ProtocolProviderService ProviderPresenceStatusChangeEvent.getProvider()
          Returns the provider that has genereted this event
 ProtocolProviderService GenericEvent.getSourceProvider()
          Returns the ProtocolProviderService which originated this event.
 ProtocolProviderService AvatarEvent.getSourceProvider()
          Returns the provider that the source belongs to.
 ProtocolProviderService ServerStoredGroupEvent.getSourceProvider()
          Returns a reference to the provider under which the event is being generated
 ProtocolProviderService MessageWaitingEvent.getSourceProvider()
          Returns the ProtocolProviderService which originated this event.
 ProtocolProviderService GeolocationEvent.getSourceProvider()
          Returns the provider that the source contact belongs to.
 ProtocolProviderService ContactPresenceStatusChangeEvent.getSourceProvider()
          Returns the provider that the source contact belongs to.
 ProtocolProviderService SubscriptionMovedEvent.getSourceProvider()
          Returns the provider that the source contact belongs to.
 ProtocolProviderService SubscriptionEvent.getSourceProvider()
          Returns the provider that the source contact belongs to.
 

Constructors in net.java.sip.communicator.service.protocol.event with parameters of type ProtocolProviderService
AvatarEvent(OperationSetAvatar sourceOp, ProtocolProviderService sourceProvider, byte[] newAvatar)
          Creates an event instance indicating that the specified protocol has changed its avatar to newAvatar.
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.
DTMFReceivedEvent(ProtocolProviderService source, DTMFTone value, long duration)
          Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
GenericEvent(ProtocolProviderService sourceProtocolProvider, Contact from, String eventName, String eventValue, Contact sourceContact)
          Constructs a GenericEvent.
GeolocationEvent(Contact sourceContact, ProtocolProviderService sourceProvider, Map<String,String> newLocation, OperationSetGeolocation geolocationOpSet)
          Creates an event instance indicating that the specified source contact has changed its geographic location to newLocation.
MessageWaitingEvent(ProtocolProviderService source, OperationSetMessageWaiting.MessageType messageType, String account, int unreadMessages, int readMessages, int unreadUrgentMessages, int readUrgentMessages)
          Constructs the Event with the given source, typically the provider and number of messages.
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.
RegistrationStateChangeEvent(ProtocolProviderService source, RegistrationState oldValue, RegistrationState newValue, int reasonCode, String reason)
          Creates an event instance indicating a change of the provider state from oldValue to newValue.
ServerStoredDetailsChangeEvent(ProtocolProviderService source, int eventID, Object oldValue, Object newValue)
          Constructs a ServerStoredDetailsChangeEvent.
ServerStoredGroupEvent(ContactGroup sourceGroup, int eventID, ContactGroup parentGroup, ProtocolProviderService sourceProvider, OperationSetPersistentPresence opSet)
          Creates a ServerStoredGroupChangeEvent instance.
SubscriptionEvent(Contact source, ProtocolProviderService provider, ContactGroup parentGroup, int eventID)
          Creates a new Subscription event according to the specified parameters.
SubscriptionEvent(Contact source, ProtocolProviderService provider, ContactGroup parentGroup, int eventID, int errorCode, String errorReason)
          Creates a new Subscription event according to the specified parameters.
SubscriptionMovedEvent(Contact sourceContact, ProtocolProviderService sourceProvider, ContactGroup oldParent, ContactGroup newParent)
          Creates an event instance with the specified source contact and old and new parent.
 

Uses of ProtocolProviderService in net.java.sip.communicator.service.protocol.media
 

Classes in net.java.sip.communicator.service.protocol.media with type parameters of type ProtocolProviderService
 class AbstractOperationSetBasicTelephony<T extends ProtocolProviderService>
          Represents a default implementation of OperationSetBasicTelephony in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class AbstractOperationSetTelephonyConferencing<ProtocolProviderServiceT extends ProtocolProviderService,OperationSetBasicTelephonyT extends OperationSetBasicTelephony<ProtocolProviderServiceT>,MediaAwareCallT extends MediaAwareCall<MediaAwareCallPeerT,OperationSetBasicTelephonyT,ProtocolProviderServiceT>,MediaAwareCallPeerT extends MediaAwareCallPeer<MediaAwareCallT,?,ProtocolProviderServiceT>,CalleeAddressT>
          Represents a default implementation of OperationSetTelephonyConferencing in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class AbstractOperationSetVideoTelephony<T extends OperationSetBasicTelephony<U>,U extends ProtocolProviderService,V extends MediaAwareCall<W,T,U>,W extends MediaAwareCallPeer<V,?,U>>
          Represents a default implementation of OperationSetVideoTelephony in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class MediaAwareCall<T extends MediaAwareCallPeer<?,?,V>,U extends OperationSetBasicTelephony<V>,V extends ProtocolProviderService>
          A utility class implementing media control code shared between current telephony implementations.
 class MediaAwareCallPeer<T extends MediaAwareCall<?,?,V>,U extends CallPeerMediaHandler<?>,V extends ProtocolProviderService>
          A utility class implementing media control code shared between current telephony implementations.
 

Fields in net.java.sip.communicator.service.protocol.media declared as ProtocolProviderService
protected  U AbstractOperationSetVideoTelephony.parentProvider
          The SIP ProtocolProviderService implementation which created this instance and for which telephony conferencing services are being provided by this instance.
protected  ProtocolProviderServiceT AbstractOperationSetTelephonyConferencing.parentProvider
          The ProtocolProviderService implementation which created this instance and for which telephony conferencing services are being provided by this instance.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.