orc.orchard
Class GuestOnlyAccounts

java.lang.Object
  extended by orc.orchard.AbstractAccounts
      extended by orc.orchard.GuestOnlyAccounts

public class GuestOnlyAccounts
extends AbstractAccounts


Field Summary
 
Fields inherited from class orc.orchard.AbstractAccounts
guest
 
Constructor Summary
GuestOnlyAccounts()
           
 
Method Summary
 Account getAccount(java.lang.String devKey)
           
 
Methods inherited from class orc.orchard.AbstractAccounts
getAccount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuestOnlyAccounts

public GuestOnlyAccounts()
Method Detail

getAccount

public Account getAccount(java.lang.String devKey)
Specified by:
getAccount in class AbstractAccounts