Interface Execute

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface Execute extends javax.ejb.EJBObject
Remote interface for Enterprise Bean: Execute
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    execute(byte[] data)
    Method which gets control when driven by OLA.

    Methods inherited from interface javax.ejb.EJBObject

    getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
  • Method Details

    • execute

      byte[] execute(byte[] data) throws RemoteException
      Method which gets control when driven by OLA.
      Parameters:
      data -
      Returns:
      Throws:
      RemoteException