|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RulesManagerHome
This interface is the home interface for the RulesManager EJB.
| Field Summary | |
|---|---|
static String |
EJB_REF_NAMEThe EJB-REF name for this EJBHome. |
| Method Summary | |
|---|---|
RulesManager |
create()This method corresponds to the ejbCreate method in the RulesManager EJB implementation. |
| Methods inherited from interface javax.ejb.EJBHome |
|---|
getEJBMetaData, getHomeHandle, remove, remove |
| Field Detail |
|---|
static final String EJB_REF_NAME
EJBHome.
| Method Detail |
|---|
RulesManager create()
throws javax.ejb.CreateException,
RemoteException
RulesManager EJB implementation. The parameter sets of the two methods are identical. When a client calls RulesManagerHome.create(), the EJB container allocates an instance of the EJB and invokes the ejbCreate() method on the instance.RulesManager instance.RemoteException - if there is a communications error.javax.ejb.CreateException - if there is a problem creating the EJB.RulesManager
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.