|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoomEntity | |
---|---|
livespace.services | |
livespace.services.entities |
Uses of RoomEntity in livespace.services |
---|
Fields in livespace.services declared as RoomEntity | |
---|---|
RoomEntity |
EntityContainer.room
The room the conatiner is operating within. |
Methods in livespace.services that return RoomEntity | |
---|---|
static RoomEntity |
Livespace.getOrCreateLocalRoom(Elvin elvin)
Finds the local RoomEntity or creates it if it's not available
using the provided Elvin. |
Methods in livespace.services with parameters of type RoomEntity | |
---|---|
static String |
Persistence.getDataFile(RoomEntity room,
String path)
Create a path for a general data file stored in the persistent storage area. |
static IDataBean |
Persistence.openObject(RoomEntity room,
String path)
Open/create a persistent object identified by a given logical path. |
static IDataBean |
Persistence.openObjectHostScope(RoomEntity room,
String path)
Open/create a persistent object identified by a given logical path. |
Constructors in livespace.services with parameters of type RoomEntity | |
---|---|
EntityClient(Elvin elvin,
RoomEntity room,
String entityType)
Create an instance within a given room scope (ie discovered entities are visible only to the current room). |
|
EntityClient(Elvin elvin,
RoomEntity room,
String entityType,
EntityRegistry entities)
Create an instance within a given room scope (ie discovered entities are visible only to the current room). |
|
EntityClients(Elvin elvin,
RoomEntity room,
String[] entityTypes)
|
|
EntityContainer(Elvin elvin,
RoomEntity room)
|
|
EntityContainer(Elvin elvin,
RoomEntity room,
EntityRegistry entities)
|
|
EntityServer(Elvin elvin,
RoomEntity room,
String entityType)
Create an instance hosting entities within a given room scope (ie contained entities are visible only to the current room). |
|
EntityServer(Elvin elvin,
RoomEntity room,
String entityType,
EntityRegistry entities)
Create an instance hosting entities within a given room scope (ie contained entities are visible only to the current room). |
Uses of RoomEntity in livespace.services.entities |
---|
Methods in livespace.services.entities that return RoomEntity | |
---|---|
static RoomEntity |
RoomEntity.createLocalRoom(Elvin elvin)
Find or create a room entity instance. |
static RoomEntity |
RoomEntity.getLocalRoom(Elvin elvin)
Find the local room entity instance. |
Methods in livespace.services.entities with parameters of type RoomEntity | |
---|---|
static String |
ClipboardEntity.defaultClipboardId(RoomEntity room)
Get the ID that should be used for the default clipboard in a given room. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |