| Home >> All |
IM: Javadoc index of package IM.
Package Samples:
IM
Classes:
IMTopic: IMTopic is thread, which serves messages delivered to Topic. Messages are taken away from object topicSubscriber using subscribe() method. There is reserved place in Vector IMreceivedMessageQueue before receiving message. Received message is being put in IMreceivedMessageQueue, then thread try to reserve place for next message in IMreceivedMessageQueue and if it is possible, it hangs on subscribe() method of topicSubscriber. In other case thread fall asleep for some time (default : 1 s) IMTopic makes available objects of class Topic and TopicPublisher, also gives possibility to send messages using ...
IMMyQueue: Thread IMMyQueue services messages which are delivered to Queue on JMS. They are received from queueReceiver object with receive() method. There is reserved place in Vector IMreceivedMessageQueue before receiving message. Received message is being put in IMreceivedMessageQueue, then thread try to reserve place for next message in IMreceivedMessageQueue and if it is possible, it hangs on receive() method of queueReceiver. In other case thread fall asleep for some time (default : 1 s)
IMQueue: IMTopic makes available objects of Queue and QueueSender classes, also gives possibility of sending messages with send() method of queueSender.
IM: Midlet class. This class is responsible for communication with user of Instant-Messenger and providing to him whole functionality
IMReceivedMessageQueue: This class is used to store received messages and make them available for user of Instant-Messenger.
IMMenuItem: Class which is used to build menu for graphic user interface
| Home | Contact Us | Privacy Policy | Terms of Service |