A B C D E F G I L M N P Q R S T U V 

A

add(String) - Method in class co.stateful.rest.CountersRs
Add a new counter.
auth() - Method in class co.stateful.rest.BaseRs
Authentication inset.

B

base() - Method in class co.stateful.rest.BaseRs
Get spi.
Base - Interface in co.stateful.spi
Base.
BaseRs - Class in co.stateful.rest
Abstract RESTful resource.
BaseRs() - Constructor for class co.stateful.rest.BaseRs
 

C

co.stateful - package co.stateful
Main.
co.stateful.core - package co.stateful.core
Core.
co.stateful.quota - package co.stateful.quota
Quota.
co.stateful.rest - package co.stateful.rest
Web front.
co.stateful.spi - package co.stateful.spi
SPI.
contextDestroyed(ServletContextEvent) - Method in class co.stateful.rest.Lifespan
 
contextInitialized(ServletContextEvent) - Method in class co.stateful.rest.Lifespan
 
Counter - Interface in co.stateful.spi
Counter.
CounterRs - Class in co.stateful.rest
Counter of a user.
CounterRs() - Constructor for class co.stateful.rest.CounterRs
 
counters() - Method in class co.stateful.quota.QtUser
 
Counters - Interface in co.stateful.spi
Counters.
counters() - Method in interface co.stateful.spi.User
Get his counters.
CountersRs - Class in co.stateful.rest
Counters of a user.
CountersRs() - Constructor for class co.stateful.rest.CountersRs
 
create(String) - Method in class co.stateful.quota.QtCounters
 
create(String) - Method in interface co.stateful.spi.Counters
Create a counter.

D

DefaultBase - Class in co.stateful.core
Default base.
DefaultBase() - Constructor for class co.stateful.core.DefaultBase
 
delete(String) - Method in class co.stateful.quota.QtCounters
 
delete(String) - Method in class co.stateful.rest.CountersRs
Delete a counter.
delete(String) - Method in interface co.stateful.spi.Counters
Delete a counter.

E

ErrorRs - Class in co.stateful.rest
Error-catching resource.
ErrorRs() - Constructor for class co.stateful.rest.ErrorRs
 
exists() - Method in class co.stateful.quota.QtUser
 
exists() - Method in interface co.stateful.spi.User
This user exists.

F

flash() - Method in class co.stateful.rest.BaseRs
Flash.

G

get(String) - Method in class co.stateful.quota.QtCounters
 
get() - Method in class co.stateful.rest.ErrorRs
Show errror, on GET.
get(String) - Method in interface co.stateful.spi.Counters
Get one counter by name.

I

increment(BigDecimal) - Method in class co.stateful.quota.QtCounter
 
increment(String) - Method in class co.stateful.rest.CounterRs
Add counter.
increment(BigDecimal) - Method in interface co.stateful.spi.Counter
Add value to it.
index() - Method in class co.stateful.rest.CountersRs
Get entrance page JAX-RS response.
index() - Method in class co.stateful.rest.IndexRs
Get entrance page JAX-RS response.
index() - Method in class co.stateful.rest.LocksRs
Get entrance page JAX-RS response.
index() - Method in class co.stateful.rest.UserRs
Refresh the token.
IndexRs - Class in co.stateful.rest
Index resource, front page of the website.
IndexRs() - Constructor for class co.stateful.rest.IndexRs
 
into(String) - Method in interface co.stateful.quota.Quota
Into this path.

L

Launch - Class in co.stateful
Launch (used only for heroku).
Lifespan - Class in co.stateful.rest
Lifespan.
Lifespan() - Constructor for class co.stateful.rest.Lifespan
 
lock(String, String) - Method in class co.stateful.quota.QtLocks
 
lock(String, String) - Method in class co.stateful.rest.LocksRs
Lock.
lock(String, String) - Method in interface co.stateful.spi.Locks
Lock it.
locks() - Method in class co.stateful.quota.QtUser
 
Locks - Interface in co.stateful.spi
Locks.
locks() - Method in interface co.stateful.spi.User
Get his locks.
LocksRs - Class in co.stateful.rest
Locks of a user.
LocksRs() - Constructor for class co.stateful.rest.LocksRs
 

M

main(String...) - Static method in class co.stateful.Launch
Entry point.
MAX - Static variable in interface co.stateful.spi.Counters
Maximum allowed per account.
MAX - Static variable in interface co.stateful.spi.Locks
Maximum allowed per account.
menu() - Method in class co.stateful.rest.BaseRs
Menu inset.

N

names() - Method in class co.stateful.quota.QtCounters
 
names() - Method in class co.stateful.quota.QtLocks
 
names() - Method in interface co.stateful.spi.Counters
Get list of them all.
names() - Method in interface co.stateful.spi.Locks
Get list of them all, and their labels.

P

post() - Method in class co.stateful.rest.ErrorRs
Show errror, on POST.

Q

QtBase - Class in co.stateful.quota
Quota on a Base.
QtBase(Base, Quota) - Constructor for class co.stateful.quota.QtBase
Ctor.
QtCounter - Class in co.stateful.quota
Quota on counter.
QtCounter(Counter, Quota) - Constructor for class co.stateful.quota.QtCounter
Ctor.
QtCounters - Class in co.stateful.quota
Quota on counters.
QtCounters(Counters, Quota) - Constructor for class co.stateful.quota.QtCounters
Ctor.
QtLocks - Class in co.stateful.quota
Quota on Locks.
QtLocks(Locks, Quota) - Constructor for class co.stateful.quota.QtLocks
Ctor.
QtUser - Class in co.stateful.quota
Quota on a User.
QtUser(User, Quota) - Constructor for class co.stateful.quota.QtUser
Ctor.
Quota - Interface in co.stateful.quota
Quota.

R

refresh() - Method in class co.stateful.quota.QtUser
 
refresh() - Method in interface co.stateful.spi.User
Refresh the token.

S

set(BigDecimal) - Method in class co.stateful.quota.QtCounter
 
set(String) - Method in class co.stateful.rest.CounterRs
Set counter.
set(BigDecimal) - Method in interface co.stateful.spi.Counter
Set specific value.
setCounter(String) - Method in class co.stateful.rest.CounterRs
Set counter.
StPage - Class in co.stateful.rest
Base RESTful page.
StPage() - Constructor for class co.stateful.rest.StPage
 
supplementary() - Method in class co.stateful.rest.BaseRs
Supplementary inset.

T

token() - Method in class co.stateful.quota.QtUser
 
token() - Method in class co.stateful.rest.BaseRs
Token inset.
token() - Method in interface co.stateful.spi.User
Get his security token.

U

UNLIMITED - Static variable in interface co.stateful.quota.Quota
Unlimited.
unlock(String) - Method in class co.stateful.quota.QtLocks
 
unlock(String, String) - Method in class co.stateful.quota.QtLocks
 
unlock(String, String) - Method in class co.stateful.rest.LocksRs
Unlock.
unlock(String) - Method in interface co.stateful.spi.Locks
Unlock it.
unlock(String, String) - Method in interface co.stateful.spi.Locks
Unlock only if label matches.
use(String) - Method in interface co.stateful.quota.Quota
Use this named service.
user(URN) - Method in class co.stateful.core.DefaultBase
 
user(URN) - Method in class co.stateful.quota.QtBase
 
user() - Method in class co.stateful.rest.BaseRs
Get current user.
user(URN) - Method in interface co.stateful.spi.Base
Get one user.
User - Interface in co.stateful.spi
User.
UserRs - Class in co.stateful.rest
User manipulations.
UserRs() - Constructor for class co.stateful.rest.UserRs
 

V

version() - Method in class co.stateful.rest.BaseRs
Version inset.
A B C D E F G I L M N P Q R S T U V 

Copyright © 2014–2015 teamed.io. All rights reserved.