de.tubs.macs.control.net
Class MACSSessionDataIndication

java.lang.Object
  |
  +--de.tubs.macs.control.net.MACSMessage
        |
        +--de.tubs.macs.control.net.MACSSessionDataIndication

public class MACSSessionDataIndication
extends MACSMessage
implements java.io.Serializable

MACSSessionDataIndication. Used to exchange data between session controllers.

See Also:
Serialized Form

Field Summary
(package private)  java.io.Serializable object
          data
 
Fields inherited from class de.tubs.macs.control.net.MACSMessage
nextSequence, sender, sequence
 
Constructor Summary
MACSSessionDataIndication(ObjectID sender, java.io.Serializable object)
           
 
Methods inherited from class de.tubs.macs.control.net.MACSMessage
createApplicationAddressRequest, createApplicationAddressRequest, createApplicationAddressResponse, createMasterLeaveIndication, createMasterNominateRequest, createMasterNominateResponse, createMasterTransferRequest, createMasterTransferResponse, createSegmentJoinRequest, createSegmentJoinResponse, createSegmentLeaveIndication, createServerExpelIndication, createServerLeaveIndication, createServerNominateRequest, createServerNominateResponse, createSessionCreateRequest, createSessionCreateResponse, createSessionDataIndication, createSessionExpelIndication, createSessionIndication, createSessionIndication, createSessionInviteRequest, createSessionInviteResponse, createSessionJoinRequest, createSessionJoinRequest, createSessionJoinResponse, createSessionLeaveIndication, createSessionTerminateIndication, createSystemIndication
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

java.io.Serializable object
data
Constructor Detail

MACSSessionDataIndication

public MACSSessionDataIndication(ObjectID sender,
                                 java.io.Serializable object)