Uses of Class
marauroa.server.game.rp.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
Modifier and TypeClassDescriptionclass
Creates concrete objects of Stendhal classes.Modifier 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
Modifier and TypeFieldDescriptionprotected RPObjectFactory
RPObjectDAO.factory
factory for creating object instancesprotected RPObjectFactory
RPZoneDAO.factory
factory for creating object instancesModifierConstructorDescriptionprotected
RPObjectDAO(RPObjectFactory factory)
creates a new RPObjectDAOprotected
RPZoneDAO(RPObjectFactory factory)
creates a new RPZoneDAO -
Uses of RPObjectFactory in marauroa.server.game.rp
Modifier 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