com.pega.pegarules.pub.services
Class ServiceJClientStub

java.lang.Object
  extended by com.pega.pegarules.pub.services.ServiceJClientStub

public class ServiceJClientStub
extends java.lang.Object

Business Delegate class derived from PRServiceClient, assists Java client to invoke PRPC Rule-Service-Java through embedded PRPC Engine


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
ServiceJClientStub()
           
 
Method Summary
 void initStateful(java.lang.String aServiceClassURI, java.util.HashMap aSessionProperties)
           
 void initStateless()
           
 java.util.ArrayList invoke(java.lang.String aServiceURI, java.util.HashMap aServiceProperties, java.util.ArrayList aReqParams)
           
 void release()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

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

VERSION

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

ServiceJClientStub

public ServiceJClientStub()
Method Detail

initStateful

public void initStateful(java.lang.String aServiceClassURI,
                         java.util.HashMap aSessionProperties)
                  throws java.lang.Exception
Throws:
java.lang.Exception

initStateless

public void initStateless()
                   throws java.lang.Exception
Throws:
java.lang.Exception

invoke

public java.util.ArrayList invoke(java.lang.String aServiceURI,
                                  java.util.HashMap aServiceProperties,
                                  java.util.ArrayList aReqParams)
                           throws java.lang.Exception
Throws:
java.lang.Exception

release

public void release()
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 Pegasystems Inc. All Rights Reserved.