Uses of Class
edu.uoc.pfc.social.exception.SocialNetworkException

Packages that use SocialNetworkException
edu.uoc.pfc.social   
edu.uoc.pfc.social.data   
 

Uses of SocialNetworkException in edu.uoc.pfc.social
 

Methods in edu.uoc.pfc.social that throw SocialNetworkException
 void SocialNetwork.close()
          Mètode amb el cual es tanca la connexió amb la xarxa social.
 void SocialNetwork.init()
          Mètode amb el qual s'inicialitzarà la xarxa social amb les dades contingudes al fixer.
static void SocialNetworkStart.main(String[] args)
          Mètode principal que s'executarà per a inicialitzar la xarxa social.
 

Constructors in edu.uoc.pfc.social that throw SocialNetworkException
SocialNetwork(InputStream socialNetwork, InputStream dbPropsIs)
          Mètode constructor.
 

Uses of SocialNetworkException in edu.uoc.pfc.social.data
 

Methods in edu.uoc.pfc.social.data that throw SocialNetworkException
 Profile SocialNetworkProfileMapper.getProfileFromUserAddress(String ipAddress, String port)
          Mètode utilitzat per a obtenir un objecte del tipus Profile necessari per a treballar dins del protocol de consultes anónimes a partir de la addreça IP i el port de connexió de l'usuari.
 

Constructors in edu.uoc.pfc.social.data that throw SocialNetworkException
SocialNetworkProfileMapper(InputStream dbProperties)
          Mètode constructor.
SocialNetworkProfileXMLHelper(InputStream dbProperties)
          Mètode constructor.