Package com.ibm.websphere.ola
Interface Execute
-
- All Superinterfaces:
jakarta.ejb.EJBObject
,java.rmi.Remote
public interface Execute extends jakarta.ejb.EJBObject
Remote interface for Enterprise Bean: Execute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
execute(byte[] data)
Method which gets control when driven by OLA.
-