IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.ola
Interface ExecuteHome

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

public interface ExecuteHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: Execute


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

Method Detail

create

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

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

IBM WebSphere Application ServerTM
Release 8