SmartEJBHome Interface
- public interface SmartEJBHome
extends EJBHome
, SmartHome
The Smart EJB Home interface is extended by all Business Smart
Component home interfaces that service BSCs. A Business Smart
Components EJB home interface defines the methods that allow a
client to create, find, and remove Business Smart Components
derived from EJBObject. It is a marker interface (i.e. by having
a common base class it makes it possible to identify all BSC EJB
Homes at runtime).
-
All Known Implementing Classes
-
SessionHome
, EntityHome
-
All Superinterfaces
-
EJBHome
, Remote
, SmartHome
-
All Known Subinterfaces
-
CatalogManagerHome
, CatalogQueryManagerHome
, CatalogServiceHome
, CatalogWSHome
, CategoryManagerHome
, CustomDataManagerHome
, DecryptorHome
, EncryptorHome
, EpmCustomDataManagerHome
, JdbcCatalogQueryManagerHome
, JdbcCatalogServiceHome
, JdbcCategoryManagerHome
, JdbcProductItemManagerHome
, OrderHome
, OrderManagerHome
, PaymentTransactionHome
, ProductItemManagerHome
, ShippingHelperHome
, ShippingMethodHome