com.ibm.websphere.wpf
Interface PartitionHandlerLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface PartitionHandlerLocalHome
- extends javax.ejb.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.
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
PartitionHandlerLocal create()
throws javax.ejb.CreateException
- 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