com.ibm.premises.reusable.inference
Interface InferenceHome

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

public interface InferenceHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: Inference


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

Method Detail

create

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

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