|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizationException | |
---|---|
livespace.services | |
livespace.services.entities |
Uses of SynchronizationException in livespace.services |
---|
Methods in livespace.services that throw SynchronizationException | |
---|---|
void |
Synchronizer.synchronize()
Wait up to the default time (ENTITY_RESPONSE_TIMEOUT millis) for synchronization to take place, |
void |
Synchronizer.synchronize(long maxWait)
Wait a given amount of time for a synchronization. |
void |
PropertiesSynchronizer.synchronize(long maxWait)
Wait for the set of properties to be set to specified value |
static Object |
SizeSynchronizer.waitForElement(Collection<?> collection)
Shortcut to wait up to the default time (ENTITY_WAIT_TIMEOUT millis) for a single element to arrive. |
static void |
SizeSynchronizer.waitForElements(Collection<?> collection,
int requiredSize)
Shortcut to wait for up to a given time for a given number of entities to arrive. |
static void |
SizeSynchronizer.waitForElements(Collection<?> collection,
int requiredSize,
int timeout)
Shortcut to wait up to the default time (ENTITY_WAIT_TIMEOUT millis) for a given number of entities to arrive. |
static void |
SizeSynchronizer.waitForEntities(EntityRegistry registry,
int requiredSize)
Shortcut to wait up to the default time (ENTITY_WAIT_TIMEOUT millis) for a given number of entities to arrive. |
void |
EntityRegistry.waitForEntities(int count)
Wait a default amount of time for a given number of entities to arrive. |
Entity |
EntityRegistry.waitForEntity()
Wait up to a default amount of time for a single entity to arrive. |
static Entity |
SizeSynchronizer.waitForEntity(EntityRegistry registry)
Shortcut to wait up to the default time (ENTITY_WAIT_TIMEOUT millis) for a single entity to arrive. |
Entity |
EntityRegistry.waitForEntity(String id)
Wait for an entity with a given ID to appear and then return it. |
static void |
PropertySynchronizer.waitForNonNullProperty(IDataObject object,
Object property)
Shortcut for using this class to wait for a property to become any non-null value (i.e. |
static void |
PropertySynchronizer.waitForNonNullProperty(IDataObject object,
String path)
Shortcut for using this class to wait for a property path to become any non-null value (i.e. |
static void |
PropertySynchronizer.waitForProperty(IDataObject object,
Object property,
Object value)
Shortcut for using this class to wait for a property change. |
static void |
PropertySynchronizer.waitForProperty(IDataObject object,
String path,
Object value)
Shortcut for using this class to wait for a property change. |
void |
Entity.waitForProperty(String property,
boolean value)
Wait for a property value to be changed from the client container's thread. |
void |
Entity.waitForProperty(String property,
int value)
Wait for a property value to be changed from the client container's thread. |
Object |
Entity.waitForProperty(String property,
Object value)
Wait for a property value to be changed from the client container's thread. |
Object |
Entity.waitForProperty(String property,
Object value,
long maxWait)
Wait for a property value to be changed from the client container's thread. |
Constructors in livespace.services with parameters of type SynchronizationException | |
---|---|
SynchronizationException(String message,
SynchronizationException cause)
|
Uses of SynchronizationException in livespace.services.entities |
---|
Methods in livespace.services.entities that throw SynchronizationException | |
---|---|
static RoomEntity |
RoomEntity.getLocalRoom(Elvin elvin)
Find the local room entity instance. |
static ClipboardEntity |
ClipboardEntity.waitForDefault(EntityContainer container)
Wait for the default clipboard for a given room to appear in a container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |