Uses of Class
com.skype.SkypeException

Packages that use SkypeException
com.skype <#if locale="ja"> <#else> Provides the classes for Skype API  
hudson.plugins.skype.im.transport   
 

Uses of SkypeException in com.skype
 

Subclasses of SkypeException in com.skype
 class CommandFailedException
          This exception is used for commands that get a ERROR reply.
 class NotAttachedException
          Exception which is thrown when the connection the SKYPE Client isn't in place.
 class TimeOutException
          Exception to throw when a timeout occurs.
 

Methods in com.skype that throw SkypeException
static Application SkypeImpl.addApplication(String name)
          Add an AP2AP capable application.
static void SkypeImpl.addCallListener(CallListener listener)
          Add a listener for CALL events received from the Skype API.
static void SkypeImpl.addChatMessageListener(ChatMessageListener listener)
          Add a listener for CHATMESSAGE events received from the Skype API.
static EventMessage SkypeClient.addEventMessage(String caption)
           
static EventMessage SkypeClient.addEventMessage(String caption, String hint)
           
 void EventMessage.addEventMessageListener(EventMessageListener listener)
           
 void Group.addFriend(Friend friend)
          Add friend to this GROUP.
 Friend ContactList.addFriend(String skypeId, String messageForAuthorization)
          Add user to contactlist.
 Friend ContactList.addFriend(User user, String messageForAuthorization)
          Add user to contactlist.
 Group ContactList.addGroup(String name)
          Add group to contactlist.
static MenuItem SkypeClient.addMenuItem(MenuItem.Context context, String caption, String hint, File iconFile, boolean enabled, String targetSkypeId, boolean multipleContactsEnabled)
           
 void MenuItem.addMenuItemListener(MenuItemListener listener)
           
 void User.addPropertyChangeListener(PropertyChangeListener listener)
          Adds a PropertyChangeListener to this user.
 void Profile.addPropertyChangeListener(PropertyChangeListener listener)
          Adds a PropertyChangeListener to this user.
 void Group.addPSTN(String pstn)
          Add a regular phonenumber (PSTN) to this group.
 void Chat.addUser(User addedUser)
          Add a User to this CHAT.
 void Chat.addUsers(User[] addedUsers)
          Add several users to this CHAT.
static void SkypeImpl.addVoiceMailListener(VoiceMailListener listener)
          Adds a listener for voice mail events received from the Skype API.
 void VoiceMail.addVoiceMailStatusChangedListener(VoiceMailStatusChangedListener listener)
          Adds a listener for the status changed event.
 void Call.answer()
          Answer a ringing CALL.
 void User.askForAuthorization(String messageForAuthorization)
           
 Call User.call()
          Start a call to this User.
static Call SkypeImpl.call(String... skypeIds)
          Make a Skype CALL to multiple users.
static Call SkypeImpl.call(String skypeId)
          Make a Skype CALL to one single Skype user.
 void CallListener.callMaked(Call makedCall)
          Called when a new CALL is started.
 void CallAdapter.callMaked(Call makedCall)
          This method is called when a new CALL is started.
 void CallListener.callReceived(Call receivedCall)
          Called when a CALL is received.
 void CallAdapter.callReceived(Call receivedCall)
          This method will be triggered when a CALL is received.
 void Call.cancel()
          Cancel a CALL.
 boolean Profile.canDoSkypeIn()
          Indicates whether the current user can do SkypeIn.
 boolean Profile.canDoSkypeOut()
          Indicates whether the current user can do SkypeOut.
 boolean Profile.canDoVoiceMail()
          Indicates whether the current user can do VoiceMail.
 boolean User.canLeaveVoiceMail()
          Indicates whether the current user can leave voice mails to this user.
 boolean Call.canTransferTo(String skypeId)
           
 void Group.changeFriendDisplayName(Friend friend, String displayName)
          changes the display name for a contact.
 void Group.changePSTNDisplayName(String pstn, String displayName)
          changes the display name for a contact.
 Chat User.chat()
          Start a chat to this User.
static Chat SkypeImpl.chat(String skypeId)
          Start a chat with a single Skype user.
static Chat SkypeImpl.chat(String[] skypeIds)
          Start a chat with multiple Skype users.
 void ChatMessageListener.chatMessageReceived(ChatMessage receivedChatMessage)
          This method is called when a ChatMessage is received.
 void ChatMessageAdapter.chatMessageReceived(ChatMessage receivedChatMessage)
          This method is called when a chatmessage is received.
 void ChatMessageListener.chatMessageSent(ChatMessage sentChatMessage)
          This method is called when a chat message is sent.
 void ChatMessageAdapter.chatMessageSent(ChatMessage sentChatMessage)
          This method is called when a chatmessage us sent.
static void SkypeImpl.clearCallHistory()
          Clears all call history.
static void SkypeImpl.clearChatHistory()
          Clears all chat history.
 void Call.clearFileCaptureMic()
           
 void Call.clearFileInput()
           
 void Call.clearFileOutput()
           
 void Call.clearPortCaptureMic()
           
 void Call.clearPortInput()
           
 void Call.clearPortOutput()
           
static void SkypeImpl.clearVoiceMailHistory()
          Clears all voice mail history.
 Stream[] Application.connect(Friend... friends)
          Setup an AP2AP connection with a Friend.
 Stream[] Application.connect(String... ids)
          Setup an AP2AP connection with members.
 void ApplicationListener.connected(Stream stream)
          Called when a AP2AP stream is connected.
 void ApplicationAdapter.connected(Stream stream)
          Implement this method to get triggered on AP2AP connected events.
 Stream[] Application.connectToAll()
          Find connetable users.
 void StreamListener.datagramReceived(String receivedDatagram)
          This method will be fired when a datagram message is received.
 void StreamAdapter.datagramReceived(String receivedDatagram)
          Overwrite this method to get triggered for each datagram message.
 void SMS.delete()
          Delete this SMS message.
 void Stream.disconnect()
          Disconenct this Stream and close the AP2AP connection.
 void ApplicationListener.disconnected(Stream stream)
          Called when a AP2AP stream gets disconnected.
 void ApplicationAdapter.disconnected(Stream stream)
          Implement this method to get triggered on AP2AP disconnected events.
 void VoiceMail.dispose()
          Deletes this VoiceMail object.
 void MenuItem.dispose()
           
 void Group.dispose()
          Remove this GROUP.
 void EventMessage.dispose()
           
 void VoiceMail.download()
          Downloads the playback of this VoiceMail object.
 void EventMessageListener.eventMessageClicked()
           
 void Call.finish()
          End a CALL.
 void Application.finish()
          Finishes this application with disconnecting all streams.
 void Call.forward()
          Forward a ringing CALL to profile forwarding rule.
 String User.getAbout()
          Deprecated. 
 User Chat.getAdder()
          Return user who added the current user to chat.
static Call[] SkypeImpl.getAllActiveCalls()
          Gets all the active calls visible on calltabs.
static Chat[] SkypeImpl.getAllActiveChats()
          Gets the all chats which are open in the windows.
 User[] Chat.getAllActiveMembers()
          Return all active members of CHAT.
static Chat[] SkypeImpl.getAllBookmarkedChats()
          Gets the all bookmarked chats.
 Profile.CallForwardingRule[] Profile.getAllCallForwardingRules()
          Gets the all call forwarding rules of the current user.
 Call[] User.getAllCalls()
          Search all calls to and from this User.
 ChatMessage[] User.getAllChatMessages()
          Search for all chatMessages to and from this User.
 ChatMessage[] Chat.getAllChatMessages()
          Return all messages posted in this CHAT.
static Chat[] SkypeImpl.getAllChats()
          Gets the all chats.
 Friend[] Application.getAllConnectableFriends()
          Find user to whom Skype can connect using AP2AP.
 Friend[] Application.getAllConnectedFriends()
          Find all user with whom we have a established AP2AP connection.
 Friend[] Application.getAllConnectingFriends()
          Find all users to whom SKype is connecting a AP2AP connection.
 String[] SMS.getAllContentChunks()
          When an SMS message is too large it is split up in multiple SMS messages.
 Friend[] Group.getAllFriends()
          Return all authorized users.
 Friend[] ContactList.getAllFriends()
          Get all authorized users.
 Group[] ContactList.getAllGroups()
          Search for CUSTOM groups.
 String[] Profile.getAllLauguages()
          Deprecated. 
 User[] Chat.getAllMembers()
          Return all users in this CHAT.
static Chat[] SkypeImpl.getAllMissedChats()
          Gets the all chats which include unread messages
 SMS[] SkypeImpl.getAllMissedSMSs()
          Find all missed SMS messages.
 int VoiceMail.getAllowedDuration()
          Returns the maximum duration of this VoiceMail object in seconds allowed to leave to partner.
 User[] Chat.getAllPosters()
          Return all chatting members on this CHAT.
 Friend[] Application.getAllReceivedFriends()
          Find all users which we have received data from using an AP2AP connection.
static Chat[] SkypeImpl.getAllRecentChats()
          Gets the all recent chats in the locally-cached history.
 Friend[] Application.getAllSendingFriends()
          Find all user to whom we are sending data using a AP2AP connection.
 SMS[] SkypeImpl.getAllSMSs()
          Find all SMS messages.
 Stream[] Application.getAllStreams()
          Gets all connected streams.
 Stream[] Application.getAllStreams(Friend... friends)
          Gets all connected streams by Friend instances.
 Stream[] Application.getAllStreams(String... ids)
          Gets connected streams by Skype IDs.
 Group[] ContactList.getAllSystemGroups()
          Search for HARDWIRED groups.
 String[] SMS.getAllTargetNumbers()
          Return an array of phonenumbers to send this SMS to.
 SMS.TargetStatus[] SMS.getAllTargetStatuses()
          Return an array of Status for each target phone number.
 User[] ChatMessage.getAllUsers()
          Return all users added to CHAT.
 Friend[] ContactList.getAllUserWaitingForAuthorization()
          Get all users waiting for AUTHORIZATION.
 String[] Profile.getAllValidSMSNumbers()
          Return all the valid SMS numbers.
static VoiceMail[] SkypeImpl.getAllVoiceMails()
          Gets the all voice mails.
static String SkypeImpl.getAudioInputDevice()
          Gets the current audio input device of this Skype.
static String SkypeImpl.getAudioOutputDevice()
          Gets the current audio output device of this Skype.
 BufferedImage User.getAvatar()
          Gets the avatar of this user.
 BufferedImage Profile.getAvatar()
          Gets the avatar of the current user.
 Date User.getBirthDay()
          Return the birthdate of this User.
 Date Profile.getBirthDay()
          Gets the birth day of the current user.
 User.BuddyStatus User.getBuddyStatus()
          Returns the buddy status of this user.
 Chat ChatMessage.getChat()
          Get the parent CHAT object for this CHATMESSAGE.
 String User.getCity()
          Return the city this User is based in.
 String Profile.getCity()
          Gets the city of the current user.
 String Call.getConferenceId()
          Return the conference ID of this CALL.
static ContactList SkypeImpl.getContactList()
          Get the contactlist instance of this Skype session.
 String SMS.getContent()
          Return the body of this SMS message.
 String ChatMessage.getContent()
          Get the content of this CHATMESSAGE.
 String User.getCountry()
          Return the country the User is based.
 String Profile.getCountry()
          Gets the country of the current user.
 String User.getCountryByISOCode()
          Return the country by ISO code the User is based.
 String Profile.getCountryByISOCode()
          Gets the country of the current user by the ISO code.
 int Profile.getCredit()
          Gets the credit of the current user.
 String Profile.getCreditCurrencyUnit()
          Gets the credit currency unit of the current user.
 String SMS.getCurrencyUnit()
          Return the costs currency.
 String Chat.getDescription()
          Get the topic name of this chat.
 String User.getDisplayName()
          Return the displayname of this User.
 String Group.getDisplayName()
          Return the displayname of this GROUP.
 int VoiceMail.getDuration()
          Returns the duration of this VoiceMail object in seconds.
 int Call.getDuration()
          Return the duration of this CALL.
 int Call.getErrorCode()
          Return the reason of failure.
 VoiceMail.FailureReason VoiceMail.getFailureReason()
          Returns the failure reason of this VoiceMail object.
 SMS.FailureReason SMS.getFailureReason()
          Return the failure reason of sending this SMS.
 Friend ContactList.getFriend(String skypeId)
          Get the Friend object for one of the authorized users.
 String User.getFullName()
          Return full name of this User.
 String Profile.getFullName()
          Gets the full name of the current user.
 Group ContactList.getGroup(String displayName)
          Search for group with displayname.
 String User.getHandle()
          Return the handle of this user
 String User.getHomePageAddress()
          Return the homepage URL of this User.
 String Profile.getHomePageAddress()
          Deprecated. 
 String User.getHomePhone()
          Deprecated. 
 String User.getHomePhoneNumber()
          Return the home phone number that is in the User profile.
 String Profile.getHomePhoneNumber()
          Gets the home phone number of the current user.
 String Profile.getId()
          Gets the Skype ID (username) of the current user.
 String User.getIntroduction()
          Returns introduction User has provided in his/her profile.
 String Profile.getIntroduction()
          Gets the introduction of the current user.
 String Profile.getIPCountryByISOCode()
          Gets the IP country of the current user by the ISO code.
 String User.getLanguage()
          Return the native language of this User.
 String User.getLanguageByISOCode()
          Return the native language by ISO code of this User.
 String Profile.getLanguageByISOCode()
          Get the language by ISO code of the current user.
 Date User.getLastOnlineTime()
          Return last online time (UNIX timestamp).
 String User.getLauguage()
          Deprecated. 
 ChatMessage.LeaveReason ChatMessage.getLeaveReason()
          Get the leave reason.
static SkypeClient.WindowState SkypeClient.getMainWindowState()
           
 String User.getMobilePhone()
          Deprecated. 
 String User.getMobilePhoneNumber()
          Return the mobile phone number of this User.
 String Profile.getMobilePhoneNumber()
          Gets the mobile phone number of the current user.
 String User.getMoodMessage()
          Return the mood message of this user.
 String Profile.getMoodMessage()
          Gets the mood message of the current user.
 String User.getOfficePhone()
          Deprecated. 
 String User.getOfficePhoneNumber()
          Return the office phone number that is in the User profile.
 String Profile.getOfficePhoneNumber()
          Gets the office phone number of the current user.
 User.Status User.getOnlineStatus()
          Deprecated. 
 String Call.getParticipantsCount()
           
 User VoiceMail.getPartner()
          Returns the Skype user who is the partner in this voice mail.
 User Call.getPartner()
          Return the Skype user who is the partner in this CALL.
 String VoiceMail.getPartnerDisplayName()
          Returns the display name of the Skype user who is the partner in this voice mail.
 String Call.getPartnerDisplayName()
          Return the DISPLAYNAME of the other user in this CALL.
 String VoiceMail.getPartnerId()
          Returns the Skype ID who is the partner in this voice mail.
 String Call.getPartnerId()
          Return the Skype handle of the other user in this CALL.
 BigDecimal SMS.getPrice()
          Return the costs of this SMS to send.
 String User.getProvince()
          Return the province the user is based.
 String Profile.getProvince()
          Gets the province of the current user.
 int Profile.getPSTNBalance()
          Deprecated. 
 String Profile.getPSTNBalanceCurrencyUnit()
          Deprecated. 
 Call.VideoStatus Call.getReceiveVideoStatus()
          Return the status of receiving video with this CALL.
 ChatMessage[] Chat.getRecentChatMessages()
          Get the most recent chatmessages for this CHAT.
 String SMS.getReplyToNumber()
          The phone number to reply to if an SMS is received.
 String Profile.getRichMoodMessage()
          Gets the rich mood message of the current user.
 User ChatMessage.getSender()
          Return the User who sended this CHATMESSAGE.
 String ChatMessage.getSenderDisplayName()
          Return the displayname of the sender of this CHATMESSAGE.
 String ChatMessage.getSenderId()
          Return the handle of the user who has sent this CHATMESSAGE.
 Call.VideoStatus Call.getSendVideoStatus()
          Return the status of sending video with this CALL.
 User.Sex User.getSex()
          Return the sex of this User.
 Profile.Sex Profile.getSex()
          Gets the sex of the current user.
 String User.getSpeedDial()
          Gets the speed dial of this user.
 void User.getSpeedDial(String newValue)
          Sets the speed dial of this user.
 Date VoiceMail.getStartTime()
          Returns the start time of this VoiceMail object.
 Date Call.getStartTime()
          Get the starttime of this CALL object.
 VoiceMail.Status VoiceMail.getStatus()
          Returns the current status of this VoiceMail object.
 User.Status User.getStatus()
          Return the online status of this User.
 SMS.Status SMS.getStatus()
          Return the status of this SMS message.
 Profile.Status Profile.getStatus()
          Gets the online status of the current user.
 ChatMessage.Status ChatMessage.getStatus()
          Get the status of this CHATMESSAGE.
 Chat.Status Chat.getStatus()
          Return the status of this CHAT.
 Call.Status Call.getStatus()
          Return the current status of this CALL.
 Group ContactList.getSystemGroup(Group.Type type)
          Search for a group based on it's type.
 Date SMS.getTime()
          Return the timestamp of this SMS.
 Date ChatMessage.getTime()
          Return time when message was sent (UNIX timestamp).
 Date Chat.getTime()
          Return the timestamp of this CHAT.
 int User.getTimeZone()
          Gets the time zone of the current user.
 int Profile.getTimeZone()
          Gets the time zone of the current user.
 VoiceMail.Type VoiceMail.getType()
          Returns the type of this VoiceMail object.
 SMS.Type SMS.getType()
          Return the type of this SMS message.
 Group.Type Group.getType()
          Get the type of this GROUP.
 ChatMessage.Type ChatMessage.getType()
          Get the type of this CHATMESSAGE.
 Call.Type Call.getType()
          Return the type of this call.
static String SkypeClient.getUILanguageByISOCode()
           
static String SkypeImpl.getVersion()
          Return the version of the Skype client (not this API).
static String SkypeImpl.getVideoDevice()
          Get the current video input device used by the Skype Client.
 int Profile.getWaitTimeBeforeCallForwarding()
          Gets the wait time in seconds before starting a call forwarding.
static File SkypeClient.getWallPaper()
           
 String Profile.getWebSiteAddress()
          Gets the web site address of the current user.
 String Chat.getWindowTitle()
          Get the friendly name of this chat.
 boolean Group.hasFriend(Friend checked)
          Check for any friends.
static void SkypeClient.hideSkypeWindow()
          Remove focus on Skype client window, not any Java window.
 void Call.hold()
          Put this CALL on hold.
 boolean User.isAuthorized()
          Check if this User is authorized in your contactlist.
 boolean User.isBlocked()
          Check if this User is blocked in your contactlist.
 boolean Chat.isBookmarked()
          Indicates if this chat has been bookmarked.
 boolean Profile.isCallForwarding()
          Indicates whether the call forwarding function is on.
 boolean SMS.isCheckedFailure()
          Check if SMS is seen.
 boolean ChatMessage.isEditable()
          Indicates if the chat message is editable.
 boolean Group.isExpanded()
          Check if GROUP is expanded.
 boolean User.isForwardingCalls()
          Indicates whether the current user is forwarding calls.
 boolean Call.isReceiveVideoEnabled()
          Check if video receiving is enabled for this CALL.
static boolean SkypeImpl.isRunning()
          Check if Skype client is running.
 boolean Call.isSendVideoEnabled()
          Check if video sending is enabled for this CALL.
 boolean User.isVideoCapable()
          Check if this User has a Skype client that can do video chats.
 boolean Profile.isVideoCapable()
          Indicates whether the current user has a web camera.
 boolean Group.isVisible()
          Check if GROUP is visible.
 void Chat.leave()
          Leave this CHAT.
 void MenuItemListener.menuItemClicked(MenuItemClickEvent event)
           
 void VoiceMail.openAndStartPlayback()
          Opens the Skype window and starts playing this VoiceMail object.
static void SkypeClient.openVideoOptionsWindow()
          Open the Video options window of the Skype client.
static void SkypeClient.openVideoTestWindow()
          Open the Test video dialog of the Skype client.
static void SkypeClient.pressButton(SkypeClient.Button button)
          Press a button in the Skype client window.
 void Call.redirectToVoiceMail()
          Redirect a ringing CALL to a voice mail.
static void SkypeClient.releaseButton(SkypeClient.Button button)
          Release a pressed button in the Skype client window.
static void SkypeClient.removeEventMessage(EventMessage eventMessage)
           
 void Group.removeFriend(Friend friend)
          Remove a friend from this GROUP.
 void ContactList.removeFriend(Friend friend)
          Removes friend from this contact list.
 void ContactList.removeGroup(Group group)
          Remove group from contactlist.
static void SkypeClient.removeMenuItem(MenuItem menuItem)
           
 void Group.removePSTN(String pstn)
          Remove a regular phonenumber (PSTN) from this group.
 void Call.resume()
          Resume an on hold CALL.
static User[] SkypeImpl.searchUsers(String keyword)
          Search users by a part of id or e-mail.
 void Call.send(Call.DTMF command)
          Send a DTMF command.
 ChatMessage User.send(String message)
          Send this User a chatMessage.
 void Stream.send(String datagram)
          Send a datagram message through this stream.
 ChatMessage Chat.send(String message)
          Send a message to this CHAT.
static SMS SkypeImpl.sendSMS(String[] numbers, String content)
          Send an SMS to one or more cell phone numbers.
static SMS SkypeImpl.sendSMS(String number, String content)
          Send an SMS to one cell phone number.
 void Profile.setAllCallForwardingRules(Profile.CallForwardingRule[] newValues)
          Sets the all call forwarding rules of the current user.
 void Profile.setAllLanguages(String[] newValues)
          Deprecated. 
 void SMS.setAllTargetNumbers(String[] newValues)
          Set the target phone numbers.
static void SkypeImpl.setAudioInputDevice(String deviceName)
          Sets the current audio input device of this Skype.
static void SkypeImpl.setAudioOutputDevice(String deviceName)
          Sets the current audio output device of this Skype.
 void User.setAuthorized(boolean on)
          Set this user being authorized, or not in your contactlist.
 void Profile.setAvatar(BufferedImage newValue)
          Sets the avatar of the current user.
 void Profile.setAvatarByFile(File newValue)
          Sets the avatar of the current user by a file .
 void Profile.setBirthDay(Date newValue)
          Sets the birth day of the current user.
 void User.setBlocked(boolean on)
          Set this user being blocked, or not in your contactlist.
 void User.setBuddy(String msg)
           
 void Profile.setCallForwarding(boolean on)
          Starts or stops the call forwarding function.
 void MenuItem.setCaption(String caption)
           
 void Profile.setCity(String newValue)
          Sets the city of the current user.
 void ChatMessage.setContent(String content)
          Sets the content of the chat message to the specified string.
 void Profile.setCountry(String newValue)
          Sets the country of the current user.
 void Profile.setCountryByISOCode(String newValue)
          Sets the country of the current user by the ISO code.
static void SkypeImpl.setDebug(boolean on)
          Enable debug logging.
 void User.setDisplayName(String newValue)
          Set a displayname for this User.
 void Group.setDisplayName(String newValue)
          Set the displayname of this GROUP.
 void MenuItem.setEnabled(boolean enabled)
           
 void Call.setFileCaptureMic(File file)
           
 void Call.setFileInput(File file)
           
 void Call.setFileOutput(File file)
           
 void Profile.setFullName(String newValue)
          Sets the full name of the current user.
 void MenuItem.setHint(String hint)
           
 void Profile.setHomePageAddress(String newValue)
          Deprecated. 
 void Profile.setHomePhoneNumber(String newValue)
          Sets the home phone number of the current user.
 void Profile.setIntroduction(String newValue)
          Sets the introduction of the current user.
 void Profile.setLanguageByISOCode(String newValue)
          Sets the language by ISO code of the current user.
static void SkypeClient.setMainWindowState(SkypeClient.WindowState newValue)
           
 void Profile.setMobilePhoneNumber(String newValue)
          Sets the mobile phone number of the current user.
 void Profile.setMoodMessage(String newValue)
          Sets the mood message of the current user.
 void Profile.setOfficePhoneNumber(String newValue)
          Sets the office phone number of the current user.
 void Call.setPortCaptureMic(int port)
           
 void Call.setPortInput(int port)
           
 void Call.setPortOutput(int port)
           
 void Profile.setProvince(String newValue)
          Sets the province of the current user.
 void Call.setReceiveVideoEnabled(boolean videoStatus)
          Start or stop receiving video on this call.
 void SMS.setReplyToNumber(String newValue)
          Set the phone number the other party can reply to.
 void Profile.setRichMoodMessage(String newValue)
          Sets the rich mood message of the current user.
 void Call.setSendVideoEnabled(boolean videoStatus)
          Start or stop sending video with this call.
 void Profile.setSex(Profile.Sex newValue)
          Sets the sex of the current user by the Profile.Sex enum.
static boolean SkypeClient.setSilentMode(boolean on)
          Sets the Skype silent mode.
 void Profile.setStatus(Profile.Status newValue)
          Sets the online status of the current user by the Profile.Status enum.
 void Profile.setTimeZone(int newValue)
          Sets the time zone of the current user.
 void Chat.setTopic(String newValue)
          Set the topic of this CHAT.
static void SkypeClient.setUILanguageByISOCode(String newValue)
           
static void SkypeImpl.setVideoDevice(String deviceName)
          Set the video device used by the Skype client.
 void Profile.setWaitTimeBeforeCallForwarding(int newValue)
          Sets the wait time in seconds before starting a call forwarding.
static void SkypeClient.setWallPaper(File newValue)
           
 void Profile.setWebSiteAddress(String newValue)
          Sets the web site address of the current user.
static void SkypeClient.showAddFriendWindow()
          Open the "Add friend" window of Skype client.
static void SkypeClient.showAddFriendWindow(String skypeId)
          Open the "Add friend" window if skypeId exist.
static void SkypeClient.showBlockedUsersWindow()
          Show blacked users window of the Skype client.
static void SkypeClient.showCallHistoryTab()
          Focus the Call history tab of the Skype client.
static void SkypeClient.showChatWindow(String skypeId)
          Open a chatwindow to another Skype user.
static void SkypeClient.showChatWindow(String skypeId, String message)
          Open a chatwindow to another skype user and send a message.
static void SkypeClient.showConferenceWindow()
          Open the conference window of the Skype client.
static void SkypeClient.showContactsTab()
          Focus the Contacts tab of the Skype client window.
static void SkypeClient.showDialPadTab()
          Focus dialpad tab on the Skype client window.
static void SkypeClient.showFileTransferWindow(String skypeId)
          Open File transfer window ten send a file to another Skype user.
static void SkypeClient.showFileTransferWindow(String[] skypeIds)
          Show the file transfer window to send a file to several other Skype users.
static void SkypeClient.showFileTransferWindow(String[] skypeIds, File folder)
          Show file transfer window with a specific Folder to send a file to multiple Skype users.
static void SkypeClient.showFileTransferWindow(String skypeId, File folder)
          Show file transfer windows with a specific folder to send a file to another Skype user.
static void SkypeClient.showGettingStartedWindow()
          Show the getting started window of the Skype client.
static void SkypeClient.showImportContactsWindow()
          Show import contacts window of Skype client.
static void SkypeClient.showOptionsWindow(SkypeClient.OptionsPage page)
          Open the Options window of the Skype Client.
static void SkypeClient.showProfileWindow()
          Open the Skype client profile window.
static void SkypeClient.showRequestAuthorizationWindow(String skypeId)
          Show the request authorisation window for a Skype user ID.
static void SkypeClient.showSearchWindow()
          Open the search window of the Skype Client.
static void SkypeClient.showSendContactsWindow()
          Open send contacts window.
static void SkypeClient.showSkypeWindow()
          Put focus on the Skype client window, not any Java window.
static void SkypeClient.showUserInformationWindow(String skypeId)
          Open the User Information window with the info on a Skype user.
 void VoiceMail.startPlayback()
          Starts the playback of this VoiceMail object.
 void VoiceMail.startRecording()
          Starts the recording of this VoiceMail object.
 void CallStatusChangedListener.statusChanged(Call.Status status)
          Called when the status of a CALL object changes.
 void VoiceMailStatusChangedListener.statusChanged(VoiceMail.Status status)
          Called when the status of a VOICEMAIL object changes.
 void VoiceMail.stopPlayback()
          Stops the playback of this VoiceMail object.
 void VoiceMail.stopRecording()
          Stops the recording of this VoiceMail object.
static SMS SkypeImpl.submitConfirmationCode(String number)
          Send a SMS confirmation code.
static SMS SkypeImpl.submitConfirmationCode(String[] numbers)
          Send a SMS confirmation code.
static SMS SkypeImpl.submitConfirmationCode(String[] numbers, String code)
          Send a SMS confirmation code.
static SMS SkypeImpl.submitConfirmationCode(String number, String code)
          Send a SMS confirmation code.
 void StreamListener.textReceived(String receivedText)
          This method will be fired when a text message is received.
 void StreamAdapter.textReceived(String receivedText)
          Overwrite this method to get triggered for each test message.
 void SMS.toCheckedFailure()
          Set SMS IS_FAILED_UNSEEN to TRUE.
 void Call.transferTo(String... skypeIds)
           
 void VoiceMail.upload()
          Uploads the playback of this VoiceMail object.
 VoiceMail User.voiceMail()
          Leave a voicemail for this User.
static VoiceMail SkypeImpl.voiceMail(String skypeId)
          Leave a voicemail in a other Skype users voicemailbox.
 void VoiceMailListener.voiceMailMade(VoiceMail madeVoiceMail)
          Called when a new voice mail is made.
 void AbstractVoiceMailListener.voiceMailMade(VoiceMail madeVoiceMail)
          Called when a new voice mail is made.
 void VoiceMailListener.voiceMailReceived(VoiceMail receivedVoiceMail)
          Called when a new voice mail is received.
 void AbstractVoiceMailListener.voiceMailReceived(VoiceMail receivedVoiceMail)
          Called when a new voice mail is received.
 void VoiceMail.waitForFinishing()
          Waits for finishing.
 void Stream.write(String text)
          Send a message through this Stream.
 

Uses of SkypeException in hudson.plugins.skype.im.transport
 

Methods in hudson.plugins.skype.im.transport that throw SkypeException
 void SkypeMessageListenerAdapter.chatMessageReceived(ChatMessage receivedChatMessage)
           
 void SkypeMessageListenerAdapter.chatMessageSent(ChatMessage sentChatMessage)
           
 

Constructors in hudson.plugins.skype.im.transport that throw SkypeException
SkypeMessage(ChatMessage msg, boolean authorized)
           
 



Copyright © 2004-2011. All Rights Reserved.