com.pega.pegarules.etier.interfaces
Interface PRServiceStateful

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

public interface PRServiceStateful
extends javax.ejb.EJBObject

Remote 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.EJBObject
getEJBHome, getHandle, 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,
                                         java.rmi.RemoteException
Parameters:
aServiceMethod - - PRPC Service method name
aInputObjects - - list of method input parameters
Returns:
result of invocation
Throws:
java.lang.Exception
PRApplicationException
java.rmi.RemoteException

invokeServiceTxnMand

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

invokeServiceTxnNever

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

invokeServiceTxnNotSupported

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

invokeServiceTxnReq

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

invokeServiceTxnReqNew

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


Copyright © 2012 Pegasystems Inc. All Rights Reserved.