com.ibm.wsgw.beans
Interface FilterLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface FilterLocalHome
- extends javax.ejb.EJBLocalHome
This interface provides a local home for filter session beans.
- Version:
- 1.1
- Author:
- See Also:
Field Summary |
static java.lang.String |
copyright
Copyright string. |
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
copyright
public static final java.lang.String copyright
- Copyright string. Any code placed between the comments will be over written
- See Also:
- Constant Field Values
create
public FilterLocal create()
throws javax.ejb.CreateException
- Creates a filter session bean.
- Returns:
-
- Throws:
javax.ejb.CreateException
- Required for EJB interfaces.- See Also:
Copyright © 2002 IBM. All Rights Reserved.