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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCallProxy()Instantiates a new user call proxy (for serialization).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClientId()Gets the client id.StringgetId()Gets user proxy id.StringgetUserId()Gets the user id.inthashCode()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
getId
public String getId()
Gets user proxy id.- Returns:
- the id
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getUserId
public String getUserId()
Gets the user id.- Returns:
- the userId
-
getClientId
public String getClientId()
Gets the client id.- Returns:
- the clientId
-
-