com.pega.pegarules.pub.services
Class ServiceJClientStub
java.lang.Object
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
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 |
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
ServiceJClientStub
public ServiceJClientStub()
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.