IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.mediation.handler.ejb
Interface GenericEJBMediationHandlerLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface GenericEJBMediationHandlerLocalHome
extends javax.ejb.EJBLocalHome

Local Home interface for Enterprise Bean: GenericEJBMediationHandlerBean.

Security related checks are performed based on information defined in the EJBs deployment descriptor. This information is specified in the tooling and can be modified at application installation time.

In order to obtain a reference to this object it must be first retrieved via JNDI at which point the nameserver may perform additional access control checks based on the configuration of the nameserver.


Method Summary
 GenericEJBMediationHandlerLocal create()
          Creates an instance of a GenericEJBMediationHandlerBean
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

GenericEJBMediationHandlerLocal create()
                                       throws javax.ejb.CreateException
Creates an instance of a GenericEJBMediationHandlerBean

Throws:
javax.ejb.CreateException

IBM WebSphere Application ServerTM
Release 7