public class AuClientInfo extends AuResponse
ClientInfoEvent
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuClientInfo()
Constructs a client-info response for all desktops of the same
browser window.
|
AuClientInfo(Desktop desktop)
Constructs a client-info response with the specified desktop.
|
Modifier and Type | Method and Description |
---|---|
String |
getOverrideKey()
Default: zk.clientInfo (i.e., only one response of this class
will be sent to the client in an execution)
|
equals, getCommand, getDepends, getEncodedData, getRawData, hashCode, toString
public AuClientInfo(Desktop desktop)
desktop
- the desktop to get the client info back.
If null, the client info is sent back for each desktop in the
same browser window.public AuClientInfo()
public final String getOverrideKey()
getOverrideKey
in class AuResponse
Copyright © 2017. All rights reserved.