Uses of Class
exception.InformationRetrieveException

Packages that use InformationRetrieveException
architectureInterface Provides all interfaces, given by this mix' software architecture for each component ("NameOfComponent"Interface.java). 
externalInformationPort ExternalInformationPort component - Used for (UDP-)Information (for example a public key) exchange with "external" communication partners (for example other mixes or clients). 
 

Uses of InformationRetrieveException in architectureInterface
 

Methods in architectureInterface that throw InformationRetrieveException
 java.lang.Object ExternalInformationPortInterface.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from a specified InformationProvider component.
 java.lang.Object ExternalInformationPortInterface.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from a specified InformationProvider component, sending the bypassed data.
 java.lang.Object[] ExternalInformationPortInterface.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from several ExternalInformationPort components.
 java.lang.Object[] ExternalInformationPortInterface.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from several ExternalInformationPort components, sending the bypassed data.
 

Uses of InformationRetrieveException in externalInformationPort
 

Methods in externalInformationPort that throw InformationRetrieveException
 java.lang.Object ExternalInformationPortController.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from a specified ExternalInformationPort component.
protected static byte[] InformationGrabber.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from a specified InformationProvider-component.
 java.lang.Object ExternalInformationPortController.getInformation(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from a specified ExternalInformationPort component, sending the bypassed data.
 java.lang.Object[] ExternalInformationPortController.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest)
          Generic method to receive some Information from several ExternalInformationPort components.
protected static byte[][] InformationGrabber.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from several ExternalInformationPort components.
 java.lang.Object[] ExternalInformationPortController.getInformationFromAll(java.net.InetAddress informationProviderAddress, int informationProviderPort, Information informationOfInterest, byte[] data)
          Generic method to receive some Information from several ExternalInformationPort components, sending the bypassed data.