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

Interface GenericEJBMediationHandlerLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

  1. public interface GenericEJBMediationHandlerLocalHome
  2. 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

Modifier and Type Method and Description
  1. GenericEJBMediationHandlerLocal
create()
Creates an instance of a GenericEJBMediationHandlerBean
Methods inherited from interface javax.ejb.EJBLocalHome
remove

Method Detail

create

  1. GenericEJBMediationHandlerLocal create( )
  2. throws javax.ejb.CreateException
Creates an instance of a GenericEJBMediationHandlerBean
Throws:
javax.ejb.CreateException