Uses of Class
org.aselect.system.exception.ASelectSAMException

Packages that use ASelectSAMException
org.aselect.agent.sam   
org.aselect.authspserver.sam   
org.aselect.server.sam   
org.aselect.system.sam.agent   
org.aselect.system.sam.agent.polling   
 

Uses of ASelectSAMException in org.aselect.agent.sam
 

Methods in org.aselect.agent.sam that throw ASelectSAMException
 void ASelectAgentSAMAgent.init()
          Initializes the ASelectAgentSAMAgent.
 

Uses of ASelectSAMException in org.aselect.authspserver.sam
 

Methods in org.aselect.authspserver.sam that throw ASelectSAMException
 void AuthSPSAMAgent.init()
          Calls the initialize class of the super class SAMAgent with the A-Select config manager and the A-Select system logger.
 

Uses of ASelectSAMException in org.aselect.server.sam
 

Methods in org.aselect.server.sam that throw ASelectSAMException
 void ASelectSAMAgent.init()
          Calls the initialize class of the super class SAMAgent with the A-Select config manager and the A-Select system logger.
 

Uses of ASelectSAMException in org.aselect.system.sam.agent
 

Methods in org.aselect.system.sam.agent that throw ASelectSAMException
 SAMResource SAMResourceGroup.getActiveResource()
          Gets a active resource from this group.
 SAMResource SAMAgent.getActiveResource(java.lang.String sID)
          Gets an active resource from a paricular group.
 void SAMAgent.init(ConfigManager oConfigManager, SystemLogger oSystemLogger)
          This function is to initialize the SAMAgent.
 void SAMResource.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Initializes the configured resource.
 void SAMResourceGroup.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          This function is to initialize the SAMAgent.
 void ISAMPollingMethod.init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Initialization method for the SAM polling methods.
 

Uses of ASelectSAMException in org.aselect.system.sam.agent.polling
 

Methods in org.aselect.system.sam.agent.polling that throw ASelectSAMException
 void SAMAPIPollingMethod.init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Will read the url from the SAMService servlet that must be polled and sets the given ConfigManager and SystemLogger as class variables.
 void SAMICMPPollingMethod.init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Reads the config parameters 'url' and 'pingcommand' from the supplied polling method config and sets the given system logger as logger for this class.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.