org.universAAL.middleware.brokers.message.deploy
Class DeployNotificationPayload

Package class diagram package DeployNotificationPayload
java.lang.Object
  extended by org.universAAL.middleware.brokers.message.Payload
      extended by org.universAAL.middleware.brokers.message.deploy.DeployPayload
          extended by org.universAAL.middleware.brokers.message.deploy.DeployNotificationPayload
All Implemented Interfaces:
Serializable

public class DeployNotificationPayload
extends DeployPayload

Payload for deploy notifications

Author:
Michele Girolami, Francesco Furfari
See Also:
Serialized Form

Constructor Summary
DeployNotificationPayload(byte[] part, UAPPCard mpaCard, String partID, UAPPPartStatus mpaPartStatus)
           
 
Method Summary
 UAPPPartStatus getMpaPartStatus()
           
 String getPartID()
           
 
Methods inherited from class org.universAAL.middleware.brokers.message.deploy.DeployPayload
getPart, getuappCard, setPart, setuappCard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployNotificationPayload

public DeployNotificationPayload(byte[] part,
                                 UAPPCard mpaCard,
                                 String partID,
                                 UAPPPartStatus mpaPartStatus)
Method Detail

getPartID

public String getPartID()

getMpaPartStatus

public UAPPPartStatus getMpaPartStatus()


Copyright © 2014 universAAL Consortium. All Rights Reserved.