Uses of Class
ucar.unidata.idv.collab.CollabMsgType
Packages that use CollabMsgType
-
Uses of CollabMsgType in ucar.unidata.idv.collab
Fields in ucar.unidata.idv.collab declared as CollabMsgTypeModifier and TypeFieldDescriptionstatic final CollabMsgTypeCollabManager.MSG_ACKNEWUSERMessage type to acknowledge the acceptance or rejection of a new userstatic final CollabMsgTypeCollabManager.MSG_ACTIONMessage type for some ui action (not used now)static final CollabMsgTypeCollabManager.MSG_BUNDLEMessage type for xml idv bundlesstatic final CollabMsgTypeCollabManager.MSG_CLOSEMessage type to tell others we are closingstatic final CollabMsgTypeCollabManager.MSG_DATASOURCEMessage type for announcing new data sourcesstatic final CollabMsgTypeCollabManager.MSG_DISPLAYMessage type for announcing new displaysstatic final CollabMsgTypeCollabManager.MSG_MESSAGEMessage type for chat text messagestatic final CollabMsgTypeCollabManager.MSG_NEWUSERMessage type for new usersstatic final CollabMsgTypeCollabManager.MSG_NEWWINDOWMessage type for when a new window is createdstatic final CollabMsgTypeCollabManager.MSG_REMOVEDATASOURCEMessage type for when a datasource is removedstatic final CollabMsgTypeCollabManager.MSG_REMOVEDISPLAYCONTROLMessage type for when a display is removedstatic final CollabMsgTypeCollabManager.MSG_STATEMessage type for when an objects state changesMethods in ucar.unidata.idv.collab that return CollabMsgTypeModifier and TypeMethodDescriptionstatic CollabMsgTypeCollabMsgType.createNoRelay(String id, String desc) Factory method to create a CollabMsgType that should not be relayed.static CollabMsgTypeCollabMsgType.createRelay(String id, String desc) Factory method to create a CollabMsgType that should be relayed.static CollabMsgTypeFind the MsgType identified by the given type typeId.Methods in ucar.unidata.idv.collab with parameters of type CollabMsgTypeModifier and TypeMethodDescriptionprotected voidCollabManager.handleMessageInnerInner(CollabClient fromClient, CollabMsgType msgType, String from, String contents) Really handle the incoming message.protected StringCollabManager.makeMsg(CollabMsgType type, String body1) Construct the message.voidCollabManager.write(CollabMsgType type, String message) Write to all clients the given message of the given message type.