|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteParameterManager
Interface RemoteParameterManager provides methods to get parameters information.
| Method Summary | |
|---|---|
void |
clear()
Clears all resources. |
java.util.Hashtable<java.lang.String,RemoteParamInfo> |
getAllParameters()
Gets all parameters used in query. |
java.util.Hashtable<java.lang.String,RemoteParamInfo> |
getAllParameters(boolean refreshParamEnv)
Gets all parameters used in query. |
java.util.Vector<ParamInfo> |
getAllParametersWithChanging(java.util.Map prop)
Get all parameters used in query and then validates the parameters. |
boolean |
haveParameters()
Checks if there is any parameter used in query. |
java.util.Vector<RemoteParamInfo> |
paramValueChanged(java.lang.String paramName,
java.lang.String paramValue)
Changes all relative RemoteParamInfos when cascading parameter changed. |
java.util.Vector<RemoteParamInfo> |
paramValueChanged(java.lang.String paramName,
java.lang.String[] paramValues)
Changes all relative RemoteParamInfos when cascading parameter changed. |
java.util.Vector<RemoteParamInfo> |
paramValueChanged(java.lang.String paramName,
java.lang.String[] paramValues,
long timeBaseLine)
Changes all relative RemoteParamInfos when cascading parameter changed. |
java.util.Vector<RemoteParamInfo> |
paramValueChanged(java.lang.String paramName,
java.lang.String paramValue,
long timeBaseLine)
Changes all relative RemoteParamInfos when cascading parameter changed. |
| Method Detail |
|---|
boolean haveParameters()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.Hashtable<java.lang.String,RemoteParamInfo> getAllParameters()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
java.util.Hashtable<java.lang.String,RemoteParamInfo> getAllParameters(boolean refreshParamEnv)
throws java.rmi.RemoteException
refreshParamEnv - Indicates whether to re-parse template and data to retrieve parameters.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
java.util.Vector<RemoteParamInfo> paramValueChanged(java.lang.String paramName,
java.lang.String paramValue)
throws java.rmi.RemoteException
RemoteParamInfos when cascading parameter changed.
Vector contains RemoteParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
java.util.Vector<RemoteParamInfo> paramValueChanged(java.lang.String paramName,
java.lang.String[] paramValues)
throws java.rmi.RemoteException
RemoteParamInfos when cascading parameter changed.
Vector contains RemoteParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
java.util.Vector<RemoteParamInfo> paramValueChanged(java.lang.String paramName,
java.lang.String paramValue,
long timeBaseLine)
throws java.rmi.RemoteException
RemoteParamInfos when cascading parameter changed.
Vector contains RemoteParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
java.util.Vector<RemoteParamInfo> paramValueChanged(java.lang.String paramName,
java.lang.String[] paramValues,
long timeBaseLine)
throws java.rmi.RemoteException
RemoteParamInfos when cascading parameter changed.
Vector contains RemoteParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
java.util.Vector<ParamInfo> getAllParametersWithChanging(java.util.Map prop)
throws java.rmi.RemoteException
Vector contains RemoteParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParamInfo
void clear()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||