Uses of Interface
net.sf.sasl.common.communication.ICommunicationChannel

Packages that use ICommunicationChannel
net.sf.sasl.aop.monitoring.execution.time   
net.sf.sasl.common.communication   
net.sf.sasl.common.communication.mail   
 

Uses of ICommunicationChannel in net.sf.sasl.aop.monitoring.execution.time
 

Methods in net.sf.sasl.aop.monitoring.execution.time that return types with arguments of type ICommunicationChannel
 List<ICommunicationChannel> ThresholdMethodExecutionTimeWarnAspect.getCommunicationChannels()
           
 

Method parameters in net.sf.sasl.aop.monitoring.execution.time with type arguments of type ICommunicationChannel
 void ThresholdMethodExecutionTimeWarnAspect.setCommunicationChannels(List<ICommunicationChannel> communicationChannels)
          Sets a list of communication channels to which warn and recovery messages will be delivered.
 

Uses of ICommunicationChannel in net.sf.sasl.common.communication
 

Constructors in net.sf.sasl.common.communication with parameters of type ICommunicationChannel
AsynchronousChannelSender(ICommunicationChannel channel, String subject, String message)
           
 

Uses of ICommunicationChannel in net.sf.sasl.common.communication.mail
 

Classes in net.sf.sasl.common.communication.mail that implement ICommunicationChannel
 class SimpleMailChannel
          The class implements a simple e-Mail communication channel, for which the sender and receivers are hard wired during creation of the channel.
 



Copyright © 2010. All Rights Reserved.