|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerInfo
The ServerInfo interface provide some methods. JREngine can
use these methods to get some info about the server and task. This interface will be
provided to users, and users can develop their own code by using it.
| Method Summary | |
|---|---|
java.util.Vector |
getParamDescs()
Gets descriptions of all parameters used in the task. |
java.lang.String |
getRemoteAddress()
Get the address indicate client sent request. |
java.lang.String |
getRequestURL()
Get the request URL. |
java.util.Properties |
getScheduleProperties()
Get task's schedule properties, e.g. |
java.util.Properties |
getTaskProperties()
Get task's properties, e.g. |
java.util.Vector |
getUserGroups(java.lang.String userID)
Get all groups which contain the userID. |
| Method Detail |
|---|
java.util.Properties getTaskProperties()
throws RptServerException
RptServerException
java.util.Properties getScheduleProperties()
throws RptServerException
RptServerException
java.lang.String getRequestURL()
throws RptServerException
RptServerException
java.lang.String getRemoteAddress()
throws RptServerException
RptServerException
java.util.Vector getUserGroups(java.lang.String userID)
throws RptServerException
RptServerException
java.util.Vector getParamDescs()
throws RptServerException
jet.formula.ParamDesc
object. If no parameter is used in the task, a zero size Vector will be
returned.
After submit the task, it contains user input value.
RptServerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||