package com.de22.foundation.trt; import com.foundation.util.IManagedList; public interface IServer { public IManagedList getStuff(); }//IServer//