com.beasys.commerce.foundation
Interface Session

All Superinterfaces
BusinessSmartComponent, javax.ejb.EJBObject, Remote, Serializable
All Known Subinterfaces:
CatalogManager, CatalogQueryManager, CatalogService, CatalogWS, CategoryManager, CustomDataManager, Decryptor, Encryptor, EpmCustomDataManager, JdbcCatalogQueryManager, JdbcCatalogService, JdbcCategoryManager, JdbcProductItemManager, ProductItemManager, ShippingHelper

Deprecated

@Deprecated
public interface Session
extends BusinessSmartComponent, javax.ejb.EJBObject

A Business Smart Component (BSC) Session provides access to a remote instance of a session-based BSC (EJB Session Bean). Classes that implement the BSC Session define the business methods callable by a client. Each Session is implemented by a corresponding SessionImpl. This class has no methods or attributes and serves only to indentify the semantics of being a BSC Session.

See Also
SessionImpl

Method Summary
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.