001    package cnslab.cnsnetwork;
002    
003    /***********************************************************************
004    * Interface to indicate a class is transmissible by JPVM.
005    * 
006    * @version
007    *   $Date: 2012-08-04 13:43:22 -0500 (Sat, 04 Aug 2012) $
008    *   $Rev: 104 $
009    *   $Author: croft $
010    * @author
011    *   Yi Dong
012    * @author
013    *   David Wallace Croft
014    ***********************************************************************/
015    public interface  Transmissible
016    ////////////////////////////////////////////////////////////////////////
017    ////////////////////////////////////////////////////////////////////////
018    {
019
020    ////////////////////////////////////////////////////////////////////////
021    ////////////////////////////////////////////////////////////////////////
022    }