|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcommands.SelectPollResults
Command to retrieve a set of PollResults from the GLTMon database. Using the deviceID, ifIndex, oid, startDate, and stopDate query the database for matching PollResults.
| Constructor Summary | |
SelectPollResults()
|
|
| Method Summary | |
void |
done()
Clean up after the command's execution. |
void |
execute()
Execute the SelectPollResults command. |
java.lang.String |
getDeviceName()
|
java.lang.String |
getIfDescr()
|
java.lang.String |
getOidName()
|
java.util.ArrayList |
getPollResults()
|
java.lang.String |
getStartDate()
|
java.lang.String |
getStopDate()
|
void |
initialize(java.lang.String dbContext,
javax.servlet.http.HttpServletRequest request)
Initialize the command with the parameters and database context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SelectPollResults()
| Method Detail |
public java.lang.String getDeviceName()
public java.lang.String getIfDescr()
public java.lang.String getOidName()
public java.util.ArrayList getPollResults()
public java.lang.String getStartDate()
public java.lang.String getStopDate()
public void initialize(java.lang.String dbContext,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
dbContext - String containing the JNDI context resourcerequest - HttpServletRequest request header from the Web page
java.lang.Exception - containing the reason the initialize failed
public void execute()
throws java.lang.Exception
java.lang.Exception - to problemspublic void done()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||