IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.ola
Interface Execute

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

public interface Execute
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: Execute


Method Summary
 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 Detail

execute

byte[] execute(byte[] data)
               throws java.rmi.RemoteException
Method which gets control when driven by OLA.

Parameters:
data -
Returns:
Throws:
java.rmi.RemoteException

IBM WebSphere Application ServerTM
Release 8