com.atlassian.crowd.event
Class LicenseResourceLimitEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.LicenseResourceLimitEvent

public class LicenseResourceLimitEvent
extends Event

This event will be used if a Crowd instance is nearing its resource limit.


Constructor Summary
LicenseResourceLimitEvent(Object source, Integer currentUserCount)
           
 
Method Summary
 Integer getCurrentUserCount()
           
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseResourceLimitEvent

public LicenseResourceLimitEvent(Object source,
                                 Integer currentUserCount)
Method Detail

getCurrentUserCount

public Integer getCurrentUserCount()


Copyright © 2012 Atlassian. All Rights Reserved.