Uses of Class
marauroa.server.game.rp.RPObjectFactory
Packages that use RPObjectFactory
Package
Description
high level database access.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
-
Uses of RPObjectFactory in games.stendhal.server.core.engine
Subclasses of RPObjectFactory in games.stendhal.server.core.engineModifier and TypeClassDescriptionclass
Creates concrete objects of Stendhal classes.Methods in games.stendhal.server.core.engine that return RPObjectFactoryModifier and TypeMethodDescriptionstatic RPObjectFactory
StendhalRPObjectFactory.getFactory()
returns the factory instance (this method is called by Marauroa using reflection). -
Uses of RPObjectFactory in marauroa.server.game.db
Fields in marauroa.server.game.db declared as RPObjectFactoryModifier and TypeFieldDescriptionprotected RPObjectFactory
RPObjectDAO.factory
factory for creating object instancesprotected RPObjectFactory
RPZoneDAO.factory
factory for creating object instancesMethods in marauroa.server.game.db that return RPObjectFactoryConstructors in marauroa.server.game.db with parameters of type RPObjectFactoryModifierConstructorDescriptionprotected
RPObjectDAO(RPObjectFactory factory)
creates a new RPObjectDAOprotected
RPZoneDAO(RPObjectFactory factory)
creates a new RPZoneDAO -
Uses of RPObjectFactory in marauroa.server.game.rp
Methods in marauroa.server.game.rp that return RPObjectFactoryModifier and TypeMethodDescriptionstatic RPObjectFactory
RPObjectFactory.get()
This method returns an instance of RPObjectFactory choosen using the Configuration file.static RPObjectFactory
This method returns an instance of RPObjectFactory chosen using the param.static RPObjectFactory
RPObjectFactory.getFactory()
gets the ObjectFactory, creating a default one in case it does not exist already