|
|||||||||
| Version 1.5 | APIs subject to change! | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmultiverse.server.engine.EnginePlugin
multiverse.server.plugins.ObjectManagerPlugin
public class ObjectManagerPlugin
handles creating from factory, loading from database, spawning, despawning, persisting to database, of objects see ObjectManagerClient for api to access this plugin
| Nested Class Summary | |
|---|---|
static class |
ObjectManagerPlugin.InstanceRPCCallback
|
static class |
ObjectManagerPlugin.MasterObject
|
| Field Summary | |
|---|---|
protected static Logger |
log
|
protected Manager<Template> |
templateManager
|
| Fields inherited from interface multiverse.msgsys.MessageCallback |
|---|
NO_FLAGS, RESPONSE_EXPECTED |
| Constructor Summary | |
|---|---|
ObjectManagerPlugin()
|
|
| Method Summary | |
|---|---|
void |
onActivate()
for developers extending the EnginePlugin object, it may be easier to use the onActivate() method which gets called when the plugin is being activated by the Engine. |
protected void |
registerHooks()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger log
protected Manager<Template> templateManager
| Constructor Detail |
|---|
public ObjectManagerPlugin()
| Method Detail |
|---|
public void onActivate()
EnginePlugin
onActivate in class EnginePluginprotected void registerHooks()
|
Copyright © 2008 The Multiverse Network, Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||