ShippingHelperHome Interface
- public interface ShippingHelperHome
extends SmartEJBHome
The home interface for the ShippingHelper Session Bean.
Related Topics
ShippingHelper
-
All Superinterfaces
-
EJBHome
, Remote
, SmartEJBHome
, SmartHome
create() Method
public ShippingHelper
create()
throws CreateException
, RemoteException
Creates a ShippingHelper
session bean.
Creates a ShippingHelper Session bean and returns
a remote reference to the ShippingHelper
.
Returns
- remote reference to the
ShippingHelper
.
Exceptions
-
CreateException
-
RemoteException