|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotFoundException in org.starhope.appius.game |
---|
Methods in org.starhope.appius.game that throw NotFoundException | |
---|---|
static Room |
Room.create(String newMoniker,
Zone zone,
boolean mustExist)
Create a room from the database, or (if mustExist == false) create a new anonymous room. |
static void |
Commands.do_addFurniture(org.json.JSONObject jso,
AbstractUser u,
Room room)
Synonym for setFurniture |
static void |
Commands.do_getOnlineUsers(org.json.JSONObject jso,
AbstractUser u,
Room room)
Get a list of users in a Zone, or in a Room. |
static void |
Commands.do_peekAtInventory(org.json.JSONObject jso,
AbstractUser u,
Room room)
Handle looking at other user's inventories |
static void |
Commands.do_setFurniture(org.json.JSONObject jso,
AbstractUser u,
Room room)
Set or change a furniture item. |
static void |
Commands.do_speak(org.json.JSONObject jso,
AbstractUser u,
Room room)
Handle speech by the user. |
int |
SimpleDataEnum.getCacheableID()
|
int |
RoomLayer.getCacheableID()
|
int |
Room.getCacheableID()
|
String |
SimpleDataEnum.getCacheableIdent()
|
String |
RoomLayer.getCacheableIdent()
|
Polygon |
Room.getExitTo(String roomToward)
Find a place in the room which exits to a certain other room's moniker |
(package private) static Class<? extends RunCommands> |
AppiusClaudiusCaecus.getRCClass()
WRITEME: Document this method brpocock@star-hope.org |
private T |
SimpleDataEnumSQLLoader.getRecordObject()
|
Room |
Zone.getRoomByName(String moniker)
This is an overriding method. |
Coord3D |
Room.getWalkLimit(Coord3D from,
Coord3D to)
Get the endpoint of a walk path from the source towards the target — clipped to the walkable space, if necessary. |
T |
SimpleDataEnumSQLLoader.loadRecord(int id)
|
Room |
RoomSQLLoader.loadRecord(int id)
|
T |
SimpleDataEnumSQLLoader.loadRecord(String identifier)
|
Room |
RoomSQLLoader.loadRecord(String identifier)
|
private static Room |
Room.loadRoomFromDB(String newRoomMoniker)
|
static Room |
Room.loadRoomFromDB(String newRoomMoniker,
Zone newRoomZone)
|
Constructors in org.starhope.appius.game that throw NotFoundException | |
---|---|
BugReporter(String newPurpose)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of NotFoundException in org.starhope.appius.game.inventory |
---|
Methods in org.starhope.appius.game.inventory that throw NotFoundException | |
---|---|
static ItemEffects |
ItemEffects.forItem(InventoryItem item)
Get the ItemEffects subclass responsible for handling effects from a given item type |
InventoryItem |
Inventory.getActiveItemByType(InventoryItemType inventoryItemType)
Find a singular active item of a type. |
int |
RarityRating.getCacheableID()
|
int |
Inventory.getCacheableID()
|
int |
GenericItemReference.getCacheableID()
|
int |
ItemEffectsType.getCacheableID()
|
int |
InventoryItemType.getCacheableID()
|
String |
RarityRating.getCacheableIdent()
|
String |
Inventory.getCacheableIdent()
|
String |
ItemEffectsType.getCacheableIdent()
|
String |
InventoryItemType.getCacheableIdent()
|
InventoryItem |
Inventory.getFurnitureBySlot(int slotNumber)
Get a home décor (furniture or structure) item from this user's inventory by its slot number. |
ItemEffects |
InventoryItem.getItemEffects()
Get an ItemEffects class for this item, if any |
ItemEffects |
ItemEffectsType.getItemEffectsInstance(InventoryItem item)
WRITEME: Document this method brpocock@star-hope.org |
private AbstractUser |
InventoryItem.getOnlineOwner()
If the owner is online, get the owner |
ItemEffectsType |
ItemEffectsTypeSQLLoader.loadRecord(int id)
|
RarityRating |
RarityRatingSQLLoader.loadRecord(int id)
|
InventoryItemType |
InventoryItemTypeSQLLoader.loadRecord(int id)
|
InventoryItem |
InventoryItemSQLLoader.loadRecord(int id)
|
GenericItemReference |
GenericItemReferenceSQLLoader.loadRecord(int id)
|
ItemEffectsType |
ItemEffectsTypeSQLLoader.loadRecord(String identifier)
|
RarityRating |
RarityRatingSQLLoader.loadRecord(String identifier)
|
InventoryItemType |
InventoryItemTypeSQLLoader.loadRecord(String identifier)
|
SimpleDataRecordSet<InventoryItem,Inventory> |
InventorySQLLoader.loadRecord(String identifier)
|
InventoryItem |
InventoryItemSQLLoader.loadRecord(String identifier)
|
GenericItemReference |
GenericItemReferenceSQLLoader.loadRecord(String identifier)
|
Uses of NotFoundException in org.starhope.appius.game.inventory.collections |
---|
Methods in org.starhope.appius.game.inventory.collections that throw NotFoundException | |
---|---|
int |
UserItemCollection.getCacheableID()
|
int |
ItemCollection.getCacheableID()
|
String |
UserItemCollection.getCacheableIdent()
|
String |
ItemCollection.getCacheableIdent()
|
ItemCollection |
ItemCollectionSQLLoader.loadRecord(int id)
|
ItemCollection |
ItemCollectionSQLLoader.loadRecord(String identifier)
|
Uses of NotFoundException in org.starhope.appius.game.npc |
---|
Methods in org.starhope.appius.game.npc that throw NotFoundException | |
---|---|
T |
NullLoader.loadRecord(int id)
|
T |
NullLoader.loadRecord(String identifier)
|
Constructors in org.starhope.appius.game.npc that throw NotFoundException | |
---|---|
QuestItemExchanger(String login)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of NotFoundException in org.starhope.appius.game.npc.plebeian |
---|
Constructors in org.starhope.appius.game.npc.plebeian that throw NotFoundException | |
---|---|
Plebeian(Zone z,
String login)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of NotFoundException in org.starhope.appius.mb |
---|
Methods in org.starhope.appius.mb that throw NotFoundException | |
---|---|
static Payment |
Payment.addPaymentToSequence(UserEnrolment userEnrolment)
Adds a new payment to the sequence for a User Enrolment. |
void |
PaymentGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PaymentGateway.endEnrolment(Payment payment)
|
static PaymentGateway |
PaymentGateway.get(org.json.JSONObject object)
|
static UserAddress |
UserAddress.get(org.json.JSONObject object)
|
static Currency |
Currency.get(String id)
Deprecated. Use Nomenclator.getDataRecord(Class, String)
instead |
static Class<? extends PaymentGatewayReal> |
PaymentGateway.get(String id)
|
static Currency |
Currency.getByCode(String string)
Deprecated. use Nomenclator.getDataRecord(Class, String) |
static Enrolment |
Enrolment.getByID(int productID)
Deprecated. use Nomenclator.getDataRecord(Class, int) with Enrolment.class |
static Enrolment |
Enrolment.getByProductCode(String productCode2)
Deprecated. use Nomenclator.getDataRecord(Class, String) |
static UserEnrolment |
UserEnrolment.getBySourceAndCode(String orderSource,
String orderCode)
Retrieve a User Enrolment based off the invoice number split into orderSource and orderCode. |
int |
Currency.getCacheableID()
|
int |
UserEnrolment.getCacheableID()
|
int |
Enrolment.getCacheableID()
|
String |
Currency.getCacheableIdent()
|
String |
UserEnrolment.getCacheableIdent()
|
String |
Enrolment.getCacheableIdent()
|
Payment |
UserEnrolment.getLastPayment()
|
static Payment |
Payment.getLastPaymentFor(UserEnrolment userEnrolment)
Find the last/latest payment made on a specific enrolment |
Payment |
Payment.getPriorPayment()
|
private void |
Payment.init(String orderSourceID,
String orderCodeString,
int paymentSequenceNumber)
|
Currency |
CurrencySQLLoader.loadRecord(int id)
|
UserEnrolment |
UserEnrolmentSQLLoader.loadRecord(int id)
|
Enrolment |
EnrolmentSQLLoader.loadRecord(int id)
WRITEME: document this method (brpocock@star-hope.org, Sep 23, 2009) |
Currency |
CurrencySQLLoader.loadRecord(String id)
|
UserEnrolment |
UserEnrolmentSQLLoader.loadRecord(String orderNumber)
|
Enrolment |
EnrolmentSQLLoader.loadRecord(String identifier)
|
void |
PaymentGateway.startEnrolment(Payment payment)
|
void |
PaymentGateway.startTransaction(Payment payment)
|
void |
PaymentGateway.transactPayment(Payment p)
|
Constructors in org.starhope.appius.mb that throw NotFoundException | |
---|---|
Payment(String orderSourceID,
String orderCodeString,
int paymentSequenceNumber)
Instantiate a copy of the Payment for a given order and sequence number. |
|
UserEnrolment(String order_source,
int product_id,
int user_id)
Create a new enrolment for the given user. |
Uses of NotFoundException in org.starhope.appius.messaging |
---|
Methods in org.starhope.appius.messaging that throw NotFoundException | |
---|---|
GameWorldMessage |
MailMessage.getByID(int idToGet)
|
int |
MailAddressRecord.getCacheableID()
|
static String |
Mail.readTemplate(String templateName)
Reads in a template file from the appropriate folder |
static void |
Mail.sendChildSignupMail(User kid)
Send an eMail notification to a parent, advising them that their child has signed up, and requesting authorization. |
static void |
Mail.sendPasswordRecoveryMail(AbstractPerson user)
Send a user's or parent's password out, after they have successfully completed the forgotten password recovery question. |
static void |
Mail.sendPremiumMail(User user)
This method is called when a member has signed up to be a VIT (Very Important Toot) member. |
static void |
Mail.sendSignupMail(AbstractPerson user)
Update the email address for the user and then send an enrollment email to the address. |
static void |
Mail.sendStaffPaswordResetMail(AbstractPerson person)
WRITEME: Don't know why this would be sent. |
static void |
Mail.sendTemplateMail(AbstractPerson user,
String templateName,
boolean isChildNotification,
String subject)
|
Uses of NotFoundException in org.starhope.appius.net |
---|
Methods in org.starhope.appius.net that throw NotFoundException | |
---|---|
private String |
AdminProcessor.processInput(String inputLine)
|
Uses of NotFoundException in org.starhope.appius.pay |
---|
Methods in org.starhope.appius.pay that throw NotFoundException | |
---|---|
void |
PayPalGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
AuthorizeNetGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PayPalGateway.endEnrolment(Payment payment)
|
void |
AuthorizeNetGateway.endEnrolment(Payment payment)
|
void |
PayPalGateway.startEnrolment(Payment payment)
|
void |
AuthorizeNetGateway.startEnrolment(Payment payment)
Start an Authorize.Net subscription through their (now-beautiful!! WTF?) Automated Recurring Billing engine. |
void |
PayPalGateway.startTransaction(Payment payment)
|
void |
AuthorizeNetGateway.startTransaction(Payment payment)
|
void |
PayPalGateway.transactPayment(Payment payment)
|
void |
AuthorizeNetGateway.transactPayment(Payment payment)
|
Uses of NotFoundException in org.starhope.appius.pay.util |
---|
Methods in org.starhope.appius.pay.util that throw NotFoundException | |
---|---|
void |
PaymentGatewayReal.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PaymentGatewayReal.endEnrolment(Payment payment)
|
void |
RetryPaymentException.retry()
|
void |
PaymentGatewayReal.startEnrolment(Payment payment)
|
void |
PaymentGatewayReal.startTransaction(Payment payment)
|
void |
PaymentGatewayReal.transactPayment(Payment payment)
|
static int |
PaymentCredential.verifyIBC(String ibcCode)
|
Uses of NotFoundException in org.starhope.appius.physica |
---|
Methods in org.starhope.appius.physica that throw NotFoundException | |
---|---|
static Point2D |
Geometry.getExitPoint(Line2D line,
GeneralPath space)
Find the first (of what could, potentially, be several) point at which a given line segment crosses any boundary of the supplied space(s). |
Uses of NotFoundException in org.starhope.appius.sql |
---|
Methods in org.starhope.appius.sql that throw NotFoundException | ||
---|---|---|
protected
|
SQLPeerDatum.findInCache()
Deprecated. Find the object in the cache, if possible. |
Uses of NotFoundException in org.starhope.appius.sys.admin |
---|
Methods in org.starhope.appius.sys.admin that throw NotFoundException | |
---|---|
AbstractZone |
TheZones.get(String zoneName)
get a zone by its name |
int |
Persephone2AppConfig.getCacheableID()
|
int |
CapabilityRecords.getCacheableID()
|
int |
ZoneServerRecord.getCacheableID()
|
String |
Persephone2AppConfig.getCacheableIdent()
|
String |
CapabilityRecords.getCacheableIdent()
|
CapabilityRecords |
CapabilityRecordsSQLLoader.loadRecord(int id)
|
CapabilityRecords |
CapabilityRecordsSQLLoader.loadRecord(String identifier)
|
Uses of NotFoundException in org.starhope.appius.sys.op |
---|
Methods in org.starhope.appius.sys.op that throw NotFoundException | |
---|---|
private static String |
OpCommands.assertValidWarnReason(String warnReason,
AbstractUser u)
assert that a warning (kick, ban) reason code is valid |
private static Filter |
Filter.getByTitle(String theTitle)
WRITEME: document this method (brpocock@star-hope.org, Aug 24, 2009) |
FilterAction |
Filter.getExceptionAction(String pat,
String exception)
Gets the action associated with a certain exception to a certain pattern |
Vector<String> |
Filter.getExceptions(String pat)
Gets the exception patterns associated with a given "main" pattern |
FilterAction |
Filter.getPatternAction(String pat)
Returns the default action associated with a pattern (ignoring exceptions) |
static void |
OpCommands.op_ban(String[] words,
AbstractUser u,
Room room)
Ban a user permanently. |
static void |
OpCommands.op_dbcpinfo(String[] words,
AbstractUser u,
Room room)
Get DBCP information. |
static void |
OpCommands.op_kick(String[] words,
AbstractUser u,
Room room)
Kick a user offline for a certain reason |
static void |
OpCommands.op_liftban(String[] words,
AbstractUser u,
Room room)
Lift the ban upon a user. |
static void |
OpCommands.op_unbuild(String[] words,
AbstractUser u,
Room room)
Destroys a room. |
static void |
OpCommands.op_v(String[] words,
AbstractUser u,
Room room)
Forces a user to say a message. |
static void |
OpCommands.op_warn(String[] words,
AbstractUser u,
Room room)
Warn a user about breaking a rule. |
static void |
OpCommands.op_whatis(String[] words,
AbstractUser u,
Room room)
Displays information about an item. |
static void |
OpCommands.op_who(String[] words,
AbstractUser u,
Room room)
Displays a list of everyone currently in a room. |
void |
Filter.removeException(String pat,
String exception)
Removes a pattern-exception from a filter. |
void |
Filter.removePattern(String pat)
Removes a pattern from a filter. |
Uses of NotFoundException in org.starhope.appius.types |
---|
Methods in org.starhope.appius.types that throw NotFoundException | |
---|---|
GameWorldMessage |
GameWorldMessage.getByID(int id)
|
Room |
AbstractZone.getRoom(Integer room)
|
Room |
AbstractZone.getRoomByName(String string)
|
Uses of NotFoundException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw NotFoundException | ||
---|---|---|
static
|
Nomenclator.findInCache(Class<T> klass,
int id)
Find an object in the caché, given its class and identifying integer. |
|
static
|
Nomenclator.findInCache(Class<T> klass,
S rec)
Find an object in the caché, given its base storage class and a DataRecord which uniquely identifies it. |
|
static
|
Nomenclator.findInCache(Class<T> klass,
String ident)
Find an object in the caché based upon a class and a string identifier. |
|
static
|
Nomenclator.findInGenericCache(Class<T> klass,
String ident)
Find a generic object in a caché, without regards for the object's type. |
|
Collection<InventoryItem> |
User.getActiveDecorations(int roomNumber)
get the decorations active (placed) in a room of this user's house |
|
static Parent |
Parent.getByApprovalCookie(String cookie)
Deprecated. Use Nomenclator.getParentByApprovalCookie(String)
instead |
|
int |
AvatarBodyFormat.getCacheableID()
|
|
int |
SimpleUserListEntry.getCacheableID()
|
|
int |
StringRecord.getCacheableID()
|
|
int |
StringSet.getCacheableID()
|
|
int |
UserPreferenceRecord.getCacheableID()
|
|
int |
Parent.getCacheableID()
|
|
int |
Wallet.getCacheableID()
|
|
int |
Passport.getCacheableID()
|
|
int |
AvatarClass.getCacheableID()
|
|
int |
UserHouse.getCacheableID()
|
|
int |
UserStat.getCacheableID()
|
|
String |
AvatarBodyFormat.getCacheableIdent()
|
|
String |
SimpleUserListEntry.getCacheableIdent()
|
|
String |
StringRecord.getCacheableIdent()
|
|
String |
StringSet.getCacheableIdent()
|
|
String |
UserPreferenceRecord.getCacheableIdent()
|
|
String |
Parent.getCacheableIdent()
|
|
String |
Wallet.getCacheableIdent()
|
|
String |
Passport.getCacheableIdent()
|
|
String |
AvatarClass.getCacheableIdent()
|
|
String |
UserStat.getCacheableIdent()
|
|
String |
UserRecord.getCacheableIdent()
|
|
static
|
Nomenclator.getDataRecord(Class<T> klassGiven,
int id)
Obtain a data record (implementing DataRecord ) of the
given class, based upon its unique numeric identifier. |
|
static
|
Nomenclator.getDataRecord(Class<T> klassGiven,
String identifier)
Get a data record by either searching the caché or loading it. |
|
static
|
Nomenclator.getDataRecord(String klass,
int id)
get a data record given a string class name and an ID |
|
static
|
Nomenclator.getDataRecord(String klass,
String ident)
get a data record given a specific class name string and identifier string |
|
InventoryItem |
User.getFurnitureBySlot(int slotNumber)
Get a home décor (furniture or structure) item from this user's inventory by its slot number |
|
static Parent |
Nomenclator.getParentByApprovalCookie(String cookie)
|
|
Wallet |
WalletSQLLoader.loadRecord(int id)
|
|
Wallet |
PeanutLoader.loadRecord(int id)
|
|
Parent |
ParentRecordSQLLoader.loadRecord(int id)
|
|
UserHouse |
UserHouseSQLLoader.loadRecord(int id)
|
|
Wallet |
WalletLoaderSocialGold.loadRecord(int id)
|
|
AvatarClass |
AvatarClassSQLLoader.loadRecord(int id)
|
|
AvatarBodyFormat |
AvatarBodyFormatSQLLoader.loadRecord(int id)
|
|
Passport |
PassportSQLLoader.loadRecord(int id)
|
|
UserListEntry |
UserListSQLIterator.loadRecord(int id)
|
|
Wallet |
WalletSQLLoader.loadRecord(String identifier)
|
|
Wallet |
PeanutLoader.loadRecord(String identifier)
|
|
Parent |
ParentRecordSQLLoader.loadRecord(String identifier)
|
|
UserHouse |
UserHouseSQLLoader.loadRecord(String identifier)
|
|
Wallet |
WalletLoaderSocialGold.loadRecord(String identifier)
|
|
AvatarClass |
AvatarClassSQLLoader.loadRecord(String identifier)
|
|
AvatarBodyFormat |
AvatarBodyFormatSQLLoader.loadRecord(String identifier)
|
|
Passport |
PassportSQLLoader.loadRecord(String identifier)
|
|
UserListEntry |
UserListSQLIterator.loadRecord(String identifier)
|
|
void |
AbstractUser.purchase(GenericItemReference itemToBuy)
WRITEME: Document this method brpocock@star-hope.org |
|
void |
GeneralUser.purchase(GenericItemReference itemToBuy)
|
|
protected Parent |
ParentRecordSQLLoader.set(PreparedStatement st)
|
Constructors in org.starhope.appius.user that throw NotFoundException | |
---|---|
AbstractNonPlayerCharacter(String login)
|
|
User(int id)
Instantiate a user object from an existing user account ID |
|
User(String newUserLogin)
Instantiate a user object from an existing user account ID |
Uses of NotFoundException in org.starhope.appius.user.events |
---|
Methods in org.starhope.appius.user.events that throw NotFoundException | |
---|---|
void |
EventRecord.addMedalEarned(String medal)
WRITEME: Document this method brpocock@star-hope.org |
int |
EventType.getCacheableID()
|
int |
MedalRecord.getCacheableID()
|
int |
EventRecord.getCacheableID()
|
int |
EventOutcomeRecord.getCacheableID()
|
String |
EventType.getCacheableIdent()
|
static EventRecord |
Quaestor.getEventByID(int eventID)
|
static EventType |
Quaestor.getEventTypeByID(int eventTypeID)
Get an event type, given its ID. |
private static EventType |
Quaestor.getEventTypeForMoniker(String moniker)
WRITEME: Document this method brpocock@star-hope.org |
static int |
EventType.getIDForMoniker(String moniker)
get the ID for a given event type moniker. |
MedalRecord |
MedalRecordSQLLoader.loadRecord(int id)
|
EventRecord |
EventRecordSQLLoader.loadRecord(int id)
|
EventOutcomeRecord |
EventOutcomeRecordSQLLoader.loadRecord(int id)
|
EventType |
EventTypeSQLLoader.loadRecord(int id)
|
MedalRecord |
MedalRecordSQLLoader.loadRecord(String identifier)
|
EventRecord |
EventRecordSQLLoader.loadRecord(String identifier)
|
EventOutcomeRecord |
EventOutcomeRecordSQLLoader.loadRecord(String identifier)
|
EventType |
EventTypeSQLLoader.loadRecord(String identifier)
|
static EventRecord |
Quaestor.startEvent(AbstractUser user,
String moniker)
WRITEME: Document this method brpocock@star-hope.org |
void |
Quaestor.tryAction(Action action)
WRITEME: Document this method brpocock@star-hope.org |
Constructors in org.starhope.appius.user.events that throw NotFoundException | |
---|---|
MedalType(String moniker)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of NotFoundException in org.starhope.appius.user.notifications |
---|
Methods in org.starhope.appius.user.notifications that throw NotFoundException | |
---|---|
int |
Notification.getCacheableID()
|
Uses of NotFoundException in org.starhope.appius.util |
---|
Methods in org.starhope.appius.util that throw NotFoundException | |
---|---|
int |
DataRecord.getCacheableID()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
DataRecord.getCacheableIdent()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
static String |
AppiusConfig.getConfig(String key)
This fetches up a configuration property in general. |
static boolean |
AppiusConfig.getConfigBool(String string)
|
static String |
AppiusConfig.getDBCPInfo()
get status information from DBCP pools |
static int |
AppiusConfig.getInt(String string)
|
T |
RecordLoader.loadRecord(int id)
Load the record with the given ID number from the storage system |
T |
RecordLoader.loadRecord(String identifier)
Load the data record identified from the storage system. |
Uses of NotFoundException in org.starhope.appius.via |
---|
Methods in org.starhope.appius.via that throw NotFoundException | |
---|---|
static void |
Via.joinPeers()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
Uses of NotFoundException in org.starhope.catullus |
---|
Methods in org.starhope.catullus that throw NotFoundException | ||
---|---|---|
void |
Vehicle.connect()
WRITEME: Document this method brpocock@star-hope.org |
|
void |
JavaRMIVehicle.connect()
|
|
T |
Via.loadRecord(int id)
|
|
T |
Via.loadRecord(String identifier)
|
|
|
JavaRMIServer.read(Class<T> klass,
int id)
WRITEME: Document this method brpocock@star-hope.org |
|
|
GaiusValeriusCatullus.read(Class<T> klass,
int id)
|
|
|
JavaRMIServer.read(Class<T> klass,
String ident)
WRITEME: Document this method brpocock@star-hope.org |
|
|
GaiusValeriusCatullus.read(Class<T> klass,
String ident)
|
|
|
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)
|
|
|
JavaRMIServer.remove(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
|
Vehicle.remove(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
|
JavaRMIVehicle.remove(T obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |