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

com.googlecode.mycontainer.ejb.EJBCallback Maven / Gradle / Ivy

There is a newer version: 1.7.5
Show newest version
package com.googlecode.mycontainer.ejb;

public interface EJBCallback {

	public void ejbPreConstruct();

	public void ejbPostConstruct();

	public void ejbPreDestroy();

	public void ejbPostDestroy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy