com.ibm.premises.reusable.validation
Interface ValidationHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface ValidationHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: Validation


Method Summary
 Validation create()
          Creates a default instance of Session Bean: Validation
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

Validation create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Creates a default instance of Session Bean: Validation

Throws:
javax.ejb.CreateException
java.rmi.RemoteException