|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines methods that are common to all EJB/non-EJB session beans. This interface will be used by all FE's getXXXSession method.
| Method Summary | |
java.lang.Object |
getInstance()
Returns the SessionBean instance. |
void |
setAPI(CommonAPI comapi)
Set the CommonAPI for this module to be used by Session Bean. |
void |
setConnection(java.sql.Connection con)
Set the Connection to be used by Session Bean. |
void |
setJdbcAPI(JdbcAPI jdbcapi)
Set the JdbcAPI for this module to be used by Session Bean. |
void |
setLogAPI(LogAPI logapi)
Set the LogAPI for this module to be used by Session Bean. |
void |
setSeverityAPI(com.adventnet.nms.fe.common.SeverityFEAPI sevAPI)
Set the SeverityFEAPI to be used by Session Bean. |
| Method Detail |
public java.lang.Object getInstance()
public void setAPI(CommonAPI comapi)
comapi - a CommonAPI instance to be used by this Session Bean.public void setJdbcAPI(JdbcAPI jdbcapi)
jdbcapi - a JdbcAPI instance to be used by this Session Bean.public void setLogAPI(LogAPI logapi)
logapi - a LogAPI instance to be used by this Session Bean.public void setSeverityAPI(com.adventnet.nms.fe.common.SeverityFEAPI sevAPI)
sevAPI - a SeverityFEAPI instance to be used by this Session Bean.public void setConnection(java.sql.Connection con)
con - a Connection to be used by this Session Bean.
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||