| package com.dy.common.mw.channel.rmi; | 
|   | 
| import com.dy.common.mw.UnitAdapterInterface; | 
|   | 
| public interface RmiUnitAdapter extends UnitAdapterInterface { | 
|   | 
|     /** | 
|      * 得到配置 | 
|      * @return RmiConfigVo | 
|      */ | 
|     RmiConfigVo getConfig() ; | 
|      | 
|     /** | 
|      * 所以此处得到RmiRequestCallback不能是单例, | 
|      * @return RmiRequestCallback | 
|      */ | 
|     RmiRequestCallback newRequestCallback() ; | 
|   | 
| } |