net.sf.sasl.aop.monitoring.execution.time
Class HeapChannel

java.lang.Object
  extended by net.sf.sasl.aop.monitoring.execution.time.HeapChannel
All Implemented Interfaces:
ICommunicationChannel

public class HeapChannel
extends Object
implements ICommunicationChannel

Author:
Philipp Förmer

Nested Class Summary
 class HeapChannel.Message
           
 
Constructor Summary
HeapChannel()
           
 
Method Summary
 void clearBuffer()
           
 List<HeapChannel.Message> getBufferedMessage()
           
 void sendOverChannel(String subject, String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeapChannel

public HeapChannel()
Method Detail

sendOverChannel

public void sendOverChannel(String subject,
                            String message)
                     throws IllegalArgumentException,
                            CommunicationChannelException
Specified by:
sendOverChannel in interface ICommunicationChannel
Throws:
IllegalArgumentException
CommunicationChannelException
See Also:
common.communication.ICommunicationChannel

getBufferedMessage

public List<HeapChannel.Message> getBufferedMessage()

clearBuffer

public void clearBuffer()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.