Uses of Class
com.swiftmq.swiftlet.auth.ResourceLimitException
-
Packages that use ResourceLimitException Package Description com.swiftmq.swiftlet.auth -
-
Uses of ResourceLimitException in com.swiftmq.swiftlet.auth
Methods in com.swiftmq.swiftlet.auth that throw ResourceLimitException Modifier and Type Method Description void
ResourceLimitGroup. incConsumers()
Increments the number of consumers in usevoid
ResourceLimitGroup. incProducers()
Increments the number of producers in usevoid
ResourceLimitGroup. incSessions()
Increments the number of sessions in usevoid
ResourceLimitGroup. incTempQueues()
Increments the number of temp.void
ResourceLimitGroup. verifyConnectionLimit(int n)
abstract void
AuthenticationSwiftlet. verifyHostLogin(java.lang.String username, java.lang.String hostname)
Verifies if the user is granted to login from the given host.
-