Serialized Form
name
String name
- Application name, used to register with the Skype client.
isInitialized
boolean isInitialized
- Boolean to check the application state.
isInitializedFieldMutex
Object isInitializedFieldMutex
- Ending synchronisation helper field.
shutdownHookForFinish
Thread shutdownHookForFinish
- Shutdownhook thread for cleaning up all instances.
dataListener
ConnectorListener dataListener
- Listener for messages received through Skype.
connectMutex
Object connectMutex
- Used for synchronisation.
listeners
List<E> listeners
- List of listeners.
streams
Map<K,V> streams
- Table of streams.
exceptionHandler
SkypeExceptionHandler exceptionHandler
- Application exception handler.
Class com.skype.Call extends com.skype.SkypeObject implements Serializable |
id
String id
- The CALL objects ID.
listeners
List<E> listeners
- List of listeners to CALL objects.
oldStatus
Call.Status oldStatus
- Previous status.
exceptionHandler
SkypeExceptionHandler exceptionHandler
- Exception handler to CALL object.
isCallListenerEventFired
boolean isCallListenerEventFired
- Flag for fired events.
Class com.skype.Chat extends com.skype.SkypeObject implements Serializable |
id
String id
- ID of this CHAT object.
id
String id
- ID of this CHATMESSAGE.
serialVersionUID: 5247715297475793607L
code
int code
- ERROR code refrence.
- See Also:
https://developer.skype.com/Docs/ApiDoc/Error_codes
message
String message
- The error message.
id
String id
caption
String caption
hint
String hint
eventMessageListeners
List<E> eventMessageListeners
Class com.skype.Group extends com.skype.SkypeObject implements Serializable |
id
String id
- ID of this GROUP.
serialVersionUID: -1777142015080318057L
_skypeIds
String[] _skypeIds
_context
MenuItem.Context _context
_contextIds
String[] _contextIds
serialVersionUID: -4191519326969230719L
serialVersionUID: -4277557764382543108L
Class com.skype.SMS extends com.skype.SkypeObject implements Serializable |
id
String id
- Unique ID to identify this SMS.
application
Application application
- AP2AP application to which this Stream is connected.
id
String id
- ID of this stream.
listeners
List<E> listeners
- Listeners to this stream.
exceptionHandler
SkypeExceptionHandler exceptionHandler
- Exceptionhandler for this Stream.
serialVersionUID: -5760422025501667771L
Class com.skype.User extends com.skype.SkypeObject implements Serializable |
id
String id
- ID of this User.
listeners
PropertyChangeSupport listeners
id
String id
- The ID of this VoiceMail object.
listeners
List<E> listeners
- List of listeners for status changed event.
oldStatus
VoiceMail.Status oldStatus
- Previous status.
exceptionHandler
SkypeExceptionHandler exceptionHandler
- Exception handler.
Package com.skype.connector |
serialVersionUID: -764987191989792842L
serialVersionUID: -8610258526127376241L
message
String message
- The message that triggered the event.
serialVersionUID: -7285732323922562464L
status
Connector.Status status
- The new status that caused this event.
serialVersionUID: 8424409627819350472L
status
Connector.Status status
- The actual current status (Not attached).
serialVersionUID: -8283931255668558270L
Package hudson.plugins.skype.im.transport |
Package hudson.plugins.skype.im.transport.callables |
chat
Chat chat
senderId
String senderId
toId
String toId
content
String content
skypeNames
String[] skypeNames
message
String message
chatName
String chatName
mood
String mood
status
Profile.Status status
skypeNames
String skypeNames
Copyright © 2004-2011. All Rights Reserved.