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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcallIdThe call id.protected StringownerIdThe owner id.protected StringownerTypeThe owner type.protected StringproviderTypeThe provider type.-
Fields inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
CLOSE, INIT, type
-
-
Constructor Summary
Constructors Constructor Description CallEventProxy()Instantiates a new call event proxy (for serialization).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.exoplatform.webconferencing.cometd.CometdWebConferencingService.EventProxy
toString
-
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classCometdWebConferencingService.EventProxy- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classCometdWebConferencingService.EventProxy- Throws:
IOException
-
-