orc.orchard
Class AbstractAccounts

java.lang.Object
  extended by orc.orchard.AbstractAccounts
Direct Known Subclasses:
DbAccounts, GuestOnlyAccounts

public abstract class AbstractAccounts
extends java.lang.Object

Provide access to accounts stored in a database.

Author:
quark

Field Summary
protected  Account guest
           
 
Constructor Summary
AbstractAccounts()
           
 
Method Summary
protected  Account getAccount(java.lang.Integer account_id, java.lang.Integer quota, org.postgresql.util.PGInterval lifespan, java.lang.Integer eventBufferSize)
           
abstract  Account getAccount(java.lang.String devKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guest

protected Account guest
Constructor Detail

AbstractAccounts

public AbstractAccounts()
Method Detail

getAccount

public abstract Account getAccount(java.lang.String devKey)

getAccount

protected Account getAccount(java.lang.Integer account_id,
                             java.lang.Integer quota,
                             org.postgresql.util.PGInterval lifespan,
                             java.lang.Integer eventBufferSize)