| Package | Description |
|---|---|
| com.threerings.admin.client | |
| com.threerings.presents.dobj | |
| com.threerings.presents.peer.server | |
| com.threerings.presents.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectEditorPanel.requestFailed(int oid,
ObjectAccessException cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSuchObjectException
A no such object exception is delivered when a subscriber requests
access to an object that does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscriber.requestFailed(int oid,
ObjectAccessException cause)
Called when a subscription request has failed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReleaseLockEvent.applyToObject(DObject target)
Applies this lock release to the object.
|
boolean |
ObjectRemovedEvent.applyToObject(DObject target) |
boolean |
ObjectDestroyedEvent.applyToObject(DObject target) |
boolean |
ObjectAddedEvent.applyToObject(DObject target) |
boolean |
MessageEvent.applyToObject(DObject target) |
boolean |
InvocationResponseEvent.applyToObject(DObject target) |
boolean |
InvocationRequestEvent.applyToObject(DObject target) |
boolean |
InvocationNotificationEvent.applyToObject(DObject target) |
boolean |
EntryUpdatedEvent.applyToObject(DObject target) |
boolean |
EntryRemovedEvent.applyToObject(DObject target) |
boolean |
EntryAddedEvent.applyToObject(DObject target) |
boolean |
ElementUpdatedEvent.applyToObject(DObject target) |
abstract boolean |
DEvent.applyToObject(DObject target)
Applies the attribute modifications represented by this event to the specified target
object.
|
boolean |
CompoundEvent.applyToObject(DObject target) |
boolean |
AttributeChangedEvent.applyToObject(DObject target) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerNode.requestFailed(int oid,
ObjectAccessException cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
SafeSubscriber.requestFailed(int oid,
ObjectAccessException cause) |
Copyright © 2015. All rights reserved.