de.tubs.macs.control.net
Class MACSMasterNominateRequest

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

public class MACSMasterNominateRequest
extends MACSRequest
implements java.io.Serializable

MACSMasterNominateRequest. Request to become the master.

See Also:
Serialized Form

Field Summary
 ObjectID target
          target
 
Fields inherited from class de.tubs.macs.control.net.MACSMessage
nextSequence, sender, sequence
 
Constructor Summary
MACSMasterNominateRequest(ObjectID sender, ObjectID target)
           
 
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

target

public ObjectID target
target
Constructor Detail

MACSMasterNominateRequest

public MACSMasterNominateRequest(ObjectID sender,
                                 ObjectID target)