|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICIMAOperationExtension
A plugin that can process SET and GET operation on CIMA predefined variables. A class implementing this interface is a plugin that can set/get CIMA predefined variables values. Currently predefined CIMA variables are DataInterval and Endpoint.
| Method Summary | |
|---|---|
org.instrumentmiddleware.cima.parcel.CimaOperationResponseType |
processGetOperation(org.instrumentmiddleware.cima.parcel.CimaVariable[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.CimaOperationResponseType response)
Gets the given variables value. |
org.instrumentmiddleware.cima.parcel.CimaOperationResponseType |
processSetOperation(org.instrumentmiddleware.cima.parcel.CimaVariable[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.CimaOperationResponseType 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.CimaOperationResponseType processGetOperation(org.instrumentmiddleware.cima.parcel.CimaVariable[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.CimaOperationResponseType 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.CimaOperationResponseType processSetOperation(org.instrumentmiddleware.cima.parcel.CimaVariable[] variables,
java.util.Calendar creationTime,
ISession session,
org.instrumentmiddleware.cima.parcel.CimaOperationResponseType 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 | |||||||||