public abstract static class CometdWebConferencingService.CallEventProxy extends CometdWebConferencingService.EventProxy implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The call id.
|
protected String |
ownerId
The owner id.
|
protected String |
ownerType
The owner type.
|
protected String |
providerType
The provider type.
|
CLOSE, INIT, type| Constructor and Description |
|---|
CallEventProxy()
Instantiates a new call event proxy (for serialization).
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
toStringprotected String callId
protected String providerType
protected String ownerId
protected String ownerType
public CallEventProxy()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class CometdWebConferencingService.EventProxyIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class CometdWebConferencingService.EventProxyIOExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.