| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NotReadyException in org.starhope.appius.game | 
|---|
| Methods in org.starhope.appius.game that throw NotReadyException | |
|---|---|
|  void | SimpleDataEnumSQLLoader.initializeStorage(String storageURL) | 
|  void | RoomSQLLoader.initializeStorage(String storageURL) | 
| static Room | Room.initUserRoom(AbstractUser user,
             int roomNumber)Instantiate a Room for a given user's house, for one of the rooms | 
| Uses of NotReadyException in org.starhope.appius.game.inventory | 
|---|
| Methods in org.starhope.appius.game.inventory that throw NotReadyException | |
|---|---|
|  void | ItemEffectsTypeSQLLoader.initializeStorage(String storageURL) | 
|  void | RarityRatingSQLLoader.initializeStorage(String storageURL) | 
|  void | InventoryItemTypeSQLLoader.initializeStorage(String storageURL) | 
|  void | InventorySQLLoader.initializeStorage(String storageURL) | 
|  void | InventoryItemSQLLoader.initializeStorage(String storageURL) | 
|  void | GenericItemReferenceSQLLoader.initializeStorage(String storageURL) | 
| Uses of NotReadyException in org.starhope.appius.game.inventory.collections | 
|---|
| Methods in org.starhope.appius.game.inventory.collections that throw NotReadyException | |
|---|---|
|  void | ItemCollectionSQLLoader.initializeStorage(String storageURL) | 
| Uses of NotReadyException in org.starhope.appius.game.npc | 
|---|
| Methods in org.starhope.appius.game.npc that throw NotReadyException | |
|---|---|
|  void | NullLoader.initializeStorage(String storageURL) | 
| Uses of NotReadyException in org.starhope.appius.mb | 
|---|
| Methods in org.starhope.appius.mb that throw NotReadyException | |
|---|---|
|  void | CurrencySQLLoader.initializeStorage(String storageURL) | 
|  void | UserEnrolmentSQLLoader.initializeStorage(String storageURL) | 
|  void | EnrolmentSQLLoader.initializeStorage(String storageURL) | 
| Uses of NotReadyException in org.starhope.appius.sys.admin | 
|---|
| Methods in org.starhope.appius.sys.admin that throw NotReadyException | |
|---|---|
|  void | CapabilityRecordsSQLLoader.initializeStorage(String storageURL) | 
| Uses of NotReadyException in org.starhope.appius.sys.op | 
|---|
| Methods in org.starhope.appius.sys.op that throw NotReadyException | |
|---|---|
| static void | OpCommands.op_createroom(String[] words,
              AbstractUser u,
              Room room)WRITEME: Document this metho WRITEMEd brpocock@star-hope.org | 
| static void | OpCommands.op_parentapproves(String[] words,
                  AbstractUser u,
                  Room room)WRITEME: Document this method brpocock@star-hope.org | 
| Uses of NotReadyException in org.starhope.appius.user | 
|---|
| Methods in org.starhope.appius.user that throw NotReadyException | ||
|---|---|---|
|  void | WalletSQLLoader.initializeStorage(String storageURL) | |
|  void | PeanutLoader.initializeStorage(String storageURL) | |
|  void | ParentRecordSQLLoader.initializeStorage(String storageURL) | |
|  void | UserHouseSQLLoader.initializeStorage(String storageURL) | |
|  void | UserRecordSQLLoader.initializeStorage(String storageURL)Initialize the database connection pool to be used for accessing user records. | |
|  void | WalletLoaderSocialGold.initializeStorage(String storageURL) | |
|  void | AvatarClassSQLLoader.initializeStorage(String storageURL) | |
|  void | AvatarBodyFormatSQLLoader.initializeStorage(String storageURL) | |
|  void | PassportSQLLoader.initializeStorage(String storageURL) | |
|  void | UserListSQLIterator.initializeStorage(String storageURL) | |
| static
 | Nomenclator.make(Class<T> klass,
     Object... more)WRITEME: Document this method brpocock@star-hope.org | |
|  void | User.remindPassword()This is an overriding method. | |
|  void | Parent.remindPassword()This is an overriding method. | |
|  void | AbstractPerson.remindPassword()WRITEME: Document this method brpocock@star-hope.org | |
| static void | Person.remindPassword(AbstractPerson who)Send a reminder eMail for a forgotten password. | |
| Uses of NotReadyException in org.starhope.appius.user.events | 
|---|
| Methods in org.starhope.appius.user.events that throw NotReadyException | |
|---|---|
|  void | MedalRecordSQLLoader.initializeStorage(String storageURL) | 
|  void | EventRecordSQLLoader.initializeStorage(String storageURL) | 
|  void | EventOutcomeRecordSQLLoader.initializeStorage(String storageURL) | 
|  void | EventTypeSQLLoader.initializeStorage(String storageURL) | 
| Uses of NotReadyException in org.starhope.appius.util | 
|---|
| Methods in org.starhope.appius.util that throw NotReadyException | |
|---|---|
|  void | RecordSetLoader.initializeStorage(String storageURL)Prepare the RecordSetLoader for accessing a given storage medium. | 
|  void | RecordLoader.initializeStorage(String storageURL)Prepare the RecordLoader for accessing a given storage medium. | 
| Uses of NotReadyException in org.starhope.catullus | 
|---|
| Methods in org.starhope.catullus that throw NotReadyException | ||
|---|---|---|
|  void | Vehicle.connect()WRITEME: Document this method brpocock@star-hope.org | |
|  void | JavaRMIVehicle.connect() | |
|  void | Via.initializeStorage(String storageURL) | |
| 
 | Vehicle.read(Via<T> via,
     Class<T> klass,
     int id)WRITEME: Document this method brpocock@star-hope.org | |
| 
 | JavaRMIVehicle.read(Via<T> via,
     Class<T> klass,
     int id) | |
| 
 | Vehicle.read(Via<T> via,
     Class<T> klass,
     String ident)WRITEME: Document this method brpocock@star-hope.org | |
| 
 | JavaRMIVehicle.read(Via<T> via,
     Class<T> klass,
     String ident) | |
| 
 | Vehicle.remove(T obj)WRITEME: Document this method brpocock@star-hope.org | |
| 
 | JavaRMIVehicle.remove(T obj) | |
| 
 | Vehicle.write(T obj)WRITEME: Document this method brpocock@star-hope.org | |
| 
 | JavaRMIVehicle.write(T obj) | |
| 
 | Vehicle.writeSync(T obj)WRITEME: Document this method brpocock@star-hope.org | |
| 
 | JavaRMIVehicle.writeSync(T obj) | |
| Constructors in org.starhope.catullus that throw NotReadyException | |
|---|---|
| GaiusValeriusCatullus()default no-op constructor. | |
| GaiusValeriusCatullus(String newServiceName)default no-op constructor | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||