datapopulator.java
来自「噶额外噶外骨骼感广泛高热感 就 啊啊」· Java 代码 · 共 31 行
JAVA
31 行
/*
* @author : Neelesh
* @Version : 1.0
*
* Development Environment : Oracle9i JDeveloper
* Name of the File : DataPopulator.java
* Creation/Modification History :
*
* Neelesh 26-Dec-2002 Created
*
*/
package oracle.otnsamples.vsm.services;
import java.rmi.RemoteException;
import javax.ejb.EJBObject;
/**
* The EJB interface is used to populate the persistence with an initial set of
* data,using entity beans - in English and French.
*/
public interface DataPopulator extends EJBObject {
/**
* The method initializes test data for the application.
*
* @throws RemoteException if there was an exception populating data
*/
void populate() throws RemoteException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?