|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OCSCORBAHelper | |
---|---|
ISISPController | |
JICSCore | |
OCSEPICS |
Uses of OCSCORBAHelper in ISISPController |
---|
Fields in ISISPController declared as OCSCORBAHelper | |
---|---|
private OCSCORBAHelper |
SetTopWavePlateAction.CORBAHelper
Used to perform ICS CORBA related functions |
Constructors in ISISPController with parameters of type OCSCORBAHelper | |
---|---|
ISISPParameterConversion(java.sql.Connection DBConnection,
MessageHandler SyslogMessageHandler,
org.omg.CORBA.ORB Orb,
iParameterNoticeBoard.ParameterNoticeBoardSupplier ParameterNoticeBoard,
OCSCORBAHelper OCSCorbaHelper)
|
|
SetTopWavePlateAction(java.lang.String SequenceSubactionName,
java.sql.Connection DBConnection,
java.lang.String InstrumentName,
org.omg.PortableServer.POA Poa,
org.omg.CORBA.ORB Orb,
MessageHandler SyslogMessageHandler,
org.omg.CosNaming.NamingContextExt RootNamingServiceContext,
OCSCORBAHelper CORBAHelper)
The constructor |
Uses of OCSCORBAHelper in JICSCore |
---|
Methods in JICSCore with parameters of type OCSCORBAHelper | |
---|---|
static ing.status.StatusItemValue[] |
StatusItemHelper.createErrorStatusItem(java.lang.String[] NoticeboardItems,
OCSCORBAHelper OCSCorba,
java.lang.String[] StatusVariableNames,
int ErrorCode,
java.lang.String ErrorMessage)
Used to create an array of status items which are in error. |
static ing.status.StatusItemValue |
StatusItemHelper.createErrorStatusItem(java.lang.String NoticeboardItem,
OCSCORBAHelper OCSCorba,
java.lang.String StatusVariableName,
int ErrorCode,
java.lang.String ErrorMessage)
Used to create a status item which is in error. |
static ing.status.StatusItemValue[] |
StatusItemHelper.createNormalStatusItem(java.lang.String[] NoticeboardItem,
OCSCORBAHelper OCSCorba,
java.lang.String[] StatusVariableNames,
org.omg.CORBA.Any[] StatusValues)
Used to create an array of StatusItemValue and optionally write it into the parameter noticeboard. |
static ing.status.StatusItemValue |
StatusItemHelper.createNormalStatusItem(java.lang.String NoticeboardItem,
OCSCORBAHelper OCSCorba,
java.lang.String StatusVariableName,
org.omg.CORBA.Any StatusValue)
Used to create a status item and optionally write it into the parameter noticeboard |
Uses of OCSCORBAHelper in OCSEPICS |
---|
Fields in OCSEPICS declared as OCSCORBAHelper | |
---|---|
protected OCSCORBAHelper |
EPICSAction.CORBAHelper
This will be used to perform OCS CORBA related tasks |
OCSCORBAHelper |
EPICSController.OCSCorba
This will be used to perform a lot of the donkey work associated with setting up a CORBA application. |
(package private) OCSCORBAHelper |
JunitOCSEPICS.OCSCorba
This will be used to perform a lot of the donkey work associated with setting up a CORBA server. |
protected OCSCORBAHelper |
StatusVariable.OCSCorba
An instance of the OCS CORBA helper which will be used to facilitate CORBA related activities |
Constructors in OCSEPICS with parameters of type OCSCORBAHelper | |
---|---|
EPICSAction(MessageHandler SyslogMessageHandler,
java.lang.String SubactionName,
java.lang.String MechName,
java.lang.String InstrumentName,
java.util.Hashtable<java.lang.String,ProcessVariable> ActionRelatedPVs,
OCSCORBAHelper CORBAHelper,
FourMS.FourMSParameterConverter ParameterConvertor)
This is the main constructor for the class. |
|
OCSAction(MessageHandler SyslogMessageHandler,
java.sql.Connection DBConnection,
java.lang.String SubactionName,
java.lang.String MechName,
java.lang.String InstrumentName,
java.util.Hashtable<java.lang.String,ProcessVariable> ActionRelatedPVs,
OCSCORBAHelper CORBAHelper,
int SubactionTimeout,
FourMS.FourMSParameterConverter ParameterConvertor,
EPICSMechanism Mechanism)
The constructor for the class. |
|
ProcessVariable(java.sql.Connection DBConnection,
java.lang.String PVName,
gov.aps.jca.Context EPICSContext,
MessageHandler SyslogMessageHandler,
FourMS.FourMSParameterConverter ParameterConvertor,
OCSCORBAHelper OCSCorba)
This is the constructor for this class. |
|
StatusVariable(OCSCORBAHelper OCSCorba,
MessageHandler SyslogMessageHandler,
FourMS.FourMSParameterConverter ParameterConvertor)
The constructor for the class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |