Uses of Interface
com.bankframe.ejb.ESessionRemote

Packages that use ESessionRemote
com.bankframe.examples.passthrough   
com.bankframe.services.accesscontrol   
com.bankframe.services.accesscontrol.administration.group   
com.bankframe.services.accesscontrol.administration.user   
com.bankframe.services.accesscontrol.ejb   
com.bankframe.services.accesscontrol.ldap   
com.bankframe.services.authentication   
com.bankframe.services.authentication.ejb   
com.bankframe.services.authentication.ldap   
com.bankframe.services.mail   
com.bankframe.services.ping   
com.bankframe.services.requestrouter   
com.bankframe.services.route   
com.bankframe.services.route.administration   
com.bankframe.services.sessionmgmt   
com.bankframe.services.sessionmgmt.ejb   
com.bankframe.services.sessionmgmt.ldap   
 

Uses of ESessionRemote in com.bankframe.examples.passthrough
 

Subinterfaces of ESessionRemote in com.bankframe.examples.passthrough
 interface PassThrough
           
 

Uses of ESessionRemote in com.bankframe.services.accesscontrol
 

Subinterfaces of ESessionRemote in com.bankframe.services.accesscontrol
 interface AccessControl
          This interface defines the methods that all access control session beans expose
 

Uses of ESessionRemote in com.bankframe.services.accesscontrol.administration.group
 

Subinterfaces of ESessionRemote in com.bankframe.services.accesscontrol.administration.group
 interface GroupAdministration
          This interface defines the methods and the parameters for the GroupAdministrationBean.
 

Uses of ESessionRemote in com.bankframe.services.accesscontrol.administration.user
 

Subinterfaces of ESessionRemote in com.bankframe.services.accesscontrol.administration.user
 interface UserAdministration
          UserAdministration Interface Class defines the mehtods and the parameters for the UserAdministrationBean
 

Uses of ESessionRemote in com.bankframe.services.accesscontrol.ejb
 

Subinterfaces of ESessionRemote in com.bankframe.services.accesscontrol.ejb
 interface EJBAccessControl
          This interface is the remote Interface to the EJBAccessControlBean.
 

Uses of ESessionRemote in com.bankframe.services.accesscontrol.ldap
 

Subinterfaces of ESessionRemote in com.bankframe.services.accesscontrol.ldap
 interface LDAPAccessControl
          This interface is the remote interface to the LDAPAccessControlBean.
 

Uses of ESessionRemote in com.bankframe.services.authentication
 

Subinterfaces of ESessionRemote in com.bankframe.services.authentication
 interface Authentication
          This interface defines the methods that all authentication mechanisms implement.
 

Uses of ESessionRemote in com.bankframe.services.authentication.ejb
 

Subinterfaces of ESessionRemote in com.bankframe.services.authentication.ejb
 interface EJBUserAuthentication
          This interface is the remote interface to the EJBUserAuthenticationBean.
 

Uses of ESessionRemote in com.bankframe.services.authentication.ldap
 

Subinterfaces of ESessionRemote in com.bankframe.services.authentication.ldap
 interface LDAPAuthentication
          This interface is the Remote Interface of LDAPAuthenticationBean.
 

Uses of ESessionRemote in com.bankframe.services.mail
 

Subinterfaces of ESessionRemote in com.bankframe.services.mail
 interface SendMail
          The remote interface to the SendMail EJB.
 

Uses of ESessionRemote in com.bankframe.services.ping
 

Subinterfaces of ESessionRemote in com.bankframe.services.ping
 interface Ping
          This is the EJB remote interface to the Ping bean.
 

Uses of ESessionRemote in com.bankframe.services.requestrouter
 

Subinterfaces of ESessionRemote in com.bankframe.services.requestrouter
 interface RequestRouter
          Remote interface for Request Router
 

Uses of ESessionRemote in com.bankframe.services.route
 

Methods in com.bankframe.services.route that return ESessionRemote
static ESessionRemote RouteLookup.getRemoteInterface(Route route)
          This method will get The remote interface to the EJB mapped to the specified Route.
 ESessionRemote RouteLookup.getRemoteInterface(java.lang.String requestId)
          Get The Remote Interface to the EJB mapped to the specified REQUEST_ID.
 

Uses of ESessionRemote in com.bankframe.services.route.administration
 

Subinterfaces of ESessionRemote in com.bankframe.services.route.administration
 interface RouteAdministration
          This interface defines the methods and the parameters for the RouteAdministrationBean.
 

Uses of ESessionRemote in com.bankframe.services.sessionmgmt
 

Subinterfaces of ESessionRemote in com.bankframe.services.sessionmgmt
 interface SessionManagement
          Remote Interface common to all SessionManagement beans
 

Uses of ESessionRemote in com.bankframe.services.sessionmgmt.ejb
 

Subinterfaces of ESessionRemote in com.bankframe.services.sessionmgmt.ejb
 interface EJBSessionManagement
          This interface is the remote interface to EJBSessionManagement bean.
 

Uses of ESessionRemote in com.bankframe.services.sessionmgmt.ldap
 

Subinterfaces of ESessionRemote in com.bankframe.services.sessionmgmt.ldap
 interface LDAPSessionManagement
          Remote Interface to LDAPSessionManagement bean.
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.