|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPluginOperationExtension
A plugin that can process SET and GET operation. A class implementing this interface is a plugin that can set/get plugin/device variables values. The variable might be set/retrieved at the plugin level or from the device
| Method Summary | |
|---|---|
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType |
processGetOperation(org.instrumentmiddleware.cima.parcel.VariableType[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType response)
Gets the given variables value. |
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType |
processSetOperation(org.instrumentmiddleware.cima.parcel.VariableType[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType response)
Sets the given variables value. |
| Methods inherited from interface org.instrumentmiddleware.cima.plugin.IPlugin |
|---|
doSubscribe, getId, getInformation, getSequenceNumber, processParcel, setStartOnLoad, start, startOnLoad, stop |
| Method Detail |
|---|
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType processGetOperation(org.instrumentmiddleware.cima.parcel.VariableType[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType response)
throws PluginException
variables - The variables to get the value fromsession - The session this communication belongs toresponse - response the partly built response
PluginException - if something goes wrong while retrieving variables values
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType processSetOperation(org.instrumentmiddleware.cima.parcel.VariableType[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.PluginOperationResponseType response)
throws PluginException
variables - The variables to be setsession - The session this communication belongs toresponse - The partly built response
PluginException - if something goes wrong while setting variables values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||