|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerInfo
The ServerInfo interface provides some methods. JREngine can
use these methods to get some information about the server and tasks. This interface will be
provided to users, and users can develop their own codes by using it.
| Method Summary | |
|---|---|
java.util.Vector |
getParamDescs()
Gets descriptions of all parameters used in the task. |
java.lang.String |
getRemoteAddress()
Gets the address indicating client sent request. |
java.lang.String |
getRequestURL()
Gets the requested URL. |
java.util.Properties |
getScheduleProperties()
Gets task's schedule properties, e.g. |
java.util.Properties |
getTaskProperties()
Gets 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
userID, - the user Id
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 submitting the task, it contains user input value.
RptServerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||