Uses of Class
org.universAAL.middleware.interfaces.PeerRole

Packages that use PeerRole
org.universAAL.middleware.interfaces   
org.universAAL.middleware.managers.api   
 

Uses of PeerRole in org.universAAL.middleware.interfaces
 

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

Methods in org.universAAL.middleware.interfaces with parameters of type PeerRole
 void PeerCard.setRole(PeerRole role)
           
 

Constructors in org.universAAL.middleware.interfaces with parameters of type PeerRole
PeerCard(PeerRole role, String containerUnit, String platformUnit)
          Instantiate a PeerCard and generated the peer unique ID
PeerCard(String ID, PeerRole role)
           
 

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

Fields in org.universAAL.middleware.managers.api declared as PeerRole
static PeerRole AALSpaceManager.DEFAULT_PEER_ROLE
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.