package org.playorm.nio.test.serviceproxy; public interface ServiceIntf { public void start(); public void stop(); public void serviceMethod(); }