com.pega.pegarules.etier.interfaces
Interface PRServiceStatefulHome

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

public interface PRServiceStatefulHome
extends javax.ejb.EJBHome

Home interface for Stateful Service EJB

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
Leonid Ablavsky

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String PASSWORD
          Map Key Definition for Password
static java.lang.String REMOTELOGHOST
          Map Key Definition for remote log host
static java.lang.String REMOTELOGPORT
          Map Key Definition for remote log port
static java.lang.String SERVICE_CODE_JAVA
          Definition for Service type Java
static java.lang.String SERVICETYPE
          Map Key Definition for Service type
static java.lang.String USERNAME
          Map Key Definition for Username
static java.lang.String VERSION
           
 
Method Summary
 PRServiceStateful create(java.lang.String aServiceClassURI, java.util.HashMap aServiceProperties)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, 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

SERVICETYPE

static final java.lang.String SERVICETYPE
Map Key Definition for Service type

See Also:
Constant Field Values

SERVICE_CODE_JAVA

static final java.lang.String SERVICE_CODE_JAVA
Definition for Service type Java

See Also:
Constant Field Values

USERNAME

static final java.lang.String USERNAME
Map Key Definition for Username

See Also:
Constant Field Values

PASSWORD

static final java.lang.String PASSWORD
Map Key Definition for Password

See Also:
Constant Field Values

REMOTELOGHOST

static final java.lang.String REMOTELOGHOST
Map Key Definition for remote log host

See Also:
Constant Field Values

REMOTELOGPORT

static final java.lang.String REMOTELOGPORT
Map Key Definition for remote log port

See Also:
Constant Field Values
Method Detail

create

PRServiceStateful create(java.lang.String aServiceClassURI,
                         java.util.HashMap aServiceProperties)
                         throws javax.ejb.CreateException,
                                java.rmi.RemoteException
Parameters:
aServiceClassURI - String package.class.*
aServiceProperties - map with service proeprties
Returns:
PRServiceStateful bean
Throws:
javax.ejb.CreateException
java.rmi.RemoteException


Copyright © 2012 Pegasystems Inc. All Rights Reserved.