Class CometdWebConferencingService.CallEventProxy
java.lang.Object
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
org.exoplatform.webconferencing.cometd.CometdWebConferencingService.CallEventProxy
- All Implemented Interfaces:
Externalizable,Serializable
- Direct Known Subclasses:
CometdWebConferencingService.CallParticipantEvent,CometdWebConferencingService.CallStateEvent
- Enclosing class:
- CometdWebConferencingService
public abstract static class CometdWebConferencingService.CallEventProxy
extends CometdWebConferencingService.EventProxy
implements Externalizable
The Class CallEventProxy.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe call id.protected StringThe owner id.protected StringThe owner type.protected StringThe provider type.Fields inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
CLOSE, INIT, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
toString
-
Field Details
-
callId
The call id. -
providerType
The provider type. -
ownerId
The owner id. -
ownerType
The owner type.
-
-
Constructor Details
-
CallEventProxy
public CallEventProxy()Instantiates a new call event proxy (for serialization).
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classCometdWebConferencingService.EventProxy- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classCometdWebConferencingService.EventProxy- Throws:
IOException
-