Uses of Class
org.universAAL.middleware.interfaces.mpa.UAPPPartStatus

Packages that use UAPPPartStatus
org.universAAL.middleware.brokers.control   
org.universAAL.middleware.brokers.message.deploy   
org.universAAL.middleware.connectors.deploy.karaf   
org.universAAL.middleware.interfaces.mpa   
org.universAAL.middleware.managers.api   
org.universAAL.middleware.managers.deploy   
 

Uses of UAPPPartStatus in org.universAAL.middleware.brokers.control
 

Methods in org.universAAL.middleware.brokers.control with parameters of type UAPPPartStatus
 void ControlBroker.notifyRequestToInstallPart(UAPPCard mpaCard, String partID, UAPPPartStatus partStatus)
           
 

Uses of UAPPPartStatus in org.universAAL.middleware.brokers.message.deploy
 

Methods in org.universAAL.middleware.brokers.message.deploy that return UAPPPartStatus
 UAPPPartStatus DeployNotificationPayload.getMpaPartStatus()
           
 

Constructors in org.universAAL.middleware.brokers.message.deploy with parameters of type UAPPPartStatus
DeployNotificationPayload(byte[] part, UAPPCard mpaCard, String partID, UAPPPartStatus mpaPartStatus)
           
 

Uses of UAPPPartStatus in org.universAAL.middleware.connectors.deploy.karaf
 

Methods in org.universAAL.middleware.connectors.deploy.karaf that return UAPPPartStatus
 UAPPPartStatus KarafDeployConnector.m_installPart(File zipfile, UAPPCard card)
           
 

Uses of UAPPPartStatus in org.universAAL.middleware.interfaces.mpa
 

Methods in org.universAAL.middleware.interfaces.mpa that return UAPPPartStatus
 UAPPPartStatus Pair.getPartStatus()
           
static UAPPPartStatus UAPPPartStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UAPPPartStatus[] UAPPPartStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.universAAL.middleware.interfaces.mpa with parameters of type UAPPPartStatus
 void Pair.setPartStatus(UAPPPartStatus partStatus)
           
 void UAPPStatus.updatePart(String partID, String peerID, UAPPPartStatus partStatus)
           
 

Constructors in org.universAAL.middleware.interfaces.mpa with parameters of type UAPPPartStatus
Pair(String peerID, UAPPPartStatus partStatus)
           
 

Uses of UAPPPartStatus in org.universAAL.middleware.managers.api
 

Methods in org.universAAL.middleware.managers.api with parameters of type UAPPPartStatus
 void DeployManagerEventHandler.installationPartNotification(UAPPCard uappCard, String partID, PeerCard peer, UAPPPartStatus partStatus)
          Method called back in order to notifiy the result of a request to install
 

Uses of UAPPPartStatus in org.universAAL.middleware.managers.deploy
 

Methods in org.universAAL.middleware.managers.deploy with parameters of type UAPPPartStatus
 void DeployManagerImpl.installationPartNotification(UAPPCard card, String partID, PeerCard peer, UAPPPartStatus status)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.