All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.frameworkset.task.Service Maven / Gradle / Ivy

Go to download

bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com

The newest version!
package org.frameworkset.task;

import java.io.Serializable;

/**
 * 
 * 

Title: Service.java

*

Description:

*

bboss workgroup

*

Copyright (c) 2007

* @Date 2010-3-26 下午02:04:41 * @author biaoping.yin,gao.tang * @version 1.0 */ public interface Service extends Serializable { public void startService(); public void restartService(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy