org.elkoserver.foundation.net
Interface Releasable


public interface Releasable

Interface implemented by message objects that have resources that need to be released after the message has been transmitted.


Method Summary
 void release()
          Release any resources associated with this object.
 

Method Detail

release

void release()
Release any resources associated with this object.