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.
 
Method Summary
 FilterLocal create()
          Creates a filter session bean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

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
Method Detail

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.