|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.prolifics.remoteReport.WebReportAccessBean
public class WebReportAccessBean
This is a Session Bean Class
Constructor Summary | |
---|---|
WebReportAccessBean()
|
Method Summary | |
---|---|
void |
ejbActivate()
ejbActivate method comment |
void |
ejbCreate()
ejbCreate method comment |
void |
ejbPassivate()
ejbPassivate method comment |
void |
ejbRemove()
ejbRemove method comment |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext method comment |
ReportChunk |
read(int id)
Insert the method's description here. |
WebReport |
runReport(java.lang.String reportFileName,
java.lang.String args)
Insert the method's description here. |
void |
setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext method comment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebReportAccessBean()
Method Detail |
---|
public void ejbActivate() throws java.rmi.RemoteException
ejbActivate
in interface javax.ejb.SessionBean
java.rmi.RemoteException
- The exception description.public void ejbCreate() throws javax.ejb.CreateException, java.rmi.RemoteException
javax.ejb.CreateException
- The exception description.
java.rmi.RemoteException
- The exception description.public void ejbPassivate() throws java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.SessionBean
java.rmi.RemoteException
- The exception description.public void ejbRemove() throws java.rmi.RemoteException
ejbRemove
in interface javax.ejb.SessionBean
java.rmi.RemoteException
- The exception description.public javax.ejb.SessionContext getSessionContext()
public WebReport runReport(java.lang.String reportFileName, java.lang.String args) throws java.io.IOException
reportName
- java.lang.Stringargs
- java.lang.String
java.io.IOException
public void setSessionContext(javax.ejb.SessionContext ctx) throws java.rmi.RemoteException
setSessionContext
in interface javax.ejb.SessionBean
ctx
- javax.ejb.SessionContext
java.rmi.RemoteException
- The exception description.public ReportChunk read(int id) throws java.io.IOException
java.io.IOException
- The exception description.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |