|
|||||||||
| 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.objects.EntityManager
public class EntityManager
| Constructor Summary | |
|---|---|
EntityManager()
|
|
| Method Summary | |
|---|---|
static Entity[] |
getAllEntitiesByNamespace(Namespace namespace)
Return an array containing all the Entity objects registered in the Namespace. |
static Entity |
getEntityByNamespace(java.lang.Long oid,
Namespace namespace)
Get the Entity object for the given OID and namespace |
static int |
getEntityCount()
|
static void |
registerEntityByNamespace(Entity entity,
Namespace namespace)
Register the entity by its OID and the Namespace passed in. |
static boolean |
removeEntityByNamespace(Entity entity,
Namespace namespace)
Unregister the entity, using its OID and the Namespace |
static boolean |
removeEntityByNamespace(java.lang.Long oid,
Namespace namespace)
Look up the Entity by OID and Namespace, and unregister it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityManager()
| Method Detail |
|---|
public static Entity getEntityByNamespace(java.lang.Long oid,
Namespace namespace)
public static void registerEntityByNamespace(Entity entity,
Namespace namespace)
public static boolean removeEntityByNamespace(Entity entity,
Namespace namespace)
public static boolean removeEntityByNamespace(java.lang.Long oid,
Namespace namespace)
public static Entity[] getAllEntitiesByNamespace(Namespace namespace)
public static int getEntityCount()
|
Copyright © 2008 The Multiverse Network, Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||