A B C E F G H I J L M N O P R S T U W

A

addSCPhoneListener(SCPhoneListener) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Add a listener to be informed of SCPhone events.

B

bundleContext - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
 

C

callEnded(CallEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallListener implementation for callEnded
callHS - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
used to retrive passsed and/or missed calls
contactList - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Hastable mapping a user address to the Contact representing that user
currentCall - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
call currently runing on the phone

E

executor - Variable in class net.java.sip.communicator.plugin.scphone.SCPhone
Thread pooled executor

F

firePhoneCommandReceived(String) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Event trigger called when a command is received from the phone.
firePhoneCommandSent(String) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Event trigger called when a command is sent and has been received by the phone.
fireStatusChanged(int) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Fire a status change event.

G

getMessage() - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneMessageEvent
Get the message of this event.
getPhone() - Static method in class net.java.sip.communicator.plugin.scphone.SCPhone
Initialize the unique singleton of the SCPhone.
getPhone() - Static method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Get singleton instance of the phone.
getStatus() - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Return the status .
getStatus() - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneStatusEvent
Return the new Status.
getTime() - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneEvent
Get the time of the event.
getUsernamesList(ContactGroup) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
compute a comma separated string list of contacts's usernames in a specified group.

H

handleProviderAdded(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Used to attach the phone manager to existing or just registered protocol provider.
handleProviderRemoved(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Removes the specified provider from the list of currently known providers and ignores all the calls made by it
hangup() - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
to terminate a call
histCall - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Hastable mapping a call ids to a CallParticipantRecord
histCallCount - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
number of callrecord to retrieve when needed

I

incomingCallReceived(CallEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallListener implementation for incomingCallReceived
initialize() - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Initialize the SCPhone by loading the native lib and running the message receiver and sender as a daemon.

J

jni_init() - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Native init method.
jni_onAttach(int) - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Set the SCPhone status.
jni_onPhoneMessage(String) - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
This method gets called when the native lib has a message received.
jni_sendMessage(String) - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Native send message method.
jni_windowProc() - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Native event loop method.

L

logger - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
 

M

makeCall(String) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
make a call using appropriate protocol provider.
message - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneMessageEvent
The message that triggered the event.

N

net.java.sip.communicator.plugin.scphone - package net.java.sip.communicator.plugin.scphone
 

O

outgoingCallCreated(CallEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallListener implementation for outgoingCallCreated

P

participantAddressChanged(CallParticipantChangeEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallParticipantListener implementation for participantAddressChanged
participantDisplayNameChanged(CallParticipantChangeEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallParticipantListener implementation for participantDisplayNameChanged
participantImageChanged(CallParticipantChangeEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallParticipantListener implementation for participantAddressChanged
participantStateChanged(CallParticipantChangeEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallParticipantListener implementation for participantStateChanged
participantTransportAddressChanged(CallParticipantChangeEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
CallParticipantListener implementation for participantStateChanged
phone - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
The SCPhone object that communicate with the phone device
phoneCommandReceived(SCPhoneMessageEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Implementation of SCPhoneListener's method, called when a message is recived from the phone.
phoneCommandReceived(SCPhoneMessageEvent) - Method in interface net.java.sip.communicator.plugin.scphone.SCPhoneListener
This will be triggered when a message is received.
phoneCommandSent(SCPhoneMessageEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Implementation of SCPhoneListener's method, called when a message has been sent to the phone
phoneCommandSent(SCPhoneMessageEvent) - Method in interface net.java.sip.communicator.plugin.scphone.SCPhoneListener
This will be triggered when a message has been sent to the phone.
ppsVector - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
A vector of ProtocolProviderServices which supports OperationSetBasicTelephony
primaryProtocolProvider - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
We use this protocol provider for issue calls when there is not a default protocol provider.

R

removeSCPhoneListener(SCPhoneListener) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Remove a listener from the collection of listeners.

S

SCPhone - Class in net.java.sip.communicator.plugin.scphone
Bring usb phone support to sc.
SCPhone() - Constructor for class net.java.sip.communicator.plugin.scphone.SCPhone
Don't instantiate, Use SCPhone.getPhone() method instead.
scPhone - Static variable in class net.java.sip.communicator.plugin.scphone.SCPhone
Singleton instance of this class
SCPhoneActivator - Class in net.java.sip.communicator.plugin.scphone
The responsability of the scphone plugin is to manage interactivity with an usb phone by linking it to sc.
SCPhoneActivator() - Constructor for class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
 
SCPhoneEvent - Class in net.java.sip.communicator.plugin.scphone
Event will by raised when thereis a phone event.
SCPhoneEvent(Object) - Constructor for class net.java.sip.communicator.plugin.scphone.SCPhoneEvent
Constructor.
SCPhoneException - Exception in net.java.sip.communicator.plugin.scphone
Exception class for the SCPhone.
SCPhoneException() - Constructor for exception net.java.sip.communicator.plugin.scphone.SCPhoneException
Defatult constructor.
SCPhoneException(String) - Constructor for exception net.java.sip.communicator.plugin.scphone.SCPhoneException
Constructor with message.
SCPhoneException(String, Throwable) - Constructor for exception net.java.sip.communicator.plugin.scphone.SCPhoneException
Constructor with message and cause.
SCPhoneListener - Interface in net.java.sip.communicator.plugin.scphone
SCPhone event listener interface.
scPhoneListeners - Variable in class net.java.sip.communicator.plugin.scphone.SCPhone
Collection of event listeners for the phone.
SCPhoneMessageEvent - Class in net.java.sip.communicator.plugin.scphone
A SCPhoneMessageEvent is fired when a message has been sent to the phone or received (from the phone).
SCPhoneMessageEvent(Object, String) - Constructor for class net.java.sip.communicator.plugin.scphone.SCPhoneMessageEvent
Constructor with source and the message.
scPhoneStatus - Variable in class net.java.sip.communicator.plugin.scphone.SCPhone
Status of the phone
SCPhoneStatusEvent - Class in net.java.sip.communicator.plugin.scphone
A SCPhoneStatusEvent event will be raised when the phone device become available.
SCPhoneStatusEvent(Object, int) - Constructor for class net.java.sip.communicator.plugin.scphone.SCPhoneStatusEvent
Constructor which sets the source and the new status.
sendCommand(String) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Send a command message to the phone.
sendCommand(String) - Method in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Send a command to the phone.
serialVersionUID - Static variable in exception net.java.sip.communicator.plugin.scphone.SCPhoneException
Needed for all serialisationable objects.
serviceChanged(ServiceEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
When new protocol provider is registered we check if it supports BasicTelephony and if so add a listener to it
setStatus(int) - Method in class net.java.sip.communicator.plugin.scphone.SCPhone
Set the status.
start(BundleContext) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Start the usb phone plugin
status - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneStatusEvent
The new status that caused this event.
STATUS_OFF - Static variable in class net.java.sip.communicator.plugin.scphone.SCPhone
phone device unavailable
STATUS_ON - Static variable in class net.java.sip.communicator.plugin.scphone.SCPhone
a phone device is connected and available
statusChanged(SCPhoneStatusEvent) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Implementation of SCPhoneListener's method, called when the phone become available
statusChanged(SCPhoneStatusEvent) - Method in interface net.java.sip.communicator.plugin.scphone.SCPhoneListener
This method will be triggered when the status of the phone changes.
stop(BundleContext) - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Stop the usb phone plugin by "closing" the connexion with the phone device

T

takeCall() - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
Answer an incoming call.
th - Variable in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Thread that runs native code which handle communication with the device
thePhone - Static variable in class net.java.sip.communicator.plugin.scphone.WinSCPhone
Singleton instance of this class
time - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneEvent
Time at wich the event occurred.

U

updateContactList() - Method in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
setup the contactlist
usernameList - Variable in class net.java.sip.communicator.plugin.scphone.SCPhoneActivator
A String containing, comma separated userfriendly username of contacts

W

WinSCPhone - Class in net.java.sip.communicator.plugin.scphone
Add usb phone support for sc on the windows platform.
WinSCPhone() - Constructor for class net.java.sip.communicator.plugin.scphone.WinSCPhone
Not allowed to instantiate.

A B C E F G H I J L M N O P R S T U W