Interface PContentOpInvokerBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PContentOpInvokerBeanImpl

public interface PContentOpInvokerBean extends Remote
An interface to invoke content opcodes.
Version:
%version: 3 % %date_modified: Wed Jan 23 12:40:25 2002 %
Author:
usha
  • Method Summary

    Modifier and Type
    Method
    Description
    invokeContentOp(String input, String opcodeName)
    Invoke the content op and return results
  • Method Details

    • invokeContentOp

      String invokeContentOp(String input, String opcodeName) throws RemoteException
      Invoke the content op and return results
      Parameters:
      input - - input flist
      opcodeName - - name of opcode to be invoked
      Returns:
      String - return flist as String
      Throws:
      RemoteException