Donkin [mailto:[email protected]]
Sent: 13 May 2009 11:08
To: James Developers List
Subject: Re: MailboxManager API addition
On Wed, May 13, 2009 at 11:00 AM, Martin.Bergljung
wrote:
> About the event stuff:
>
> I want to be able to track how many users are concurrently
On Wed, May 13, 2009 at 11:00 AM, Martin.Bergljung
wrote:
> About the event stuff:
>
> I want to be able to track how many users are concurrently logged in at
> any one time.
> I then keep a record so system administrators can check the utilization
> of the system
> and see that any license agr
-Original Message-
From: Robert Burrell Donkin [mailto:[email protected]]
Sent: 13 May 2009 10:39
To: James Developers List
Subject: Re: MailboxManager API addition
On Wed, May 13, 2009 at 8:07 AM, Martin.Bergljung
wrote:
> Hi,
>
>
>
> Would it be possible
On Wed, May 13, 2009 at 8:07 AM, Martin.Bergljung
wrote:
> Hi,
> Maybe we could actually also have a postLogin so I do not have to mix
> event firing with authentication.
perhaps there might be better, more general ways to support eventing.
could you explain a little more about the use case?
On Wed, May 13, 2009 at 8:07 AM, Martin.Bergljung
wrote:
> Hi,
>
>
>
> Would it be possible to add an extra method to the MailboxManager API
> for logouts?
>
>
>
> I am currently firing a login event when someone has been successfully
> authenticated (in the isAuthentic() method)
>
> and would lik
Hi,
Would it be possible to add an extra method to the MailboxManager API
for logouts?
I am currently firing a login event when someone has been successfully
authenticated (in the isAuthentic() method)
and would like to fire a logout event when someone is logged out via
LogoutProcessor.