0

Multiple User Ids

asked 2012-05-15 11:57:17 +0800

kavitha gravatar image kavitha
39 1

Hi,

How to get multiple user ids who have logged in to the application using zk 5.0.9?


Thanks in advance...

delete flag offensive retag edit

6 Replies

Sort by ยป oldest newest

answered 2012-05-15 12:38:58 +0800

TRATOR gravatar image TRATOR flag of Brazil
96 1
http://www.codelimit.com....

EventQueues can be used to do this.

link publish delete flag offensive edit

answered 2012-05-16 02:01:28 +0800

iantsai gravatar image iantsai
2755 1

What do you mean by user IDs?

Is this something you stored in session?

link publish delete flag offensive edit

answered 2012-05-16 07:44:17 +0800

kavitha gravatar image kavitha
39 1

I need to get to know who all logged in to the application accessing a particular method say A(), so that i need to maintain a queue for the users to access the method A()

link publish delete flag offensive edit

answered 2012-05-17 02:42:24 +0800

iantsai gravatar image iantsai
2755 1

But who will need the information in this queue? what you will do to this queue? notify user who has accessed this method before?

link publish delete flag offensive edit

answered 2012-05-17 14:31:21 +0800

kavitha gravatar image kavitha
39 1

Exactly. So the users who are in queue knows the process who are accessing the method. Based on the status of the previous user's method current user method starts executing

link publish delete flag offensive edit

answered 2012-05-18 07:18:16 +0800

iantsai gravatar image iantsai
2755 1

Then you'll need to combine the eventQueue technology with your job management (or task management) infra to implement it.
you can subscribe a UI callback(EventListener) to a specific EventQueue, and publish a event to that EventQueue at the end of the job.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-05-15 11:57:17 +0800

Seen: 164 times

Last updated: May 18 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More