com.ibm.wsgw.beans
Interface FilterHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface FilterHome
extends javax.ejb.EJBHome

This interface provides a Home for Channel session beans.

Version:
1.8
Author:
See Also:

Field Summary
static java.lang.String copyright
          Deprecated. Copyright string.
 
Method Summary
 FilterRemote create()
          Deprecated. Creates a Channel session bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

copyright

public static final java.lang.String copyright
Deprecated. 
Copyright string. Any code placed between the comments will be over written

See Also:
Constant Field Values
Method Detail

create

public FilterRemote create()
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException
Deprecated. 
Creates a Channel session bean.

Returns:
Throws:
java.rmi.RemoteException - Required for EJB remote interfaces.
javax.ejb.CreateException
See Also:


Copyright © 2002 IBM. All Rights Reserved.