Class CometdWebConferencingService.UserCallProxy
java.lang.Object
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.UserCallProxy
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- CometdWebConferencingService
public static class CometdWebConferencingService.UserCallProxy
extends Object
implements Externalizable
The Class UserCallProxy.
- See Also:
-
Constructor Details
-
UserCallProxy
public UserCallProxy()Instantiates a new user call proxy (for serialization).
-
-
Method Details
-
toString
-
hashCode
public int hashCode() -
equals
-
getId
Gets user proxy id.- Returns:
- the id
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getUserId
Gets the user id.- Returns:
- the userId
-
getClientId
Gets the client id.- Returns:
- the clientId
-