public static class CometdWebConferencingService.UserCallProxy extends Object implements Externalizable
| Constructor and Description |
|---|
UserCallProxy()
Instantiates a new user call proxy (for serialization).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientId()
Gets the client id.
|
String |
getId()
Gets user proxy id.
|
String |
getUserId()
Gets the user id.
|
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public UserCallProxy()
public String getId()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic String getUserId()
public String getClientId()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.