IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.wpf
PartitionHandlerLocalHome

All Implemented Interfaces
EJBLocalHome


The single partitioned stateless session bean (PSSB) in the jar must use this interface for their local home interface. This interface cannot be extended.


Method Summary
public  PartitionHandlerLocalcreate()
           This is called to create an instance of the partition bean. Normally.

Inherited Methods

Methods inherited from javax.ejb.EJBLocalHome
remove

Method Detail

create

public PartitionHandlerLocal create()
This is called to create an instance of the partition bean. Normally a customer application should never directly create one of these beans. The EJB is only called by the WebSphere runtime at the appropriate times.


Returns:
     This returns the newly created session bean as described in the J2EE spec.


Throws:
    javax.ejb.CreateException


IBM WebSphere Extended Deployment (XD)TM
Release 6.0