com.pega.pegarules.etier.interfaces
Interface PRServiceStatefulLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface PRServiceStatefulLocal
extends javax.ejb.EJBLocalObject

Local Interface for Stateful Service EJB

Version:
$Revision: 16561 $ $Date: 2011-11-02 10:00:45 -0400 (Wed, 02 Nov 2011) $
Author:
Leonid Ablavsky

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 java.util.ArrayList invokeService(java.lang.String aServiceMethod, java.util.ArrayList aInputObjects)
           
 java.util.ArrayList invokeServiceTxnMand(java.lang.String aServiceMethod, java.util.ArrayList aInputObjects)
           
 java.util.ArrayList invokeServiceTxnNever(java.lang.String aServiceMethod, java.util.ArrayList aInputObjects)
           
 java.util.ArrayList invokeServiceTxnNotSupported(java.lang.String aServiceMethod, java.util.ArrayList aInputObjects)
           
 java.util.ArrayList invokeServiceTxnReq(java.lang.String aServiceMethod, java.util.ArrayList aInputObjects)
           
 java.util.ArrayList invokeServiceTxnReqNew(java.lang.String aServiceMethod, java.util.ArrayList aInputObjects)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

invokeService

java.util.ArrayList invokeService(java.lang.String aServiceMethod,
                                  java.util.ArrayList aInputObjects)
                                  throws java.lang.Exception,
                                         PRApplicationException
Parameters:
aServiceMethod - String Service method name
aInputObjects - List of Service method input parmaeters
Returns:
List of Service method output parameters
Throws:
java.lang.Exception
PRApplicationException

invokeServiceTxnMand

java.util.ArrayList invokeServiceTxnMand(java.lang.String aServiceMethod,
                                         java.util.ArrayList aInputObjects)
                                         throws java.lang.Exception,
                                                PRApplicationException
Parameters:
aServiceMethod - - PRPC Service method name
aInputObjects - - list of method input parameters
Returns:
- list of method return parameters
Throws:
java.lang.Exception
PRApplicationException

invokeServiceTxnNever

java.util.ArrayList invokeServiceTxnNever(java.lang.String aServiceMethod,
                                          java.util.ArrayList aInputObjects)
                                          throws java.lang.Exception,
                                                 PRApplicationException
Parameters:
aServiceMethod - - PRPC Service method name
aInputObjects - - list of method input parameters
Returns:
- list of method return parameters
Throws:
java.lang.Exception
PRApplicationException

invokeServiceTxnNotSupported

java.util.ArrayList invokeServiceTxnNotSupported(java.lang.String aServiceMethod,
                                                 java.util.ArrayList aInputObjects)
                                                 throws java.lang.Exception,
                                                        PRApplicationException
Parameters:
aServiceMethod - - PRPC Service method name
aInputObjects - - list of method input parameters
Returns:
- list of method return parameters
Throws:
java.lang.Exception
PRApplicationException

invokeServiceTxnReq

java.util.ArrayList invokeServiceTxnReq(java.lang.String aServiceMethod,
                                        java.util.ArrayList aInputObjects)
                                        throws java.lang.Exception,
                                               PRApplicationException
Parameters:
aServiceMethod - - PRPC Service method name
aInputObjects - - list of method input parameters
Returns:
- list of method return parameters
Throws:
java.lang.Exception
PRApplicationException

invokeServiceTxnReqNew

java.util.ArrayList invokeServiceTxnReqNew(java.lang.String aServiceMethod,
                                           java.util.ArrayList aInputObjects)
                                           throws java.lang.Exception,
                                                  PRApplicationException
Parameters:
aServiceMethod - - PRPC Service method name
aInputObjects - - list of method input parameters
Returns:
- list of method return parameters
Throws:
java.lang.Exception
PRApplicationException


Copyright © 2012 Pegasystems Inc. All Rights Reserved.