com.ibm.websphere.ola

Interface ExecuteHome

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

  1. public interface ExecuteHome
  2. extends javax.ejb.EJBHome
Home interface for Enterprise Bean: Execute

Method Summary

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

Method Detail

create

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