com.ibm.wsgw.beans
Interface GatewayOperationHome

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

public interface GatewayOperationHome
extends javax.ejb.EJBHome

This interface provides a Home for GatewayOperation session beans.

Version:
1.7
Author:
 
See Also:

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

Field Detail

copyright

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

create

public GatewayOperationRemote create()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException
Creates a GatewayOperation session bean.
Parameters:
-  
Returns:
 
Throws:
java.rmi.RemoteException - Required for EJB remote interfaces.
See Also:


Copyright © 2002 IBM. All Rights Reserved.