public class ServerMessageEvent extends MessageEvent
Streamable.Closure| Constructor and Description |
|---|
ServerMessageEvent(int targetOid,
String name,
Object[] args)
Constructs a new message event on the specified target object with the supplied name and
arguments.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrivate()
Some events are used only internally on the server and need not be broadcast to subscribers,
proxy or otherwise.
|
applyToObject, getArgs, setArgsgetNamealreadyApplied, getActualTransport, getSourceOid, getTargetOid, getTransport, noteActualTransport, setSourceOid, setTargetOid, setTransport, toStringpublic ServerMessageEvent(int targetOid,
String name,
Object[] args)
targetOid - the object id of the object whose attribute has changed.name - the name of the message event.args - the arguments for this message. This array should contain only values of valid
distributed object types.public boolean isPrivate()
DEventCopyright © 2015. All rights reserved.