com.ibm.wsgw.beans
Interface RoutingHome

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

public interface RoutingHome
extends javax.ejb.EJBHome

This interface provides a Home for Routing session beans.

Version:
1.7
Author:
See Also:

Field Summary
static java.lang.String copyright
          Deprecated. Copyright string.
 
Method Summary
 RoutingRemote create()
          Deprecated. Creates a Routing 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 RoutingRemote create()
                     throws java.rmi.RemoteException,
                            javax.ejb.CreateException
Deprecated. 
Creates a Routing session bean.

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


Copyright © 2002 IBM. All Rights Reserved.