com.ibm.premises.reusable.info
Interface InfoHome

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

public interface InfoHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: Info


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

Method Detail

create

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

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