JdbcCatalogServiceHome Interface
- public interface JdbcCatalogServiceHome
extends SmartEJBHome
The home interface for the JdbcCatalogService
Session EJB. Use this
class to create JdbcCatalogService
instances.
Related Topics
JdbcCatalogService
-
All Superinterfaces
-
EJBHome
, Remote
, SmartEJBHome
, SmartHome
create() Method
public JdbcCatalogService
create()
throws CreateException
, RemoteException
Create a new JdbcCatalogService
EJB.
Exceptions
-
CreateException
- on service create error.
-
RemoteException
- on remote error.