first commit
This commit is contained in:
16
hrmsEjb/wenrgise/ejb/common/facade/CommonFacadeBean.java
Normal file
16
hrmsEjb/wenrgise/ejb/common/facade/CommonFacadeBean.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package wenrgise.ejb.common.facade;
|
||||
|
||||
import javax.ejb.SessionBean;
|
||||
import javax.ejb.SessionContext;
|
||||
|
||||
public class CommonFacadeBean implements SessionBean {
|
||||
public void ejbCreate() {}
|
||||
|
||||
public void ejbActivate() {}
|
||||
|
||||
public void ejbPassivate() {}
|
||||
|
||||
public void ejbRemove() {}
|
||||
|
||||
public void setSessionContext(SessionContext ctx) {}
|
||||
}
|
Reference in New Issue
Block a user