
| InstantMessengerAdaptor | ( | String | name, | |
| NSDictionary | parameters | |||
| ) |
| [static initializer] | ( | ) | [static, package] |
| InstantMessengerConnection _addInstantMessenger | ( | String | screenName, | |
| String | password | |||
| ) |
| InstantMessengerConnection _defaultInstantMessengerConnection | ( | ) |
| InstantMessengerConnection _instantMessengerConnectionNamed | ( | String | screenName | ) |
| void _removeInstantMessengerConnection | ( | InstantMessengerConnection | connection | ) |
| InstantMessengerConnection addInstantMessenger | ( | String | screenName, | |
| String | password | |||
| ) |
| static String buddyName | ( | WORequest | request | ) | [static] |
| static Conversation conversation | ( | WORequest | request | ) | [static] |
| IInstantMessenger defaultInstantMessenger | ( | ) |
| boolean dispatchesRequestsConcurrently | ( | ) |
| IInstantMessengerFactory getFactory | ( | String | key | ) | [protected] |
| IInstantMessenger instantMessenger | ( | ) |
| static InstantMessengerAdaptor instantMessengerAdaptor | ( | ) | [static] |
| IInstantMessenger instantMessengerForScreenName | ( | String | screenName | ) |
| static boolean isIMRequest | ( | WORequest | request | ) | [static] |
| static boolean isIMRequest | ( | WOContext | context | ) | [static] |
| static String message | ( | WORequest | request | ) | [static] |
| synchronized void messageReceived | ( | IInstantMessenger | instantMessenger, | |
| String | buddyName, | |||
| String | rawMessage | |||
| ) |
Implements IMessageListener.
| static String rawMessage | ( | WORequest | request | ) | [static] |
| void registerForEvents | ( | ) |
| void removeExpiredConversations | ( | ) | [protected] |
| void removeInstantMessenger | ( | String | screenName | ) |
| void sendMessage | ( | String | screenName, | |
| String | buddyName, | |||
| String | message, | |||
| boolean | block | |||
| ) | throws MessageException |
| void sessionDidCreate | ( | NSNotification | notification | ) |
| InstantMessengerConnection setDefaultInstantMessenger | ( | String | screenName, | |
| String | password | |||
| ) |
| void unregisterForEvents | ( | ) |
WOApplication _application [private] |
boolean _autoLogin [private] |
String _centralizeScreenName [private] |
String _conversationActionName [private] |
long _conversationTimeout [private] |
String _defaultScreenName [private] |
IInstantMessengerFactory _factory [private] |
Map<String, InstantMessengerConnection> _instantMessengers [private] |
boolean _running [private] |
final String AUTO_LOGIN_KEY = "IMAutoLogin" [static] |
final String BUDDY_NAME_KEY = "BuddyName" [static] |
final String CENTRALIZE_SCREEN_NAME_KEY = "IMCentralizeScreenName" [static] |
final String CONVERSATION_ACTION_NAME_KEY = "IMConversationActionName" [static] |
final String CONVERSATION_KEY = "IMConversation" [static] |
final String CONVERSATION_TIMEOUT_KEY = "IMTimeout" [static] |
final String IM_ACTION_URL_KEY = "IMActionURL" [static] |
final String IM_FACTORY_KEY = "IMFactory" [static] |
Logger log = Logger.getLogger(InstantMessengerAdaptor.class) [static] |
final String MESSAGE_KEY = "Message" [static] |
final String PASSWORD_KEY = "IMPassword" [static] |
final String RAW_MESSAGE_KEY = "RawMessage" [static] |
final String SCREEN_NAME_KEY = "IMScreenName" [static] |
final String WATCHER_ENABLED_KEY = "IMWatcherEnabled" [static] |
final String WATCHER_IM_FACTORY_KEY = "IMWatcherFactory" [static] |
final String WATCHER_PASSWORD_KEY = "IMWatcherPassword" [static] |
final String WATCHER_SCREEN_NAME_KEY = "IMWatcherScreenName" [static] |
1.5.8