A B C D E F G H I J L M N O P R S T U V W

A

abort(Action) - Method in class es.iac.ing.codeso.action.server.DefaultActionHandler
Causes the action handler to cancel execution of the current action in progress. This implementation simply returns immediately which means the action wasn't aborted.
abort(Action) - Method in interface es.iac.ing.codeso.action.server.iActionHandler
Causes the action handler to cancel execution of the current action in progress.
Action - Class in es.iac.ing.codeso.action.server
Provides support for controlling systems of distinct underlying technologies across a distributed computing infrastructure.
Action(CorbaName, ActionDescriptor) - Constructor for class es.iac.ing.codeso.action.server.Action
Constructs a new instance associating it permanently with the specified CorbaName and descriptor information.
ActionArgument - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlArgument object.
ActionArgument(String, Any) - Constructor for class es.iac.ing.codeso.action.types.ActionArgument
Constructs a new instance based on the supplied data.
ActionArgument(IdlArgument) - Constructor for class es.iac.ing.codeso.action.types.ActionArgument
Constructs a new instance based on the information contained in the supplied IdlActionDescriptor.
ActionArgumentList - Class in es.iac.ing.codeso.action.types
Specifies the arguments associated with an action invocation.
ActionArgumentList(ActionArgument...) - Constructor for class es.iac.ing.codeso.action.types.ActionArgumentList
Constructs a new instance based on the supplied action arguments.
ActionArgumentList(IdlArgument[]) - Constructor for class es.iac.ing.codeso.action.types.ActionArgumentList
Constructs a new instance based on the information contained in the supplied IdlArgument array.
ActionArgumentList(String) - Constructor for class es.iac.ing.codeso.action.types.ActionArgumentList
Constructs a new instance based on the supplied action arguments.
ActionConfiguration - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlConfiguration object.
ActionConfiguration(Configuration, String) - Constructor for class es.iac.ing.codeso.action.types.ActionConfiguration
Constructs a new instance based on the information held in the supplied Configuration object.
ActionConfiguration(String, String, ActionArgumentList) - Constructor for class es.iac.ing.codeso.action.types.ActionConfiguration
Constructs a new instance based on the supplied name, category, and ActionArgumentList
ActionConfiguration(IdlConfiguration) - Constructor for class es.iac.ing.codeso.action.types.ActionConfiguration
Constructs a new instance based on the information contained in the supplied IdlConfiguration.
ActionConfigurationList - Class in es.iac.ing.codeso.action.types
Specifies the configurations associated with an action.
ActionConfigurationList(ActionConfiguration...) - Constructor for class es.iac.ing.codeso.action.types.ActionConfigurationList
Constructs a new instance based on the supplied action configurations.
ActionConfigurationList(IdlConfiguration[]) - Constructor for class es.iac.ing.codeso.action.types.ActionConfigurationList
Constructs a new instance based on the information contained in the supplied IdlConfiguration array.
ActionConfigurationList(ConfigurationManager, String) - Constructor for class es.iac.ing.codeso.action.types.ActionConfigurationList
Constructs a new instance based on the information held by the specified configuration manager.
ActionDescriptor - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlActionDescriptor object.
ActionDescriptor(String, String, String, int, ActionConfigurationList, ActionInputParameterList, ActionOutputParameterList) - Constructor for class es.iac.ing.codeso.action.types.ActionDescriptor
Constructs a new instance based on the supplied data.
ActionDescriptor(IdlActionDescriptor) - Constructor for class es.iac.ing.codeso.action.types.ActionDescriptor
Constructs a new instance based on the information contained in the supplied IdlActionDescriptor.
ActionGroup - Class in es.iac.ing.codeso.action.server
A class for managing actions as a group.
ActionGroup() - Constructor for class es.iac.ing.codeso.action.server.ActionGroup
 
ActionInputParameter - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlInputParameter object.
ActionInputParameter(String, ActionParameterType, boolean, Any) - Constructor for class es.iac.ing.codeso.action.types.ActionInputParameter
Constructs a new instance based on the supplied data.
ActionInputParameter(String, ActionParameterType, boolean, Any, Any, Any, Any[]) - Constructor for class es.iac.ing.codeso.action.types.ActionInputParameter
Constructs a new instance based on the supplied data.
ActionInputParameter(IdlInputParameter) - Constructor for class es.iac.ing.codeso.action.types.ActionInputParameter
Constructs a new instance based on the information contained in the supplied IdlInputParameter.
ActionInputParameterList - Class in es.iac.ing.codeso.action.types
Specifies the input parameters associated with an action.
ActionInputParameterList(ActionInputParameter...) - Constructor for class es.iac.ing.codeso.action.types.ActionInputParameterList
Constructs a new instance based on the supplied action input parameters.
ActionInputParameterList(IdlInputParameter[]) - Constructor for class es.iac.ing.codeso.action.types.ActionInputParameterList
Constructs a new instance based on the information contained in the supplied IdlInputParameter array.
actionName - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
ActionOutputParameter - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlOutputParameter object.
ActionOutputParameter(String, ActionParameterType) - Constructor for class es.iac.ing.codeso.action.types.ActionOutputParameter
Constructs a new instance based on the supplied data.
ActionOutputParameter(IdlOutputParameter) - Constructor for class es.iac.ing.codeso.action.types.ActionOutputParameter
Constructs a new instance based on the information contained in the supplied IdlOutputParameter.
ActionOutputParameterList - Class in es.iac.ing.codeso.action.types
Specifies the output parameters associated with an action.
ActionOutputParameterList(ActionOutputParameter...) - Constructor for class es.iac.ing.codeso.action.types.ActionOutputParameterList
Constructs a new instance based on the supplied action output parameters.
ActionOutputParameterList(IdlOutputParameter[]) - Constructor for class es.iac.ing.codeso.action.types.ActionOutputParameterList
Constructs a new instance based on the information contained in the supplied IdlOutputParameter array.
ActionParameterType - Enum in es.iac.ing.codeso.action.types
Encapsulates the CODESO IDL-specified IdlParameterType object.
actionPerformed(ActionEvent) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
Handles incoming command requests sent from the command widget.
ActionProxy - Class in es.iac.ing.codeso.action.client
A proxy used for monitoring and controlling a remote CODESO Action.
ActionProxy(CorbaName) - Constructor for class es.iac.ing.codeso.action.client.ActionProxy
Constructs a new instance associating it permanently with the supplied CorbaName and supplied descriptor information.
actionProxy - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
ActionProxyException - Exception in es.iac.ing.codeso.action.client
An exception thrown when an operation on an action proxy fails.
ActionProxyException(String) - Constructor for exception es.iac.ing.codeso.action.client.ActionProxyException
Constructs a new instance with a detail message but null cause.
ActionProxyException(String, Throwable) - Constructor for exception es.iac.ing.codeso.action.client.ActionProxyException
Constructs a new instance with a detail message and cause.
ActionProxyGroup - Class in es.iac.ing.codeso.action.client
A class for managing action proxies as a group.
ActionProxyGroup() - Constructor for class es.iac.ing.codeso.action.client.ActionProxyGroup
 
ActionProxyInfo - Class in es.iac.ing.codeso.action.client
A class which captures the instantaneous state of a ActionProxy.
ActionProxyInfo.NotConnectedException - Exception in es.iac.ing.codeso.action.client
A checked exception which is thrown if an attempt is made to extract value or descriptor information from the parent class if it was constructed when its associated proxy was in the not-connected state.
ActionProxyInfo.NotConnectedException(int, String) - Constructor for exception es.iac.ing.codeso.action.client.ActionProxyInfo.NotConnectedException
Constructs a new instance based on the supplied failure information.
ActionResult - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlResult object.
ActionResult(String, Any) - Constructor for class es.iac.ing.codeso.action.types.ActionResult
Constructs a new instance based on the supplied data.
ActionResult(IdlResult) - Constructor for class es.iac.ing.codeso.action.types.ActionResult
Constructs a new instance based on the information contained in the supplied IdlResult.
ActionResultList - Class in es.iac.ing.codeso.action.types
Specifies the arguments associated with an action invocation.
ActionResultList(ActionResult...) - Constructor for class es.iac.ing.codeso.action.types.ActionResultList
Constructs a new instance based on the supplied action results.
ActionResultList(IdlResult[]) - Constructor for class es.iac.ing.codeso.action.types.ActionResultList
Constructs a new instance based on the information contained in the supplied IdlResult array.
ActionState - Enum in es.iac.ing.codeso.action.types
Encapsulates the CODESO IDL-specified IdlActionState object.
actionStateChanged(ActionProxy) - Method in interface es.iac.ing.codeso.action.client.iActionProxyListener
Indicates a change of state took place on the action proxy's remote action.
ActionValue - Class in es.iac.ing.codeso.action.types
Encapsulates a CODESO IDL-specified IdlActionValue object.
ActionValue(ActionState, int, String, ActionArgumentList, ActionResultList) - Constructor for class es.iac.ing.codeso.action.types.ActionValue
Constructs a new instance based on the supplied data.
ActionValue(IdlActionValue) - Constructor for class es.iac.ing.codeso.action.types.ActionValue
Constructs a new instance based on the information contained in the supplied IdlActionValue.
activate() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Starts a thread that will activate this action proxy and will cause it to start communicating with the remote action with which it is associated.
activate() - Method in class es.iac.ing.codeso.action.server.Action
Starts a thread that will activate the action and will repeatedly attempt to advertise its availability within the CORBA Naming Service.
activate() - Method in class es.iac.ing.codeso.gui.DefaultGuiControlPanel
Activates this control panel. This implementation does nothing.
activate() - Method in class es.iac.ing.codeso.gui.GuiTopFrame
Activates all the control panels that have been added to this top frame.
activate() - Method in interface es.iac.ing.codeso.gui.iGuiControlPanel
Activates this control panel.
activate() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Starts a thread that will activate this server proxy and will cause it to start communicating with the remote server with which it is associated.
activate(String[]) - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Activates the server using the supplied startup arguments.
activate(String[]) - Method in interface es.iac.ing.codeso.server.server.iServerBody
Activates the server using the supplied startup arguments.
activate(String, String, String...) - Method in class es.iac.ing.codeso.server.server.Server
Starts a thread that will activate this server and will repeatedly attempt to advertise its availability within the CORBA Naming Service.
activate() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Starts a thread that will activate this status item proxy and will cause it to start communicating with the remote status item with which it is associated.
activate() - Method in class es.iac.ing.codeso.status.server.StatusItem
Starts a thread that will activate this status item and will repeatedly attempt to advertise its availability within the CORBA Naming Service.
activateAll() - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Activates every action proxy within this group.
activateAll() - Method in class es.iac.ing.codeso.action.server.ActionGroup
Activates every action within this group.
activateAll() - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Activates every server proxy within this group.
activateAll() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Activates every status item proxy within this group.
activateAll() - Method in class es.iac.ing.codeso.status.server.StatusItemGroup
Activates every status item within this group.
activateServer(String, String, String...) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Synchronously activates the server using the argument information contained in the supplied argument list.
add(ActionProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Adds a new action proxy to the group.
add(Action) - Method in class es.iac.ing.codeso.action.server.ActionGroup
Adds a new action to the group.
add(ServerProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Adds a new server proxy to the group.
add(P) - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Adds a new status item proxy to the group.
add(S) - Method in class es.iac.ing.codeso.status.server.StatusItemGroup
Adds a new status item to the group.
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Adds an ActionListener to the set of listeners that will receive action event notifications.
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Adds an ActionListener to the set of listeners that will receive action event notifications.
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Adds an ActionListener to the set of listeners that will receive action event notifications.
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Adds an ActionListener to the set of listeners that will receive action event notifications.
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Adds an ActionListener to the set of listeners that will receive action event notifications.
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Adds a OneStateControl ActionListener
addActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Adds a OneStateControl ActionListener
addActionListener(ActionListener) - Method in interface es.iac.ing.codeso.widget.interfaces.iActionController
Adds an ActionListener to the set of listeners that will be notified when an action is invoked on the associated control widget.
addBusyEntry(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Adds a new entry to the log in the BUSY color.
addBusyEntry(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iLoggable
Adds a new busy entry to the log.
addConfiguration(Configuration) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Add a new configuration to the set of managed configurations.
addControlPanel(iGuiControlPanel) - Method in class es.iac.ing.codeso.gui.GuiTopFrame
Adds the specified control panel to the top frame of the CODESO GUI.
addEntry(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Adds a new entry to the log in the default color.
addEntry(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iLoggable
Adds a new entry to the log.
addFailureEntry(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Adds a new entry to the log in the FAILURE color.
addFailureEntry(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iLoggable
Adds a new failure entry to the log.
addListener(iActionProxyListener) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Adds a new listener.
addListener(iServerProxyListener) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Adds a new listener.
addListener(iStatusItemProxyListener) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Adds a new listener.
addResource(String, String, String[]) - Method in class es.iac.ing.codeso.gen.ResourceManager
Adds the specified resource (which may not necessarily be currently available) to the managed resource collection.
addSuccessEntry(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Adds a new entry to the log in the SUCCESS color.
addSuccessEntry(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iLoggable
Adds a new success entry to the log.
anyValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Returns the value of this object as a CORBA Any.
asynchronousInvoke(String) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Asynchronously invokes the action using the argument information contained in the supplied string specifier.
asynchronousInvoke(ActionArgumentList) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Asynchronously invokes the action using the argument information contained in the supplied argument list.
AWAIT_SERVER_ACTIVATION_PERIOD - Static variable in class es.iac.ing.codeso.gui.GuiLauncher
The period in milliseconds that the GuiLauncher will wait for the servers on which it is dependant to become activated.
AWAIT_SERVER_CONNECTION_PERIOD - Static variable in class es.iac.ing.codeso.gui.GuiLauncher
The period in milliseconds that the GuiLauncher will wait whilst attempting to connect to servers on which it is dependant.
awaitActionCompletion(long) - Method in class es.iac.ing.codeso.action.server.Action
Blocks until either a) the action has completed and returned to the IDLE or ERROR state or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitActionCompletionAll(long) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Blocks until either a) all actions monitored by the proxies within this group are in the ActionState.IDLE or ActionState.ERROR states or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitCompletion(long) - Method in class es.iac.ing.codeso.epics.Car
Blocks until either a) the CAR has returned to the IDLE or ERROR state or b) until the specified timeout has expired, or c) until the EPICS CAR record becomes unavailable or d) until the thread driving the method is interrupted.
awaitConnection(long) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Blocks until either a) the action proxy has connected with the remote action with whom it is associated or b) until the specified timeout has expired or c) until the thread driving the method is interrupted.
awaitConnection(long) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Blocks until either a) the server proxy has connected with the remote server with whom it is associated or b) until the specified timeout has expired or c) until the thread driving the method is interrupted.
awaitConnection(long) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Blocks until either a) the status item proxy has connected with the remote status item with whom it is associated or b) until the specified timeout has expired or c) until the thread driving the method is interrupted.
awaitConnectionAll(long) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Blocks until either a) all actions monitored by the proxies within this group are in the connected state or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitConnectionAll(long) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Blocks until either a) all servers monitored by the proxies within this group are in the connected state or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitEvent(long) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Blocks until either a) an interesting event occurs to this proxy, or b) until the specified timeout has expired, or c) until the thread driving the method is interrupted.
awaitRegistration(long) - Method in class es.iac.ing.codeso.action.server.Action
Blocks until either a) the action has been registered with the CORBA Naming Service or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitRegistration(long) - Method in class es.iac.ing.codeso.server.server.Server
Blocks until either a) the server has been registered with the CORBA Naming Service or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitRegistration(long) - Method in class es.iac.ing.codeso.status.server.StatusItem
Blocks until either a) the status item has been registered with the CORBA Naming Service or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.
awaitServerActivationAll(long) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Blocks until either a) all servers monitored by the proxies within this group are in the ServerState.ACTIVE state or b) until the specified timeout has expired or c) until the thread driving this method is interrupted.

B

booleanValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Returns the boolean value of this value object.
butClearLog_mouseClicked(MouseEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Handles clicks on the Clear Log button
button_mouseClicked(MouseEvent, int) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Responds to mouse clicks on the individual buttons

C

Cad - Class in es.iac.ing.codeso.epics
Provides a means of requesting and cancelling actions on an EPICS CAD record.
Cad(String) - Constructor for class es.iac.ing.codeso.epics.Cad
Constructs a new Cad object associated with an EPICS CAD record.
CadException - Exception in es.iac.ing.codeso.epics
 
CadException(String) - Constructor for exception es.iac.ing.codeso.epics.CadException
Constructs a new CadException.
cancel() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Sends a request to abort the current action invocation.
cancelAction() - Method in class es.iac.ing.codeso.epics.Cad
Cancels a previously requested action.
Car - Class in es.iac.ing.codeso.epics
Provides a means of monitoring the progress of an action as observed through an EPICS CAR record.
Car(String) - Constructor for class es.iac.ing.codeso.epics.Car
Constructs a new Car object associated with an EPICS CAR record.
CarException - Exception in es.iac.ing.codeso.epics
 
CarException(String) - Constructor for exception es.iac.ing.codeso.epics.CarException
Constructs a new CarException
cast(Object) - Static method in class es.iac.ing.codeso.gen.ObjectCaster
Performs a cast operation to the specified type without generating a warning.
CBasicButton - Class in es.iac.ing.codeso.widget.basic
A widget consisting of a group of buttons for triggering some external action from within a client application.
CBasicButton() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicButton
Constructs a new CBasicButton
CBasicButtonBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicButtonBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
CBasicCombo - Class in es.iac.ing.codeso.widget.basic
A Combobox widget for triggering some external action from within a client application.
CBasicCombo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicCombo
Constructs a new ComboControlWidget widget
CBasicComboBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicComboBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
CBasicError - Class in es.iac.ing.codeso.widget.basic
A widget for displaying error information.
CBasicError() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicError
Constructs a new CBasicError widget
CBasicErrorBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicErrorBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
CBasicErrorPopup - Class in es.iac.ing.codeso.widget.basic
Provides a pop-up JPanel for displaying error information.
CBasicErrorPopup() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Constructs a new CBasicErrorPopup widget
CBasicErrorPopupBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicErrorPopupBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
CBasicLabelledStatus - Class in es.iac.ing.codeso.widget.composite
The CompositeStatusWidget class is a Java bean - a visually designable component - for showing status.
CBasicLabelledStatus() - Constructor for class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Constructs a new CompositeStatusWidget
CBasicLabelledStatusBeanInfo - Class in es.iac.ing.codeso.widget.composite
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicLabelledStatusBeanInfo() - Constructor for class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
CBasicLabelledStatusButton - Class in es.iac.ing.codeso.widget.composite
The OneStateControl class is a Java bean - a visually designable component - for facilitating simple control of configurable subsystems that may be have an action fired on it.
CBasicLabelledStatusButton() - Constructor for class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Constructs a new CBasicLabelledStatusButton
CBasicLabelledStatusButtonBeanInfo - Class in es.iac.ing.codeso.widget.composite
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicLabelledStatusButtonBeanInfo() - Constructor for class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
CBasicLabelledStatusCombo - Class in es.iac.ing.codeso.widget.composite
The CompositeComboControlWidget class is a Java bean - a visually designable component - for facilitating simple control of configurable subsystems that may be set to multiple possible states.
CBasicLabelledStatusCombo() - Constructor for class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Constructs a new CBasicLabelledStatusCombo
CBasicLabelledStatusComboBeanInfo - Class in es.iac.ing.codeso.widget.composite
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicLabelledStatusComboBeanInfo() - Constructor for class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
CBasicLog - Class in es.iac.ing.codeso.widget.basic
A widget for displaying an event log.
CBasicLog() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicLog
Constructs a new LogWidget
CBasicLogBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicLogBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
CBasicStatus - Class in es.iac.ing.codeso.widget.basic
A widget for displaying status information.
CBasicStatus() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicStatus
Constructs a new CBasicStatus widget
CBasicStatusBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CBasicStatusBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
CButton - Class in es.iac.ing.codeso.widget.corba
The basic control button for CODESO, providing a CORBA-enabled version of the CErrorAwareButton widget.
CButton() - Constructor for class es.iac.ing.codeso.widget.corba.CButton
Constructs a new CButton widget.
CButtonBeanInfo - Class in es.iac.ing.codeso.widget.corba
Title: Description: Copyright: Copyright (c) 2005 Company:
CButtonBeanInfo() - Constructor for class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
CCombo - Class in es.iac.ing.codeso.widget.corba
The basic ComboBox control for CODESO, providing a CORBA-enabled version of the CErrorAwareCombo widget.
CCombo() - Constructor for class es.iac.ing.codeso.widget.corba.CCombo
Constructs a new CCombo widget.
CComboBeanInfo - Class in es.iac.ing.codeso.widget.corba
Title: Description: Copyright: Copyright (c) 2005 Company:
CComboBeanInfo() - Constructor for class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
CErrorAwareButton - Class in es.iac.ing.codeso.widget.basic
A widget combining a CBasicButton widget with a CBasicError widget.
CErrorAwareButton() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Constructs a new CErrorAwareButton widget.
CErrorAwareButtonBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CErrorAwareButtonBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
CErrorAwareCombo - Class in es.iac.ing.codeso.widget.basic
A widget combining a CBasicCombo widget with a CBasicError widget.
CErrorAwareCombo() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Constructs a new CErrorAwareCombo widget.
CErrorAwareComboBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CErrorAwareComboBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
CErrorAwareStatus - Class in es.iac.ing.codeso.widget.basic
A widget combining a CBasicStatus widget with a CBasicError widget.
CErrorAwareStatus() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Constructs a new CErrorAwareStatus
CErrorAwareStatusBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CErrorAwareStatusBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
CErrorAwareTerminal - Class in es.iac.ing.codeso.widget.basic
A widget comprising:- a scrolling text area which can be used as a terminal window for controlling and monitoring some system of interest.
CErrorAwareTerminal() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Constructs a new CErrorAwareTerminal widget
CErrorAwareTerminalBeanInfo - Class in es.iac.ing.codeso.widget.basic
Title: Description: Copyright: Copyright (c) 2005 Company:
CErrorAwareTerminalBeanInfo() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
checkActionAccepted() - Method in class es.iac.ing.codeso.epics.Cad
Check whether previous actionRequest operation was accepted or not
CLabelledStatus - Class in es.iac.ing.codeso.widget.composite
The CLabelledStatus class is a Java bean - a visually designable component - for showing status.
CLabelledStatus() - Constructor for class es.iac.ing.codeso.widget.composite.CLabelledStatus
Constructs a new CLabelledStatus
CLabelledStatusBeanInfo - Class in es.iac.ing.codeso.widget.composite
Title: Description: Copyright: Copyright (c) 2005 Company:
CLabelledStatusBeanInfo() - Constructor for class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
CLabelledStatusButton - Class in es.iac.ing.codeso.widget.composite
The OneStateControl class is a Java bean - a visually designable component - for facilitating simple control of configurable subsystems that may be have an action fired on it.
CLabelledStatusButton() - Constructor for class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Constructs a new CLabelledStatusButton
CLabelledStatusButtonBeanInfo - Class in es.iac.ing.codeso.widget.composite
Title: Description: Copyright: Copyright (c) 2005 Company:
CLabelledStatusButtonBeanInfo() - Constructor for class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
CLabelledStatusCombo - Class in es.iac.ing.codeso.widget.composite
The CompositeComboControlWidget class is a Java bean - a visually designable component - for facilitating simple control of configurable subsystems that may be set to multiple possible states.
CLabelledStatusCombo() - Constructor for class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Constructs a new CLabelledStatusButton
CLabelledStatusComboBeanInfo - Class in es.iac.ing.codeso.widget.composite
Title: Description: Copyright: Copyright (c) 2005 Company:
CLabelledStatusComboBeanInfo() - Constructor for class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
CLog - Class in es.iac.ing.codeso.widget.corba
The basic action monitor for CODESO, providing a CORBA-enabled version of the CBasicLog widget.
CLog() - Constructor for class es.iac.ing.codeso.widget.corba.CLog
Constructs a new CLog widget
CLogBeanInfo - Class in es.iac.ing.codeso.widget.corba
Title: Description: Copyright: Copyright (c) 2005 Company:
CLogBeanInfo() - Constructor for class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
close() - Method in class es.iac.ing.codeso.gen.DbAccess
Closes down the database in an orderly way and frees up any associated resources.
CodesoTestSuite - Class in es.iac.ing.codeso
 
CodesoTestSuite(String) - Constructor for class es.iac.ing.codeso.CodesoTestSuite
 
COLOR_BACKGROUND_ERROR - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Defines the background colour of the terminal text area when in the error state.
COLOR_BACKGROUND_NORMAL - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Defines the normal background colour of the terminal text area
commandString - Variable in class es.iac.ing.codeso.widget.interfaces.iConfigurableController.ControlWidgetConfiguration
The command string associated with this configuration.
Configuration - Class in es.iac.ing.codeso.gen
An immutable class storing the information for a single CODESO configuration.
Configuration(String, String) - Constructor for class es.iac.ing.codeso.gen.Configuration
 
ConfigurationManager - Class in es.iac.ing.codeso.gen
Provides the CODESO Configuration management facility.
ConfigurationManager() - Constructor for class es.iac.ing.codeso.gen.ConfigurationManager
Constructs a new un-named instance.
ConfigurationManager(String) - Constructor for class es.iac.ing.codeso.gen.ConfigurationManager
Constructs a new instance based on the data held in the specified data source.
configurationName - Variable in class es.iac.ing.codeso.widget.interfaces.iConfigurableController.ControlWidgetConfiguration
The name of the configuration.
configurationNameIterator() - Method in class es.iac.ing.codeso.action.types.ActionConfigurationList
Returns an iterator over the names of the configurations avaailable in this configuration list.
configureSyslog(String, int, String) - Static method in class es.iac.ing.codeso.gen.Message
Configures the Syslog host, identifier and listening port.
connectionAttemptFailed(ActionProxy) - Method in interface es.iac.ing.codeso.action.client.iActionProxyListener
Indicates the failure of an attempt by the action proxy to connect to the remote action.
connectionAttemptFailed(ServerProxy) - Method in interface es.iac.ing.codeso.server.client.iServerProxyListener
Indicates the failure of an attempt by the server proxy to connect to the remote server.
connectionAttemptFailed(StatusItemProxy) - Method in interface es.iac.ing.codeso.status.client.iStatusItemProxyListener
Indicates the failure of an attempt by the status item proxy to connect to the remote status item.
connectionEstablished(ActionProxy) - Method in interface es.iac.ing.codeso.action.client.iActionProxyListener
Indicates the establishment of a connection to the action proxy's remote action.
connectionEstablished(ServerProxy) - Method in interface es.iac.ing.codeso.server.client.iServerProxyListener
Indicates the establishment of a connection to the server proxy's remote server.
connectionEstablished(StatusItemProxy) - Method in interface es.iac.ing.codeso.status.client.iStatusItemProxyListener
Indicates the establishment of a connection to the status item proxy's remote status item.
connectionLost(ActionProxy) - Method in interface es.iac.ing.codeso.action.client.iActionProxyListener
Indicates the loss of connectivity to the action proxy's remote action.
connectionLost(ServerProxy) - Method in interface es.iac.ing.codeso.server.client.iServerProxyListener
Indicates the loss of connectivity to the server proxy's remote server.
connectionLost(StatusItemProxy) - Method in interface es.iac.ing.codeso.status.client.iStatusItemProxyListener
Indicates the loss of connectivity to the status item proxy's remote status item.
containsArgument(String) - Method in class es.iac.ing.codeso.action.types.ActionArgumentList
Returns a boolean specifying whether this argument list contains an argument matching the specified name.
controlWidget - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
ControlWidgetAdapter - Class in es.iac.ing.codeso.widget.adapter
Provides a means of loading configurations from a remote action object and of invoking actions.
ControlWidgetAdapter() - Constructor for class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
Creates a new ControlWidgetAdapter
copyAny(Any) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Performs a copy of a CORBA Any.
CorbaInterface - Class in es.iac.ing.codeso.gen
Provides a wrapper class offering simplified access to common CORBA facilities and services.
CorbaInterface.CorbaInterfaceException - Exception in es.iac.ing.codeso.gen
Describes all exceptions generated by the CorbaInterface class.
CorbaInterface.CorbaInterfaceException(String) - Constructor for exception es.iac.ing.codeso.gen.CorbaInterface.CorbaInterfaceException
Constructs a new CorbaInterfaceException with a detail message but null cause.
CorbaInterface.CorbaInterfaceException(String, Throwable) - Constructor for exception es.iac.ing.codeso.gen.CorbaInterface.CorbaInterfaceException
Constructs a new CorbaInterfaceException with a detail message and cause.
CorbaName - Class in es.iac.ing.codeso.gen
Provides a means of specifying the name binding of a CORBA Object advertised within a CORBA Naming Service running on some host computer and listening port.
CorbaName(String) - Constructor for class es.iac.ing.codeso.gen.CorbaName
Creates a new instance associated with the default CORBA Naming Service.
CorbaName(String, String, int) - Constructor for class es.iac.ing.codeso.gen.CorbaName
Creates a new instance associated with the specified CORBA Naming Service.
createActionMonitor(int, String) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
createAny() - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Creates an any using the configured singleton ORB instance
createErrorValue(int, String) - Static method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a new idlStatusItemValue suitable for a status item whose current state is in error.
createMonitor(Object, String) - Method in class es.iac.ing.codeso.status.client.StatusRepository
Creates a new monitor on a remote status item.
createMonitor(int, String) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
createNamingServiceName(String, String, Object) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Creates a new name binding within the CORBA Naming Service.
createNamingServiceNamingContext(String) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Creates a new naming context at any arbitrary level of depth within the CORBA Naming Service.
createServerMonitor(int, String) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
CStatus - Class in es.iac.ing.codeso.widget.corba
The basic status widget for CODESO, providing a CORBA-enabled version of the CErrorAwareStatus widget.
CStatus() - Constructor for class es.iac.ing.codeso.widget.corba.CStatus
Constructs a new ErrorAwareStatusCEWidget
CStatusBeanInfo - Class in es.iac.ing.codeso.widget.corba
Title: Description: Copyright: Copyright (c) 2005 Company:
CStatusBeanInfo() - Constructor for class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
CTerminal - Class in es.iac.ing.codeso.widget.corba
A CORBA enabled version of the CErrorAwareTerminal.
CTerminal() - Constructor for class es.iac.ing.codeso.widget.corba.CTerminal
Constructs a new CText widget
CTerminalBeanInfo - Class in es.iac.ing.codeso.widget.corba
Title: Description: Copyright: Copyright (c) 2005 Company:
CTerminalBeanInfo() - Constructor for class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 

D

DbAccess - Class in es.iac.ing.codeso.gen
Provides a means of retrieving a set of configurations from a database.
DbAccess() - Constructor for class es.iac.ing.codeso.gen.DbAccess
Constructs a new database access object
DbAccess(String, String, String) - Constructor for class es.iac.ing.codeso.gen.DbAccess
Constructs a new database access object to access the specified resource.
DbAccess.DbAccessException - Exception in es.iac.ing.codeso.gen
Describes all exceptions generated by the DbAccess class.
DbAccess.DbAccessException(String) - Constructor for exception es.iac.ing.codeso.gen.DbAccess.DbAccessException
Constructs a new DbAccessException with a detail message but null cause.
DbAccess.DbAccessException(String, Throwable) - Constructor for exception es.iac.ing.codeso.gen.DbAccess.DbAccessException
Constructs a new DBAccessException with a detail message and cause.
DEBUG(String, Object...) - Static method in class es.iac.ing.codeso.gen.Message
Originates a diagnostics message to the system engineering logs of type DEBUG.
DEBUG(String) - Static method in class es.iac.ing.codeso.gen.Message
Originates a diagnostics message to the system engineering logs of type DEBUG.
DEFAULT_CONSOLE_ECHO_STATE - Static variable in class es.iac.ing.codeso.gen.Message
Defines the default state of console echo (if not overridden by the system property CODESO_GEN_MSG_CONSOLE_ECHO).
DEFAULT_DEBUG_ENABLE_STATE - Static variable in class es.iac.ing.codeso.gen.Message
Defines the default state of debug (if not overridden by the system property CODESO_GEN_MSG_DEBUG_ENABLE).
DEFAULT_DEBUG_TRACE_SPECIFIER - Static variable in class es.iac.ing.codeso.gen.Message
Defines the default set of threads/classes/methods which are to be initially traced (if not overridden by the system property CODESO_GEN_MSG_DEBUG_TRACE_SPECIFIER).
DEFAULT_LINK_VERIFICATION_INTERVAL - Static variable in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
The link verification interval for a status item proxy in milliseconds.
DEFAULT_LOGGING_STATE - Static variable in class es.iac.ing.codeso.action.server.Action
Determines the default state of engineering logging for all actions.
DEFAULT_LOGGING_STATE - Static variable in class es.iac.ing.codeso.status.server.StatusItem
Determines the default state of engineering logging for all status items.
DEFAULT_POLLING_INTERVAL - Static variable in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
The default polling interval for a status item proxy in milliseconds.
DEFAULT_PRECISION - Static variable in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Default precision to be assumed if not otherwise specified.
DEFAULT_PRECISION - Static variable in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Default precision to be assumed if not otherwise specified.
DEFAULT_SIGNIFICANT_DIGITS - Static variable in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Default number of digits to be used when representing the status item value as a string.
DEFAULT_SIGNIFICANT_DIGITS - Static variable in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Default number of digits to be used when representing the status item value as a string Currently set to: 8.
DEFAULT_SYSLOG_ENABLE_STATE - Static variable in class es.iac.ing.codeso.gen.Message
Defines the default state of logging (if not overridden by the system property CODESO_GEN_MSG_SYSLOG_ENABLE).
DefaultActionHandler - Class in es.iac.ing.codeso.action.server
Provides the default implementation of the iActionHandler interface.
DefaultActionHandler() - Constructor for class es.iac.ing.codeso.action.server.DefaultActionHandler
 
DefaultGuiControlPanel - Class in es.iac.ing.codeso.gui
Provides the default implementation of the iGuiControlPanel interface.
DefaultGuiControlPanel() - Constructor for class es.iac.ing.codeso.gui.DefaultGuiControlPanel
 
DefaultServerBody - Class in es.iac.ing.codeso.server.server
Provides a default implementation of the iServerBody interface.
DefaultServerBody() - Constructor for class es.iac.ing.codeso.server.server.DefaultServerBody
 
DefaultStatusFormatter - Class in es.iac.ing.codeso.widget.adapter
Provides the default status formatter for building a formatted status string using the information contained within an array of StatusItem's.
DefaultStatusFormatter() - Constructor for class es.iac.ing.codeso.widget.adapter.DefaultStatusFormatter
Creates a new instance.
deleteAllResources() - Method in class es.iac.ing.codeso.gen.ResourceManager
Deletes all resources from the managed resource collection.
deleteListener(iActionProxyListener) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Removes an existing listener.
deleteListener(iServerProxyListener) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Removes an existing listener.
deleteListener(iStatusItemProxyListener) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Removes an existing listener.
deleteResource(String) - Method in class es.iac.ing.codeso.gen.ResourceManager
Deletes the specified resource from the managed resource collection.
doubleValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the double value
doubleValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a double representation of this value object.
doubleValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Returns the double value of this value object.

E

enableCommandWidget() - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
Enables the command widget
ENG(String) - Static method in class es.iac.ing.codeso.gen.Message
Originates a diagnostics message to the system engineering logs of type ENG.
EpicsPvStatusMonitor - Class in es.iac.ing.codeso.epics
Reflects the evolving status of an EPICS Process Variable (PV) onto CODESO StatusItem's of varied type allowing this information to be disseminated to a wider audience across the distributed architecture.
EpicsPvStatusMonitor(String, StatusItem) - Constructor for class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Constructs a new instance that directly maps value updates received from the specified EPICS Process Variable (PV) to the specified CODESO StatusItem.
EpicsPvStatusMonitor(String, StatusItem, String) - Constructor for class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Constructs a new instance that directly maps value updates received from the specified EPICS Process Variable (PV) to the specified CODESO StatusItem; the status item's exceptional attribute will be manipulated if the received value matches the value in the specified regular expression.
EpicsPvStatusMonitor(String, StatusItem, String, ConfigurationManager, Double) - Constructor for class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Constructs a new instance that transfers value updates received from the specified EPICS Process Variable (PV) to the specified CODESO StatusItem.
ERROR(String) - Static method in class es.iac.ing.codeso.gen.Message
Originates a message to the user of type ERROR.
ErrorManager - Class in es.iac.ing.codeso.gen
Provides the CODESO error management facility, a repository for storing information about errors which may occur in a CODESO application and which are known at compile-time.
ErrorManager() - Constructor for class es.iac.ing.codeso.gen.ErrorManager
 
es.iac.ing.codeso - package es.iac.ing.codeso
Packages providing the ability to control and monitor systems of diverse underlying technologies across a distributed computing infrastructure.
es.iac.ing.codeso.action - package es.iac.ing.codeso.action
Packages providing the ability to control remote systems.
es.iac.ing.codeso.action.client - package es.iac.ing.codeso.action.client
Client-side classes providing the ability to monitor and control remote actions
es.iac.ing.codeso.action.server - package es.iac.ing.codeso.action.server
Server-side classes providing the ability to create points of control which may be leveraged by remote clients operating across a distributed computing infrastructure.
es.iac.ing.codeso.action.types - package es.iac.ing.codeso.action.types
Classes providing support for invoking actions on both the server and client side.
es.iac.ing.codeso.epics - package es.iac.ing.codeso.epics
Classes to facilitate the development of distributed control applications whose underlying technology is based on EPICS.
es.iac.ing.codeso.gen - package es.iac.ing.codeso.gen
Classes providing general purpose facilities for use both within the framework itself and by external applications that are based on it.
es.iac.ing.codeso.gui - package es.iac.ing.codeso.gui
Provides facilities for developing application GUI's and for launching them within a common framework.
es.iac.ing.codeso.server - package es.iac.ing.codeso.server
Packages for developing server applications and for controlling and monitoring them from within a common framework.
es.iac.ing.codeso.server.client - package es.iac.ing.codeso.server.client
Client-side classes providing the ability to monitor and control a remote server.
es.iac.ing.codeso.server.server - package es.iac.ing.codeso.server.server
Server-side classes providing the ability to develop CODESO-compliant server application.
es.iac.ing.codeso.server.types - package es.iac.ing.codeso.server.types
Classes providing support for servers both on the client and server side.
es.iac.ing.codeso.status - package es.iac.ing.codeso.status
Packages providing the ability to monitor the status of remote systems.
es.iac.ing.codeso.status.client - package es.iac.ing.codeso.status.client
Client-side classes providing the ability to monitor status information published across a distributed computing infrastructure
es.iac.ing.codeso.status.server - package es.iac.ing.codeso.status.server
Server-side classes providing the ability to publish status information across a distributed computing infrastructure.
es.iac.ing.codeso.status.types - package es.iac.ing.codeso.status.types
Classes providing support for status dissemination on both the server and client side.
es.iac.ing.codeso.widget.adapter - package es.iac.ing.codeso.widget.adapter
Classes which facilitate the communication between the local widget set and the local objects which are communicating with the remote application.
es.iac.ing.codeso.widget.basic - package es.iac.ing.codeso.widget.basic
A basic set of widgets for the control and monitoring of some system of interest within the local Java Virtual Machine.
es.iac.ing.codeso.widget.composite - package es.iac.ing.codeso.widget.composite
Composite widgets for use in client side applications.
es.iac.ing.codeso.widget.corba - package es.iac.ing.codeso.widget.corba
A set of CORBA enabled widgets which extend the functionality of the basic widget set (available in the es.iac.ing.codeso.widget.basic package) to provide control and monitoring of systems of interest disseminated across a distributed control environment.
es.iac.ing.codeso.widget.interfaces - package es.iac.ing.codeso.widget.interfaces
A set of interfaces which enable the classes in the es.iac.ing.codeso.widget.adapter package to communicate with the basic widget set in an implementation independent manner.
execute(Action, ActionArgumentList) - Method in class es.iac.ing.codeso.action.server.DefaultActionHandler
Causes the action handler to execute the invocation request. This implementation simply returns an empty result list indicating that invocation of the action completed successfully.
execute(Action, ActionArgumentList) - Method in interface es.iac.ing.codeso.action.server.iActionHandler
Causes the action handler to execute the invocation request.
executeSqlQuery(String) - Method in class es.iac.ing.codeso.gen.DbAccess
Retrieves a resultset based on the supplied query.

F

floatValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Returns the float value of this value object.

G

get(DBR) - Method in class es.iac.ing.codeso.epics.WrappedPv
Gets the current state of the PV.
getActionArgumentList() - Method in class es.iac.ing.codeso.action.types.ActionConfiguration
Returns the argument list associated with this descriptor.
getActionArgumentList() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns the arguments that were specified when the action was last invoked.
getActionHandler() - Method in class es.iac.ing.codeso.action.server.Action
Gets the action handler, the server-side object which interacts with the technology of the underlying system to bring about the behaviour required of this action.
getActionInputParameterArray() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the input parameters associated with this descriptor.
getActionInputParameterArray() - Method in class es.iac.ing.codeso.action.types.ActionInputParameterList
Returns an array of the input parameters contained in this list.
getActionInputParameterList() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the list of input parameters associated with this descriptor.
getActionName() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getActionName() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getActionName() - Method in class es.iac.ing.codeso.widget.corba.CButton
Gets the name of the remote action with whom this widget is interoperating.
getActionName() - Method in class es.iac.ing.codeso.widget.corba.CCombo
Gets the name of the remote action with whom this widget is interoperating.
getActionName() - Method in class es.iac.ing.codeso.widget.corba.CTerminal
 
getActionName1() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName10() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName11() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName12() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName13() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName14() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName15() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName16() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName17() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName18() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName19() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName2() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName20() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName21() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName22() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName23() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName24() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName25() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName26() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName27() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName28() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName29() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName3() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName30() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName31() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName32() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName4() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName5() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName6() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName7() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName8() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionName9() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getActionOutputParameterArray() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the output parameters associated with this descriptor.
getActionOutputParameterArray() - Method in class es.iac.ing.codeso.action.types.ActionOutputParameterList
Returns an array of the output parameters contained in this list.
getActionOutputParameterList() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the list of output parameters associated with this descriptor.
getActionParameterType(IdlParameterType) - Static method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
getActionResult(String) - Method in class es.iac.ing.codeso.action.types.ActionResultList
Retrieves the action result associated with the specified parameter name.
getActionResultArray() - Method in class es.iac.ing.codeso.action.types.ActionResultList
Returns an array of the action results contained in this list.
getActionResultList() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns the results associated with this value object.
getActionState(IdlActionStateCode) - Static method in enum es.iac.ing.codeso.action.types.ActionState
 
getActive() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Gets the active status property.
getActive() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the active status property.
getActive() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Gets the ACTIVE status attribute.
getActive() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the ACTIVE status attribute.
getActive() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the ACTIVE status attribute.
getActive() - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusReadable
Gets the active status property.
getAdditionalBeanInfo() - Method in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
getAdditionalBeanInfo() - Method in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
getAll() - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Returns an array of all the action proxies that are currently in the group.
getAll() - Method in class es.iac.ing.codeso.action.server.ActionGroup
Returns an array of all the actions that are currently in the group.
getAll() - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Returns an array of all the server proxies that are currently in the group.
getAll() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns an array of all the status item proxies that are currently in the group.
getAll() - Method in class es.iac.ing.codeso.status.server.StatusItemGroup
Returns an array of all the status items that are currently in the group.
getAllowedValues() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns the allowed values associated with this input parameter.
getArgument(String) - Method in class es.iac.ing.codeso.action.types.ActionArgumentList
Retrieves the action argument associated with the specified parameter.
getArgumentArray() - Method in class es.iac.ing.codeso.action.types.ActionArgumentList
Returns an array of the action arguments contained in this list.
getAsAny(ActionDescriptor) - Static method in class es.iac.ing.codeso.action.types.ActionDescriptor
Convenience method to return a new CORBA Any containing the information supplied in the descriptor object.
getAsAny(ActionValue) - Static method in class es.iac.ing.codeso.action.types.ActionValue
Convenience method to return a new CORBA Any containing the information supplied in the value object.
getAsAny(ServerDescriptor) - Static method in class es.iac.ing.codeso.server.types.ServerDescriptor
Convenience method to return a new CORBA Any containing the information supplied in the descriptor object.
getAsAny(ServerValue) - Static method in class es.iac.ing.codeso.server.types.ServerValue
Convenience method to return a new CORBA Any containing the information supplied in the value object.
getAsAny(StatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Convenience method to return a new CORBA Any containing the information supplied in the descriptor object.
getAsAny(StatusItemValue) - Static method in class es.iac.ing.codeso.status.types.StatusItemValue
Convenience method to return a new CORBA Any containing the information supplied in the value object.
getAutoPollingInstance() - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns a connection policy suitable for a status item proxy which will periodically poll its associated remote status item for value updates.
getAutoPollingInstance(int) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns a connection policy suitable for a status item proxy which will poll its associated remote status item for value updates.
getAwaitingConnectionCount() - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Returns the number of action proxies within this group that are active, but which are not currently connected to their remote action.
getAwaitingConnectionCount() - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Returns the number of server proxies within this group that are active, but which are not currently connected to their remote server.
getAwaitingConnectionCount() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns the number of status item proxies within this group that are active, but which are not currently connected to their remote status item.
getAwaitingRegistrationCount() - Method in class es.iac.ing.codeso.action.server.ActionGroup
Returns the number of actions within this group that are active, but which have not yet successfully registered with the CORBA Naming Service.
getAwaitingRegistrationCount() - Method in class es.iac.ing.codeso.status.server.StatusItemGroup
Returns the number of status items within this group that are active, but which have not yet successfully registered with the CORBA Naming Service.
getBufferingInstance() - Static method in class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
Returns a publication policy suitable for a status item which will discard pending subscriber notifications if a new value change takes place on the status item before the pending notification has been delivered.
getButtonText() - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Gets the button text labels
getButtonText() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the button text labels
getButtonText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the text currently being displayed in the button
getButtonText() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the text currently being displayed in the button
getCategory() - Method in class es.iac.ing.codeso.action.types.ActionConfiguration
Returns the category associated with this configuration.
getCommandPrefix() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Gets the Command Prefix
getCommandString() - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Gets the command string associated with each of the control buttons
getCommandString() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the command string associated with each of the control buttons
getCommandString() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the command string associated with clicks of the command button.
getCommandString() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the command string associated with clicks of the command button.
getConfiguration(String) - Method in class es.iac.ing.codeso.action.types.ActionConfigurationList
Retrieves the configuration associated with the specified name.
getConfigurationArray() - Method in class es.iac.ing.codeso.action.types.ActionConfigurationList
Returns an array of the configurations in this list.
getConfigurationList() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the configurations associated with this descriptor.
getConfigurationNames() - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Return an array containing the names of all the configurations currently being managed.
getControlPanel() - Method in class es.iac.ing.codeso.gui.DefaultGuiControlPanel
Returns the Swing component providing the implementation for this control panel. This implementation returns a reference to this class instance.
getControlPanel() - Method in interface es.iac.ing.codeso.gui.iGuiControlPanel
Returns the Swing component providing the implementation for this control panel.
getCorbaName() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns the CorbaName associated with this action proxy.
getCorbaName() - Method in class es.iac.ing.codeso.action.server.Action
Returns the CorbaName associated with this action object.
getCorbaName() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns the CorbaName associated with this server proxy.
getCorbaName() - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Returns the name of this server and the location details of the CORBA Naming Service on which it is to be registered.
getCorbaName() - Method in interface es.iac.ing.codeso.server.server.iServerBody
Returns the name of this server and the location details of the CORBA Naming Service on which it is to be registered.
getCorbaName() - Method in class es.iac.ing.codeso.server.server.Server
Returns the CorbaName associated with this server object.
getCorbaName() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns the CorbaName associated with this status item proxy.
getCorbaName() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns the CorbaName associated with this status item.
getCorbaNamingServiceDefaultHost() - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Returns the default hostname to be used when establishing the connection to the CORBA Naming Service.
getCorbaNamingServiceDefaultPort() - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Returns the default port to be used when establishing the connection to the CORBA Naming Service.
getDefaultInstance() - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns the default connection policy which will be adopted for a status item proxy if not explictly specified.
getDefaultInstance() - Static method in class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
Returns the default publication policy which will be adopted for a status item if not explictly specified.
getDefaultValue() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns the default value associated with this input parameter.
getDescription() - Method in enum es.iac.ing.codeso.gen.ResourceType
Returns the description associated with this resource type.
getDescriptor() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns the action proxy's descriptor information, if available, or throws an exception if otherwise.
getDescriptor() - Method in class es.iac.ing.codeso.action.server.Action
Returns the immutable ActionDescriptor object associated with this action.
getDescriptor() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns the server proxy's descriptor information, if available, or throws an exception if otherwise.
getDescriptor() - Method in class es.iac.ing.codeso.server.server.Server
Returns the immutable ServerDescriptor object associated with this server item.
getDescriptor() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGeneric
Returns the status item proxy's descriptor information, if available, or throws an exception if otherwise.
getDescriptor() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns the status item proxy's descriptor information, if available, or throws an exception if otherwise.
getDescriptor() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns the immutable StatusItemDescriptor object associated with this status item.
getDescriptor() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorIdl
Returns a CORBA Any containing the descriptor information.
getDescriptor() - Method in class es.iac.ing.codeso.status.types.StatusItemInfo
Returns the descriptor information.
getDiscardingInstance() - Static method in class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
Returns a publication policy suitable for a status item which will buffer all subscriber notifications and deliver them to the consumer in the order in which the value changes took place on the status item.
getEchoState() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Gets the current echo state of the widget.
getElapsedTime(Stopwatch.TimeUnit) - Method in class es.iac.ing.codeso.gen.Stopwatch
Gets the total elapsed time in a time unit specified by the user.
getElapsedTimeAsFormattedString() - Method in class es.iac.ing.codeso.gen.Stopwatch
Gets the total elapsed time as a string.
getElapsedTimeInMillisecondsAsLong() - Method in class es.iac.ing.codeso.gen.Stopwatch
Gets the total elapsed time in the default time unit, which is milliseconds.
getEngineeringUnits() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Returns the engineering units associated with this descriptor.
getErrorCode() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns an integer providing information relating to any connection failure which the action proxy may have been experiencing when this class instance was constructed.
getErrorCode() - Method in exception es.iac.ing.codeso.action.client.ActionProxyInfo.NotConnectedException
Returns the error code
getErrorCode() - Method in exception es.iac.ing.codeso.action.server.iActionHandler.ActionExecutionException
 
getErrorCode() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns the error code associated with this value object.
getErrorCode() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns an integer providing information relating to any connection failure which the server proxy may have been experiencing when this class instance was constructed.
getErrorCode() - Method in exception es.iac.ing.codeso.server.client.ServerProxyInfo.NotConnectedException
Returns the error code
getErrorCode() - Method in exception es.iac.ing.codeso.server.server.iServerBody.ServerException
 
getErrorCode() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the error code associated with this value object.
getErrorCode() - Method in exception es.iac.ing.codeso.status.client.StatusItemProxyGeneric.NotConnectedException
Returns the error code
getErrorCode() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns an integer providing information relating to any connection failure which the status item proxy may have been experiencing when this class instance was constructed.
getErrorCode() - Method in exception es.iac.ing.codeso.status.client.StatusItemProxyInfo.NotConnectedException
Returns the error code
getErrorCode() - Method in class es.iac.ing.codeso.status.client.StatusRepository
Returns an integer code specifying the nature of the first error within the status repository.
getErrorCode() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns an integer specifying the error code associated with this value object.
getErrorCode() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Gets the error code property.
getErrorCode() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Gets the error code property.
getErrorCode() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the error code property.
getErrorCode() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Gets the error code property.
getErrorCode() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the error code property.
getErrorCode() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Gets the error code property.
getErrorInformation() - Method in exception es.iac.ing.codeso.action.server.iActionHandler.ActionExecutionException
 
getErrorInformation() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a String specifying additional error information associated with this value object.
getErrorMessage() - Method in class es.iac.ing.codeso.epics.Cad
Returns a string indicating the reason why a previous requestAction operation failed..
getErrorMessage() - Method in class es.iac.ing.codeso.epics.Car
Returns a string indicating reason why previous requestAction operation failed.
getErrorMessage() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Gets the error message, a string describing the current error condition.
getErrorMessage() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Gets the error message, a string describing the current error condition.
getErrorMessage() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the error message a string describing the current error condition.
getErrorMessage() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Gets the error message a string describing the current error condition.
getErrorMessage() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the error message a string describing the current error condition.
getErrorMessage() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Gets the error message a string describing the current error condition.
getErrorSummary() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Gets the error summary, a short string summarising the current error condition.
getErrorSummary() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Gets the error summary, a short string summarising the current error condition.
getErrorSummary() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the error summary a short string summarising the current error condition.
getErrorSummary() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Gets the error summary a short string summarising the current error condition.
getErrorSummary() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the error summary a short string summarising the current error condition.
getErrorSummary() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Gets the error summary a short string summarising the current error condition.
getExceptional() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Gets the exceptional status property.
getExceptional() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the exceptional status property.
getExceptional() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Gets the EXCEPTIONAL status attribute.
getExceptional() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the EXCEPTIONAL status attribute.
getExceptional() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the EXCEPTIONAL status attribute.
getExceptional() - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusReadable
Gets the exceptional status property.
getExtraErrorInformation() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns a string providing additional information relating to any connection failure which the action proxy may have been experiencing when this class instance was constructed.
getExtraErrorInformation() - Method in exception es.iac.ing.codeso.action.client.ActionProxyInfo.NotConnectedException
Returns additional information about the cause of error.
getExtraErrorInformation() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns the error information associated with this value object.
getExtraErrorInformation() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns a string providing additional information relating to any connection failure which the server proxy may have been experiencing when this class instance was constructed.
getExtraErrorInformation() - Method in exception es.iac.ing.codeso.server.client.ServerProxyInfo.NotConnectedException
Returns additional information about the cause of error.
getExtraErrorInformation() - Method in exception es.iac.ing.codeso.server.server.iServerBody.ServerException
 
getExtraErrorInformation() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the error information associated with this value object.
getExtraErrorInformation() - Method in exception es.iac.ing.codeso.status.client.StatusItemProxyGeneric.NotConnectedException
Returns additional information about the cause of error.
getExtraErrorInformation() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns a string providing additional information relating to any connection failure which the status item proxy may have been experiencing when this class instance was constructed.
getExtraErrorInformation() - Method in exception es.iac.ing.codeso.status.client.StatusItemProxyInfo.NotConnectedException
Returns additional information about the cause of error.
getExtraErrorInformation() - Method in class es.iac.ing.codeso.status.client.StatusRepository
 
getFalseSymbolicName() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorBoolean
Returns the symbolic name associated with this status item when it's value is false.
getFirstErrorCode(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns an integer code indicating the error code (if any) associated with the first element in the supplied information snapshot which was in the error state.
getFirstExtraErrorInformation(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns an string indicating the error information (if any) associated with the first element in the supplied information snapshot which was in the error state.
getFirstFailedProxy(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns a reference to the first element (if any) in the supplied information snapshot which was in the error state.
getFormattedName() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns a formatted string representation of this class instance.
getFormattedName() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns a formatted string representation of this class instance.
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
getIcon(int) - Method in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
getIdlActionStateCode(ActionState) - Static method in enum es.iac.ing.codeso.action.types.ActionState
 
getIdlActionStateCode() - Method in enum es.iac.ing.codeso.action.types.ActionState
 
getIdlArgumentArray() - Method in class es.iac.ing.codeso.action.types.ActionArgumentList
Returns an array of IDL-specified IdlArguments corresponding to the arguments contained in this list.
getIdlDescriptor() - Method in class es.iac.ing.codeso.server.types.ServerDescriptor
Returns a copy of the IDL-specified structure associated with this descriptor.
getIdlDescriptor() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Returns a copy of the IDL-specified structure associated with this descriptor.
getIdlInputParameterArray() - Method in class es.iac.ing.codeso.action.types.ActionInputParameterList
Returns an array of IDL-specified IdlInputParameters corresponding to the parameters contained in this list.
getIdlOutputParameterArray() - Method in class es.iac.ing.codeso.action.types.ActionOutputParameterList
Returns an array of IDL-specified IdlOutputParameters corresponding to the parameters contained in this list.
getIdlParameterType(ActionParameterType) - Static method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
getIdlServerStateCode(ServerState) - Static method in enum es.iac.ing.codeso.server.types.ServerState
 
getIdlStatusItemType() - Method in enum es.iac.ing.codeso.status.types.StatusType
Returns the equivalent IdlStatusItemType type associated with this StatusType.
getIdlValue() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns a copy of the IDL-specified structure associated with this descriptor.
getIdlValue() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns a copy of the IDL-specified structure associated with this descriptor.
getIdlValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a copy of the IDL-specified structure associated with this value object.
getInfo() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns the immutable StatusItemInfo object associated with the current state of this status item.
getInstance() - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Returns an instance of a CorbaInterface configured to operate in association with the default CORBA Naming Service.
getInstance(String, int) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Returns an instance of a CorbaInterface configured to operate in association with the specified CORBA Naming Service.
getIntervalTime(Stopwatch.TimeUnit) - Method in class es.iac.ing.codeso.gen.Stopwatch
Gets the interval time in a time unit selectable by the user.
getIsImage() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Gets the isImage status property.
getIsImage() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the isImage status property.
getIterator() - Method in class es.iac.ing.codeso.status.client.StatusRepository
 
getKnownResources() - Method in class es.iac.ing.codeso.gen.ResourceManager
Returns the names of the resources currently registered with this manager.
getKnownResourcesAsString() - Method in class es.iac.ing.codeso.gen.ResourceManager
Returns a string representation of the the names of the resources currently registered with this manager.
getLabelText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Gets the text associated with the label.
getLabelText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the text associated with the label.
getLabelText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the text associated with the label.
getLabelText() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Gets the text associated with the label.
getLabelText() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the text associated with the label.
getLabelText() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Gets the text associated with the label.
getLogWidget() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the log widget associated with the button.
getLogWidget() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Gets the log widget associated with the button.
getLogWidget() - Method in class es.iac.ing.codeso.widget.corba.CButton
Gets the log widget associated with this button.
getLogWidget() - Method in class es.iac.ing.codeso.widget.corba.CCombo
Gets the log widget associated with this combo box.
getManualEntryCommandPrefix() - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Gets the Manual Entry Command Prefix.
getManualEntryCommandPrefix() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Gets the Manual Entry Command Prefix.
getManualEntryCommandPrefix() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the Manual Entry Command Prefix.
getManualEntryCommandPrefix() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Gets the Manual Entry Command Prefix.
getMaximum() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns the maximum value associated with this input parameter.
getMaxLength() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorString
Returns the maximum length of the string.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLong
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLongLong
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorShort
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLong
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLongLong
Returns the maximum value for this status item.
getMaxValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedShort
Returns the maximum value for this status item.
getMessage(int) - Static method in class es.iac.ing.codeso.gen.ErrorManager
Retrieves the error message associated with an error code.
getMinimum() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns the minimum value associated with this input parameter.
getMinLength() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorString
Returns the minimum length of the string.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLong
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLongLong
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorShort
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLong
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLongLong
Returns the minimum value for this status item.
getMinValue() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedShort
Returns the minimum value for this status item.
getName() - Method in class es.iac.ing.codeso.action.types.ActionConfiguration
Returns the name associated with this configuration.
getName() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns the name of this input parameter.
getName() - Method in class es.iac.ing.codeso.action.types.ActionOutputParameter
Returns the name of this output parameter.
getName() - Method in class es.iac.ing.codeso.epics.Cad
Gets the name associated with this CAD.
getName() - Method in class es.iac.ing.codeso.epics.Car
Returns the name associated with this CAR.
getName() - Method in class es.iac.ing.codeso.gen.Configuration
 
getName() - Method in class es.iac.ing.codeso.gen.CorbaName
Returns the name associated with this CORBA name specifier.
getName() - Method in class es.iac.ing.codeso.gui.DefaultGuiControlPanel
Returns the name of this control panel as a string. This implementation returns "DEFAULT"
getName() - Method in interface es.iac.ing.codeso.gui.iGuiControlPanel
Returns the name of this control panel as a string.
getNamingServiceHostName() - Method in class es.iac.ing.codeso.gen.CorbaName
Returns the CORBA Naming Service host associated with this CORBA name specifier.
getNamingServiceListeningPort() - Method in class es.iac.ing.codeso.gen.CorbaName
Returns the CORBA Naming Service listening port associated with this CORBA name specifier.
getNumberOfButtons() - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Gets the number of buttons
getNumberOfButtons() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the number of buttons
getNumberOfButtons() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the number of buttons
getNumberOfButtons() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the number of buttons
getObjectFromNamingService(String) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Looks up an object on the CORBA Naming Service.
getParameter(String) - Method in class es.iac.ing.codeso.action.types.ActionInputParameterList
Retrieves the information associated with the specified parameter.
getParameter(String) - Method in class es.iac.ing.codeso.action.types.ActionOutputParameterList
Retrieves the information associated with the specified parameter.
getParameterName() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the parameter name specified by this argument.
getParameterName() - Method in class es.iac.ing.codeso.action.types.ActionResult
Returns the parameter name specified by this result.
getPersistenceFilename() - Method in enum es.iac.ing.codeso.gen.ResourceType
Returns the file to be used by the ResourceManager when persisting the entries associated with this resource type.
getPollOnDemandInstance() - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns a connection policy suitable for a status item proxy which will poll its associated remote status item every time the user asks it for its current value.
getPrecision() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Returns the precision associated with the value of this status item.
getPrecision() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Returns the precision associated with the value of this status item.
getProperty() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the property associated with this descriptor.
getProperty(String) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Gets the specified server property.
getProperty(String) - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Returns the specified property.
getProperty(String) - Method in interface es.iac.ing.codeso.server.server.iServerBody
Returns the specified property.
getProperty() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Returns the property associated with this descriptor.
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
getPropertyDescriptors() - Method in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
getProxyInfo() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns an immutable object containing the instantaneous state of this proxy.
getProxyInfo() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns an immutable object containing the instantaneous state of this proxy.
getProxyInfo() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns an immutable object containing the instantaneous state of this proxy.
getReason() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the reason associated with this value object.
getRemedy(int) - Static method in class es.iac.ing.codeso.gen.ErrorManager
Retrieves the error remedy associated with an error code.
getResourceClass(String) - Method in class es.iac.ing.codeso.gen.ResourceManager
Attempts to return the class information associated with the specified resource.
getResourceClassFile() - Method in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
getResourceLocator() - Method in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
getResourceName() - Method in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
getResourceObject(String) - Method in class es.iac.ing.codeso.gen.ResourceManager
Attempts to returns an instantiated object corresponding to the specified resource.
getResourceType(String) - Static method in enum es.iac.ing.codeso.gen.ResourceType
Returns the resource type enumeration (if any) associated with the supplied string.
getSequenceNumber() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns the sequence number associated with this class instance.
getSequenceNumber() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns the sequence number associated with this class instance.
getSequenceNumber() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns the sequence number associated with this class instance.
getSequenceNumber() - Method in class es.iac.ing.codeso.status.types.StatusItemInfo
Returns the sequence number.
getServerDependencies() - Method in class es.iac.ing.codeso.gui.DefaultGuiControlPanel
Returns an array of CorbaName objects specifying the servers which must be running in order for the control panel to be fully functional. This implementation returns an empty array.
getServerDependencies() - Method in interface es.iac.ing.codeso.gui.iGuiControlPanel
Returns an array of CorbaName objects specifying the servers which must be running in order for the control panel to be fully functional.
getServerName() - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Returns the name of this server as a string.
getServerName() - Method in interface es.iac.ing.codeso.server.server.iServerBody
Returns the name of this server as a string.
getServerName1() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName2() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName3() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName4() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName5() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName6() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName7() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerName8() - Method in class es.iac.ing.codeso.widget.corba.CLog
 
getServerState(IdlServerStateCode) - Static method in enum es.iac.ing.codeso.server.types.ServerState
 
getSignificantDigits() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Returns the number of significant digits to be used when displaying the value of this status item.
getSignificantDigits() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Returns the number of significant digits to be used when displaying the value of this status item.
getSnapshot() - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Returns a map of proxies and their instantaneous state for every proxy within the group.
getSnapshot() - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Returns a map of proxies and their instantaneous state for every proxy within the group.
getSnapshot() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns a map of proxies and their instantaneous state for every proxy within the group.
getSpecialCommandNameExpressionMatcher() - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Gets a string which may be matched against individual command names to determine whether they are special.
getSpecialCommandNameExpressionMatcher() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Gets a string which may be matched against individual command names to determine whether they are special.
getSpecialCommandNameExpressionMatcher() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets a string which may be matched against individual command names to determine whether they are special.
getSpecialCommandNameExpressionMatcher() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Gets a string which may be matched against individual command names to determine whether they are special.
getStartupArguments() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the startup arguments associated with this value object.
getState() - Method in class es.iac.ing.codeso.action.server.Action
Returns the current state of the action.
getState() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns the action state associated with this value object.
getState() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the server state associated with this value object.
getStatistics() - Static method in class es.iac.ing.codeso.action.client.ActionProxy
Returns a string representation of the statistics associated with all instances of this class.
getStatistics() - Static method in class es.iac.ing.codeso.action.server.Action
Returns a string representation of the statistics associated with all instances (and sub-instances) of this class.
getStatistics() - Static method in class es.iac.ing.codeso.epics.WrappedPv
Return class statistics (for diagnostic purposes only).
getStatistics() - Static method in class es.iac.ing.codeso.server.client.ServerProxy
Returns a string representation of the statistics associated with all instances of this class.
getStatistics() - Static method in class es.iac.ing.codeso.server.server.Server
Returns a string representation of the statistics associated with all instances of this class.
getStatistics() - Static method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns a string representation of the statistics associated with all sub-instances of this class.
getStatistics() - Static method in class es.iac.ing.codeso.status.server.StatusItem
Returns a string representation of the statistics associated with all sub-instances of this class.
getStatus(Object) - Method in class es.iac.ing.codeso.status.client.StatusRepository
Gets the specified status item from the repository.
getStatusArray() - Method in class es.iac.ing.codeso.status.client.StatusRepository
 
getStatusFormatter() - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
getStatusFormatter() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusFormatter() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusFormatter() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusFormatter() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusFormatter() - Method in class es.iac.ing.codeso.widget.corba.CTerminal
 
getStatusItemName() - Method in class es.iac.ing.codeso.widget.corba.CTerminal
 
getStatusItemName1() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName1() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName1() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName1() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName2() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName2() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName2() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName2() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName3() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName3() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName3() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName3() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName4() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName4() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName4() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName4() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName5() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName5() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName5() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName5() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName6() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName6() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName6() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName6() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName7() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName7() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName7() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName7() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusItemName8() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
getStatusItemName8() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
getStatusItemName8() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
getStatusItemName8() - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
getStatusText() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Gets the content text.
getStatusText() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Gets the content text.
getStatusText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Gets the status text
getStatusText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the status text
getStatusText() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the status text
getStatusText() - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusReadable
Gets the content text.
getStatusValueAsDouble(Object) - Method in class es.iac.ing.codeso.status.client.StatusRepository
Gets the value of a status item as a double.
getSubscribingInstance() - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns a connection policy suitable for a status item proxy which will subscribe to its associated remote status item for notification of value updates.
getSubscribingInstance(int) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns a connection policy suitable for a status item proxy which will subscribe to its associated remote status item for notification of value updates.
getSubsystem() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the subsystem associated with this descriptor.
getSubsystem() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Returns the subsystem associated with this descriptor.
getSummary(int) - Static method in class es.iac.ing.codeso.gen.ErrorManager
Retrieves the error summary associated with an error code.
getSystem() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the system associated with this descriptor.
getSystem() - Method in class es.iac.ing.codeso.server.types.ServerDescriptor
Returns the system associated with this descriptor.
getSystem() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Returns the system associated with this descriptor.
getTcKind() - Method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
getTextFieldWidth() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Gets the Text Field Width
getTextFieldWidth() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the Text Field Width
getTextFieldWidth() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the Text Field Width
getTextFieldWidth() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Gets the Text Field Width
getTextFieldWidth() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the Text Field Width
getTextFieldWidth() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Gets the Text Field Width
getTimeout() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns the timeout associated with this descriptor.
getTimeStamp() - Static method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a timestamp suitable for applying to a status item's timestamp field.
getTrueSymbolicName() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorBoolean
Returns the symbolic name associated with this status item when it's value is ture.
getType() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns the type of this input parameter.
getType() - Method in class es.iac.ing.codeso.action.types.ActionOutputParameter
Returns the type of this output parameter.
getType() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Returns the type associated with this descriptor.
getTypedValue() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyIdl
Gets the current value of this status item proxy and converts it to the parameterized type on which this class is based.
getTypedValue() - Method in class es.iac.ing.codeso.status.server.StatusItemIdl
Gets the current value of this status item and converts it to the parameterized type on which this class is based.
getUncheckedDescriptor() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns the action proxy's descriptor information, if available, or null if otherwise.
getUncheckedDescriptor() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns the server proxy's descriptor information, if available, or null if otherwise.
getUncheckedDescriptor() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGeneric
Returns this proxy's descriptor information, if available, or null if otherwise.
getUncheckedDescriptor() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns the status item proxy's descriptor information, if available, or null if otherwise.
getUncheckedValue() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns the action proxy's value information, if available, or null if otherwise.
getUncheckedValue() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns the server proxy's value information, if available, or null if otherwise.
getUncheckedValue() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGeneric
Returns this proxy's value information, if available, or null if otherwise.
getUncheckedValue() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns the status item proxy's value information, if available, or null if otherwise.
getValue() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns the action proxy's value information, if available, or throws an exception if otherwise.
getValue() - Method in class es.iac.ing.codeso.action.server.Action
Returns the immutable ActionValue object associated with the current value of this action.
getValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the value of the argument.
getValue() - Method in class es.iac.ing.codeso.action.types.ActionResult
Returns the value of the result.
getValue() - Method in class es.iac.ing.codeso.gen.Configuration
 
getValue() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns the server proxy's value information, if available, or throws an exception if otherwise.
getValue() - Method in class es.iac.ing.codeso.server.server.Server
Returns the immutable ServerValue object associated with the current value of this server.
getValue() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGeneric
Returns the status item proxy's value information, if available, or throws an exception if otherwise.
getValue() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns the status item proxy's value information, if available, or throws an exception if otherwise.
getValue() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns the immutable StatusItemValue object associated with the current value of this status item.
getValue() - Method in class es.iac.ing.codeso.status.types.StatusItemInfo
Returns the value information.
getVerticalOrientation() - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Gets the orientation axis of the huttons.
getVerticalOrientation() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Gets the orientation axis of the huttons.
getVerticalOrientation() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Gets the orientation axis of the huttons.
getVerticalOrientation() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Gets the orientation axis of the huttons.
getWho() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the who associated with this value object.
getXmlDescriptor() - Method in class es.iac.ing.codeso.status.types.StatusItemDescriptorXml
Returns a String
GUI_STARTUP_HEIGHT - Static variable in class es.iac.ing.codeso.gui.GuiTopFrame
 
GUI_STARTUP_WIDTH - Static variable in class es.iac.ing.codeso.gui.GuiTopFrame
 
GuiLauncher - Class in es.iac.ing.codeso.gui
Provides a command-line tool which works in conjunction with the GuiTopFrame to provide an environment for running user-written, CODESO-compliant GUI applications.
GuiLauncher() - Constructor for class es.iac.ing.codeso.gui.GuiLauncher
 
GuiTopFrame - Class in es.iac.ing.codeso.gui
Provides a top level frame containing a tabbed pane in which a number of CODESO GUI's can be installed.
GuiTopFrame() - Constructor for class es.iac.ing.codeso.gui.GuiTopFrame
 

H

hasDoubleValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the long value
hasLongValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the long value
hasStringValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the string value

I

iActionController - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a control widget which is able to generate and notify java.awt.event.ACTION_PERFORMED events.
iActionHandler - Interface in es.iac.ing.codeso.action.server
Describes the capabilities that must be offered by any class which wishes to handle the invocation of an action.
iActionHandler.ActionAbortException - Exception in es.iac.ing.codeso.action.server
An exception which is raised if an attempt to abort an action is unsuccessful.
iActionHandler.ActionAbortException(String) - Constructor for exception es.iac.ing.codeso.action.server.iActionHandler.ActionAbortException
Constructs a new instance with a detail message but null cause.
iActionHandler.ActionAbortException(String, Throwable) - Constructor for exception es.iac.ing.codeso.action.server.iActionHandler.ActionAbortException
Constructs a new instance with a detail message and cause.
iActionHandler.ActionExecutionException - Exception in es.iac.ing.codeso.action.server
An exception which should be raised by the client action handler code if it wishes to prematurely abort the handling of an action due to some unexpected problem.
iActionHandler.ActionExecutionException(String) - Constructor for exception es.iac.ing.codeso.action.server.iActionHandler.ActionExecutionException
Constructs an instance to describe a condition that has NOT been previously registered with the CODESO Error Catalog.
iActionHandler.ActionExecutionException(int, String) - Constructor for exception es.iac.ing.codeso.action.server.iActionHandler.ActionExecutionException
Constructs an instance to describe a situation whose error code has previously been registered with the CODESO Error Manager.
iActionHandler.ActionValidationException - Exception in es.iac.ing.codeso.action.server
An exception which is raised if an attempt to invoke an action is unsuccessful because either the parameters were specified incorrectly or the underlying system being controlled was in an invalid state.
iActionHandler.ActionValidationException(String) - Constructor for exception es.iac.ing.codeso.action.server.iActionHandler.ActionValidationException
Constructs a new instance with a detail message but null cause.
iActionHandler.ActionValidationException(String, Throwable) - Constructor for exception es.iac.ing.codeso.action.server.iActionHandler.ActionValidationException
Constructs a new instance with a detail message and cause.
iActionProxyListener - Interface in es.iac.ing.codeso.action.client
Describes the capabilities that needed to be implemented by any class that wishes to observe changes to the connection state or value of an ActionProxy.
iConfigurableController - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a control widget which is able to offer the user a number of configurable choices expressed through a set of ControlWidgetConfigurations.
iConfigurableController.ControlWidgetConfiguration - Class in es.iac.ing.codeso.widget.interfaces
Provides the concept of a configuration as understood by the setConfigurationList method in the classes' parent interface.
iConfigurableController.ControlWidgetConfiguration(String, String) - Constructor for class es.iac.ing.codeso.widget.interfaces.iConfigurableController.ControlWidgetConfiguration
 
idlParameterType() - Method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
idlServerStateCode() - Method in enum es.iac.ing.codeso.server.types.ServerState
 
iErrorAwareConfigurableController - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a control widget that a) has the ability to offer the user a number of different configuration choices, b) has the ability to generate java.awt.event.ActionPerformed events, and c) is capable of displaying error information.
iErrorAwareStatusUpdateable - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a widget that is capable of displaying both status and error information.
iErrorStateUpdateable - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a widget that is able to display information about an error condition.
iGuiControlPanel - Interface in es.iac.ing.codeso.gui
Describes the capabilities that must be offered by any class which wishes to provide a control panel for the CODESO GUI.
iLoggable - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a widget that is able to log events.
INFO(String) - Static method in class es.iac.ing.codeso.gen.Message
Originates a message to the user of type INFO.
initialise() - Static method in class es.iac.ing.codeso.gen.ErrorManager
Initialises or reinitialises the error manager using the error resources held within the CODESO ResourceManager.
intValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueLong
Returns the integer value of this value object.
intValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Returns the integer value of this value object.
isActionCompleted() - Method in class es.iac.ing.codeso.epics.Car
Returns a boolean indicating whether the previous action has completed (ie is CAR in non-busy state).
isActionSuccessful() - Method in class es.iac.ing.codeso.epics.Car
Returns a boolean indicating whether the previous action completed successfully (ie is CAR VAL field == CAR_IDLE).
isActive() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns a boolean indicating whether this action proxy is active.
isActive() - Method in class es.iac.ing.codeso.action.server.Action
Returns a boolean indicating whether this object is active.
isActive() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns a boolean indicating whether this server proxy is active.
isActive() - Method in class es.iac.ing.codeso.server.server.Server
Returns a boolean indicating whether this server is active.
isActive() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns a boolean indicating whether this status item proxy is active.
isActive(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns a flag indicating whether any element in the supplied information snapshot was in the active state.
isActive() - Method in class es.iac.ing.codeso.status.client.StatusRepository
 
isActive() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating whether this status item is active.
isActive() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a boolean indicating whether this value object is active.
isBusy() - Method in class es.iac.ing.codeso.action.server.Action
Returns a boolean indicating whether this action is currently busy, that's to say is in the ActionState.PENDING or ActionState.ACTIVE states.
isChannelConnected() - Method in class es.iac.ing.codeso.epics.WrappedPv
Returns boolean indicating the current connection state of the channel.
isCompletedAll(Map<ActionProxy, ActionProxyInfo>) - Static method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Returns a flag specifying whether all action proxies in the supplied information snapshot indicate that any action invocations that may have previously been in progress have completed.
isConnected() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns a boolean indicating whether this action proxy is currently connected with the remote action with whom it is associated.
isConnected() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns a boolean indicating whether the associated action proxy was connected at the moment when this class instance was constructed.
isConnected() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns a boolean indicating whether this server proxy is currently connected with the remote server with whom it is associated.
isConnected() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns a boolean indicating whether the associated server proxy was connected at the moment when this class instance was constructed.
isConnected() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns a boolean indicating whether this status item proxy is currently connected with the remote status item with whom it is associated.
isConnected() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns a boolean indicating whether the associated status item proxy was connected at the moment when this class instance was constructed.
isConnectedAll(Map<ActionProxy, ActionProxyInfo>) - Static method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Returns a flag indicating whether every element in the supplied information snapshot is in the connected state.
isConnectedAll(Map<ServerProxy, ServerProxyInfo>) - Static method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Returns a flag indicating whether every element in the supplied information snapshot is in the connected state.
isConnectedAll(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns a flag indicating whether every element in the supplied information snapshot is in the connected state.
isConvertibleToInteger() - Method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
isConvertibleToReal() - Method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
isEditable() - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Gets the editabality state of the component
isEditable() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Gets the editabality state of the component
isEditable() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Gets the editabality state of the component
isEditable() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Gets the editabality state of the component
iServerBody - Interface in es.iac.ing.codeso.server.server
Describes the capabilities that must be offered by any class which wishes to provide the implementation body of a CODESO server.
iServerBody.ServerException - Exception in es.iac.ing.codeso.server.server
An exception which is raised if an operation on the object which implements the server fails.
iServerBody.ServerException(int, String) - Constructor for exception es.iac.ing.codeso.server.server.iServerBody.ServerException
Constructs a new instance with a detail message but null cause.
iServerProxyListener - Interface in es.iac.ing.codeso.server.client
Describes the capabilities that needed to be implemented by any class that wishes to observe changes to the connection state or value of a ServerProxy.
isExceptional(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns a flag indicating whether any element in the supplied information snapshot was in the exceptional state.
isExceptional() - Method in class es.iac.ing.codeso.status.client.StatusRepository
 
isExceptional() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a boolean indicating whether this value object is exceptional.
isInErrorState(Map<StatusItemProxy, StatusItemProxyInfo>) - Static method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Returns a flag indicating whether any element in the supplied information snapshot was in the error state.
isInErrorState() - Method in class es.iac.ing.codeso.status.client.StatusRepository
Returns a flag indicating whether one or more status items were in the error state.
isInErrorState() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a boolean indicating whether this value object is in the error state.
isKnownError(int) - Static method in class es.iac.ing.codeso.gen.ErrorManager
Returns a boolean indicating whether the specified error code is an error previously registed with the error manager.
isKnownResource(String) - Method in class es.iac.ing.codeso.gen.ResourceManager
Checks whether the specified resource is known to this manager.
isLoggingEnabled() - Method in class es.iac.ing.codeso.action.server.Action
Returns a boolean indicating whether engineering logging is enabled for this action.
isLoggingEnabled() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating whether engineering logging is enabled for this status item.
isMonitoring(Object) - Method in class es.iac.ing.codeso.status.client.StatusRepository
 
isMonitorSynchronized() - Method in class es.iac.ing.codeso.epics.WrappedPv
Returns boolean indicating whether the channel's monitors have received their first positing of status following a channel (re)connection event.
isOk() - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Performs a health check on the server.
isOk() - Method in interface es.iac.ing.codeso.server.server.iServerBody
Performs a health check on the server.
isOptional() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns a flag indicating whether this parameter is optional or mandatory.
isRegistered() - Method in class es.iac.ing.codeso.action.server.Action
Returns a boolean indicating whether this action is currently registered with the CORBA Naming Service.
isRegistered() - Method in class es.iac.ing.codeso.server.server.Server
Returns a boolean indicating whether this server is currently registered with the CORBA Naming Service.
isRegistered() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating whether this status item is currently registered with the CORBA Naming Service.
isResourceType(String) - Static method in enum es.iac.ing.codeso.gen.ResourceType
Returns a boolean indication whether the supplied string specifies the name of a recognised resource type.
isServerActiveAll(Map<ServerProxy, ServerProxyInfo>) - Static method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Returns a flag specifying whether all server proxies in the supplied information snapshot indicate that their associated servers are in the ServerState.ACTIVE state.
isServerOk(AtomicInteger, AtomicReference<String>) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Provides a means of checking that the server is operating correctly.
isShutdown() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns a boolean indicating whether this action proxy has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.action.server.Action
Returns a boolean indicating whether this action has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns a boolean indicating whether this server proxy has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.server.server.Server
Returns a boolean indicating whether this server has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns a boolean indicating whether this status item proxy has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating whether this status item has been shutdown.
isSuccessive() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns a boolean indicating whether the value on the proxy described by this class instance was successive to (that's to say it's sequence number was one greater than) the proxy's previous value.
isSuccessive() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns a boolean indicating whether the value on the proxy described by this class instance was successive to (that's to say it's sequence number was one greater than) the proxy's previous value.
isSuccessive() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns a boolean indicating whether the value on the proxy described by this class instance was successive to (that's to say it's sequence number was one greater than) the proxy's previous value.
iStatusFormatter - Interface in es.iac.ing.codeso.widget.adapter
The iStatusFormatter class provides an interface to build a formatted status string from the data contained within an array of StatusItemProxyInfo.
iStatusItemProxyListener - Interface in es.iac.ing.codeso.status.client
Describes the capabilities that needed to be implemented by any class that wishes to observe changes to the connection state or value of a StatusItemProxy.
iStatusReadable - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a status widget that is able to provide information describing its current state.
iStatusUpdateable - Interface in es.iac.ing.codeso.widget.interfaces
Describes the capabilities of a widget that is able to display the status information associated with some monitored item.
isValueActive() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating the state of the active attribute associated with the current value of this status item.
isValueExceptional() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating the state of the exceptional attribute associated with the current value of this status item.
isValueInErrorState() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a boolean indicating whether the current value of the status item indicates an error condition.
iWrappedPvListener - Interface in es.iac.ing.codeso.epics
Provides the capability of listening to changes in the status of an EPICS process variable as observed through an instance of a WrappedPv object.

J

jcomControl_actionPerformed(ActionEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Handler for combo box action events.
jcomControl_itemStateChanged(ItemEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Handler for new item selections.

L

launch(String[]) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Runs the CODESO GUI, instantiating it with a set of control panels whose resource or class names are specified on the command line.
loadConfigurationsFromDatabase(String) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Loads a set of configurations from the specified database table.
logWidget - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
LogWidgetAdapter - Class in es.iac.ing.codeso.widget.adapter
The LogWidgetAdapter class provides a means of monitoring actions.
LogWidgetAdapter() - Constructor for class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Creates a new LogWidgetActionAdapter
longValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the long value
longValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Returns the long value of this value object.
longValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Returns the long value of this value object.

M

main(String[]) - Static method in class es.iac.ing.codeso.CodesoTestSuite
 
main(String[]) - Static method in class es.iac.ing.codeso.gen.Message
Simple test program for Message class.
main(String[]) - Static method in class es.iac.ing.codeso.gen.ResourceTool
 
main(String[]) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Runs the CODESO GUI, instantiating it with a set of GUIs whose resource names are specified on the command line.
main(String[]) - Static method in class es.iac.ing.codeso.server.client.ServerCommandTool
 
main(String[]) - Static method in class es.iac.ing.codeso.server.server.ServerRunner
Runs a CODESO server.
mapNameToValue(String) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Returns the configuration value (if any) associated with the supplied configuration name.
mapNameToValueWithBestEfforts(String) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Makes a "best efforts" attempt to returns the configuration value (if any) associated with the supplied configuration name.
mapNumericValueToName(String, double) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Returns the configuration name (if any) associated with the supplied numeric value.
mapNumericValueToNameWithBestEfforts(String, double) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Makes a "best efforts" attempt to returns the configuration name (if any) associated with the supplied numeric configuration value.
mapStatus(StatusItemProxyInfo[]) - Method in class es.iac.ing.codeso.widget.adapter.DefaultStatusFormatter
Returns a formatted status string using the data contained within an array of StatusItemProxyInfo. This implementation returns a string which is the space-separated concatenation of the string value of every element within the array.
mapStatus(StatusItemProxyInfo[]) - Method in interface es.iac.ing.codeso.widget.adapter.iStatusFormatter
Returns a formatted status string using the data contained within an array of StatusItemProxyInfo.
mapValueToName(String) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Returns the configuration name (if any) associated with the supplied configuration value.
mapValueToNameWithBestEfforts(String) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Makes a "best efforts" attempt to return the configuration name (if any) associated with the supplied configuration value.
Message - Class in es.iac.ing.codeso.gen
Provides a system wide messaging facility for instrumenting a CODESO software application.
monitor(iWrappedPvListener) - Method in class es.iac.ing.codeso.epics.WrappedPv
Tries repeatedly to setup a monitor on the process variable which was specified by the class constructor.

N

newInstance(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Factory method for returning the appropriate subtype instance of a StatusItemDescriptor according to the data supplied in the supplied IdlStatusItemDescriptor.
newInstance(StatusItemDescriptor, IdlStatusItemValue) - Static method in class es.iac.ing.codeso.status.types.StatusItemValue
Factory method for returning the appropriate subtype instance of a StatusItemValue according to the data supplied in the supplied IdlStatusItemValue.

O

ObjectCaster - Class in es.iac.ing.codeso.gen
A simple class to minimise the scope of those irritating, but in some cases unavoidable, unchecked warnings, when using generic methods.
ObjectCaster() - Constructor for class es.iac.ing.codeso.gen.ObjectCaster
 

P

parameterizedInstance(CorbaName, String, String, String, int, ConfigurationManager, ActionInputParameter, ActionInputParameter, ActionOutputParameter) - Static method in class es.iac.ing.codeso.action.server.Action
Returns an instance of an Action which takes two parameters and returns a single result
parameterNameIterator() - Method in class es.iac.ing.codeso.action.types.ActionArgumentList
Returns an iterator over the names of the parameters whose values are specified by this argument list.
parameterNameIterator() - Method in class es.iac.ing.codeso.action.types.ActionInputParameterList
Returns an iterator over the names of the parameters whose values are specified by this list.
parameterNameIterator() - Method in class es.iac.ing.codeso.action.types.ActionOutputParameterList
Returns an iterator over the names of the parameters whose values are specified by this list.
parameterNameIterator() - Method in class es.iac.ing.codeso.action.types.ActionResultList
Returns an iterator over the names of the parameters whose results are specified by this result list.
processWindowEvent(WindowEvent) - Method in class es.iac.ing.codeso.gui.GuiTopFrame
 
publisherProxy - Variable in class es.iac.ing.codeso.status.client.StatusItemProxy
Holds a reference to a CORBA object which will be used to publish the status information.
put(DBR) - Method in class es.iac.ing.codeso.epics.WrappedPv
Puts a new value to the PV.
pvConnectionEstablished() - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Posts incoming connection established events
pvConnectionEstablished() - Method in interface es.iac.ing.codeso.epics.iWrappedPvListener
Communicates the establishment of a connection to the underlying Pv
pvConnectionLost() - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Adapts incoming connection lost events
pvConnectionLost() - Method in interface es.iac.ing.codeso.epics.iWrappedPvListener
Communicates the loss of connection to the underlying Pv
pvStatusChanged(String) - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Adapts incoming statusChanged events
pvStatusChanged(String) - Method in interface es.iac.ing.codeso.epics.iWrappedPvListener
Communicates a status changed event on the monitored Pv

R

readSubSystemConfigurationData(String) - Method in class es.iac.ing.codeso.gen.DbAccess
Given the name of the appropriate table, retrieves a hashtable containing all the configurations.
registerObjectWithNamingService(String, Object) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Registers a CORBA Object with the CORBA Naming Service under the specified name.
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Removes an ActionListener from the set of listeners that will receive action event notifications.
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Removes an ActionListener from the set of listeners that will receive action event notifications.
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Removes an ActionListener from the set of listeners that will receive action event notifications.
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Removes an ActionListener from the set of listeners that will receive action event notifications.
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Removes an ActionListener from the set of listeners that will receive action event notifications.
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Removes a OneStateControl ActionListener
removeActionListener(ActionListener) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Removes a OneStateControl ActionListener
removeActionListener(ActionListener) - Method in interface es.iac.ing.codeso.widget.interfaces.iActionController
Removes an ActionListener from the set of listeners that will be notified when an action is invoked on the associated control widget.
requestAction(String[]) - Method in class es.iac.ing.codeso.epics.Cad
Requests a new CAD action.
reset() - Method in class es.iac.ing.codeso.gen.Stopwatch
Resets the stopwatch setting the interval time and total elapsed time back to zero.
ResourceManager - Class in es.iac.ing.codeso.gen
Facilitates the persistent management of external pluggable resources associated with the CODESO framework.
ResourceManager(String) - Constructor for class es.iac.ing.codeso.gen.ResourceManager
Constructs a new instance which will persist its resource entries to the specified file in the CODESO persistence directory.
ResourceManager.ResourceEntry - Class in es.iac.ing.codeso.gen
Holds the details associated with an external resource.
ResourceManager.ResourceEntry() - Constructor for class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
ResourceManager.ResourceEntry(String, String[], String) - Constructor for class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
ResourceManager.ResourceManagerException - Exception in es.iac.ing.codeso.gen
Describes all exceptions generated by the ResourceManager class.
ResourceManager.ResourceManagerException(String) - Constructor for exception es.iac.ing.codeso.gen.ResourceManager.ResourceManagerException
Constructs a new ResourceManagerException with a detail message but null cause.
ResourceManager.ResourceManagerException(String, Throwable) - Constructor for exception es.iac.ing.codeso.gen.ResourceManager.ResourceManagerException
Constructs a new ResourceManagerException with a detail message and cause.
ResourceTool - Class in es.iac.ing.codeso.gen
Provides a command-line tool which works in conjunction with a ResourceManager to facilitate the installation of external resources for use within the CODESO framework.
ResourceTool() - Constructor for class es.iac.ing.codeso.gen.ResourceTool
 
ResourceType - Enum in es.iac.ing.codeso.gen
A convenience class providing definition of the types of resources managed by the CODESO framework.
restartServer(String, String, String...) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Synchronously shuts down, then restarts the server using the argument information contained in the supplied argument list.
run(String[]) - Static method in class es.iac.ing.codeso.server.server.ServerRunner
Runs a server whose name is specified on the command line.
runOrb() - Method in class es.iac.ing.codeso.gen.CorbaInterface
Blocks until the ORB is closed down.

S

Server - Class in es.iac.ing.codeso.server.server
Provides a means of creating a CODESO Server.
Server(CorbaName, String, iServerBody) - Constructor for class es.iac.ing.codeso.server.server.Server
Constructs a new instance associating it permanently with the supplied CorbaName, supplied server body and supplied information which will be used to initialise the server's descriptor.
Server(CorbaName, ServerDescriptor, iServerBody) - Constructor for class es.iac.ing.codeso.server.server.Server
Constructs a new instance associating it permanently with the supplied CorbaName, supplied descriptor information and supplied server body.
Server.ServerException - Exception in es.iac.ing.codeso.server.server
Describes all exceptions generated by methods in the Server interface.
Server.ServerException(String) - Constructor for exception es.iac.ing.codeso.server.server.Server.ServerException
Constructs a new instance with a detail message but null cause.
Server.ServerException(String, Throwable) - Constructor for exception es.iac.ing.codeso.server.server.Server.ServerException
Constructs a new instance with a detail message and cause.
SERVER_REGISTRATION_INTERVAL - Static variable in class es.iac.ing.codeso.server.server.ServerRunner
Timeout in milliseconds for attempting to register the server instance before displaying a warning message about the CORBA Naming Service being offline.
ServerCommandTool - Class in es.iac.ing.codeso.server.client
 
ServerCommandTool() - Constructor for class es.iac.ing.codeso.server.client.ServerCommandTool
 
ServerDescriptor - Class in es.iac.ing.codeso.server.types
Encapsulates a CODESO IDL-specified IdlServerDescriptor object.
ServerDescriptor(String) - Constructor for class es.iac.ing.codeso.server.types.ServerDescriptor
Constructs a new instance based on the supplied data.
ServerDescriptor(IdlServerDescriptor) - Constructor for class es.iac.ing.codeso.server.types.ServerDescriptor
Constructs a new instance based on the information contained in the supplied IdlServerDescriptor.
ServerProxy - Class in es.iac.ing.codeso.server.client
A proxy used for monitoring and controlling a remote CODESO Server.
ServerProxy(CorbaName) - Constructor for class es.iac.ing.codeso.server.client.ServerProxy
Constructs a new CorbaName.
SERVERPROXY_TIMEOUT_INTERVAL - Static variable in class es.iac.ing.codeso.server.client.ServerCommandTool
Timeout in milliseconds for attempting to contact the remote server before seeming that it is unavailable.
SERVERPROXY_TIMEOUT_INTERVAL - Static variable in class es.iac.ing.codeso.server.server.ServerRunner
Timeout in milliseconds for attempting to contact an existing server instance before allowing a new server instance to register itself.
ServerProxyException - Exception in es.iac.ing.codeso.server.client
An exception thrown when an operation on a server proxy fails.
ServerProxyException(String) - Constructor for exception es.iac.ing.codeso.server.client.ServerProxyException
Constructs a new class instance with a detail message but null cause.
ServerProxyException(String, Throwable) - Constructor for exception es.iac.ing.codeso.server.client.ServerProxyException
Constructs a new class instance with a detail message and cause.
ServerProxyGroup - Class in es.iac.ing.codeso.server.client
A class for managing server proxies as a group.
ServerProxyGroup() - Constructor for class es.iac.ing.codeso.server.client.ServerProxyGroup
 
ServerProxyInfo - Class in es.iac.ing.codeso.server.client
A class which captures the instantaneous state of a ServerProxy.
ServerProxyInfo.NotConnectedException - Exception in es.iac.ing.codeso.server.client
A checked exception which is thrown if an attempt is made to extract value or descriptor information from the parent class if it was constructed when its associated proxy was in the not-connected state.
ServerProxyInfo.NotConnectedException(int, String) - Constructor for exception es.iac.ing.codeso.server.client.ServerProxyInfo.NotConnectedException
Constructs a new instance based on the supplied failure information.
ServerRunner - Class in es.iac.ing.codeso.server.server
Provides a command-line tool which works in conjunction with an Server class instance to provide an environment for running user-written, CODESO-compliant server applications.
ServerState - Enum in es.iac.ing.codeso.server.types
Encapsulates the CODESO IDL-specified IdlServerState object.
serverStateChanged(ServerProxy) - Method in interface es.iac.ing.codeso.server.client.iServerProxyListener
Indicates a change of state took place on the server proxy's remote server.
ServerValue - Class in es.iac.ing.codeso.server.types
Encapsulates a CODESO IDL-specified IdlServerValue object.
ServerValue(ServerState, String, String, String[], int, String) - Constructor for class es.iac.ing.codeso.server.types.ServerValue
Constructs a new instance based on the supplied data.
ServerValue(IdlServerValue) - Constructor for class es.iac.ing.codeso.server.types.ServerValue
Constructs a new instance based on the information contained in the supplied IdlServerValue.
setActionHandler(iActionHandler) - Method in class es.iac.ing.codeso.action.server.Action
Sets the action handler, the server-side object which interacts with the technology of the underlying system to bring about the behaviour required of this action.
setActionName(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setActionName(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setActionName(String) - Method in class es.iac.ing.codeso.widget.corba.CButton
Sets the name of the remote action with whom this widget is to interoperate.
setActionName(String) - Method in class es.iac.ing.codeso.widget.corba.CCombo
Sets the name of the remote action with whom this widget is to interoperate.
setActionName(String) - Method in class es.iac.ing.codeso.widget.corba.CTerminal
 
setActionName1(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName10(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName11(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName12(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName13(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName14(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName15(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName16(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName17(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName18(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName19(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName2(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName20(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName21(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName22(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName23(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName24(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName25(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName26(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName27(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName28(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName29(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName3(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName30(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName31(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName32(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName4(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName5(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName6(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName7(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName8(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActionName9(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setActivationFailed(int, String) - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns an instance based on this instance but a) with the error information set as specified and b) with the state code set to SERVER_STATE_ACTIVATION_FAILED.
setActive(boolean) - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the state of the active attribute associated with this status item's value.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValue
 
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueLong
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueShort
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueString
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueXml
Returns an instance based on this instance but with the active flag set as specified.
setActive(boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Sets the active status property.
setActive(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the active status property.
setActive(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the active status property.
setActive(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Sets the ACTIVE status attribute.
setActive(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the ACTIVE status attribute.
setActive(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the ACTIVE status attribute.
setActive(boolean) - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusUpdateable
Sets the active status attribute.
setButtonText(String[]) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Sets the button text labels
setButtonText(String[]) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the button text labels
setButtonText(String[]) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the text to be displayed in the left button
setButtonText(String[]) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the text to be displayed in the left button
setCommandPrefix(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the Command Prefix.
setCommandString(String[]) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Sets the command strings associated with each of the control buttons
setCommandString(String[]) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the command strings associated with each of the control buttons
setCommandString(String[]) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the command string associated with clicks of the command button.
setCommandString(String[]) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the command string associated with clicks of the command button.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Sets the list of configurations associated with the widget.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Sets the configuration list, the list of entries available in the widgets' drop down list.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the list of configurations associated with the widget.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the configuration list, the list of entries available in the widgets' drop down list.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the list of configurations associated with the widget.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the list of configurations associated with the widget.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the list of configurations associated with the widget.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the list of configurations associated with the widget.
setConfigurationList(iConfigurableController.ControlWidgetConfiguration[]) - Method in interface es.iac.ing.codeso.widget.interfaces.iConfigurableController
Sets the list of configurations offered by a control widget.
setConsoleEchoState(boolean) - Static method in class es.iac.ing.codeso.gen.Message
Enables or disables console echo when handling messages of type ENG and DEBUG.
setControlWidget(iErrorAwareConfigurableController) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
setDebugEnableState(boolean) - Static method in class es.iac.ing.codeso.gen.Message
Enables or disables the handling of messages of type DEBUG.
setDebugTraceSpecifier(String) - Static method in class es.iac.ing.codeso.gen.Message
Sets the trace specifier to be used when deciding whether to log DEBUG messages.
setEchoState(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the current echo state for the widget.
setEditable(boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Sets the editabality state of the component
setEditable(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the editabality state of the component
setEditable(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the editabality state of the component
setEditable(boolean) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Sets the editabality state of the component
setErrorCode(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Sets the error code property, an integer describing the current error condition.
setErrorCode(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Sets the error code property, an integer describing the current error condition.
setErrorCode(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the error code property, an integer describing the current error condition.
setErrorCode(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the error code property, an integer describing the current error condition.
setErrorCode(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the error code property, an integer describing the current error condition.
setErrorCode(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the error code property, an integer describing the current error condition.
setErrorCode(int) - Method in interface es.iac.ing.codeso.widget.interfaces.iErrorStateUpdateable
Sets the error code, an integer specifying the current error condition.
setErrorMessage(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Sets the error message, a string describing the current error condition.
setErrorMessage(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Sets the error message, a string describing the current error condition.
setErrorMessage(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the error message a string describing the current error condition.
setErrorMessage(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the error message a string describing the current error condition.
setErrorMessage(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the error message a string describing the current error condition.
setErrorMessage(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the error message a string describing the current error condition.
setErrorMessage(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iErrorStateUpdateable
Sets the error message a string describing the current error condition.
setErrorSummary(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Sets the error summary a short string summarising the current error condition.
setErrorSummary(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Sets the error summary, a short string summarising the current error condition.
setErrorSummary(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the error summary a short string summarising the current error condition.
setErrorSummary(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the error summary a short string summarising the current error condition.
setErrorSummary(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the error summary a short string summarising the current error condition.
setErrorSummary(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the error summary a short string summarising the current error condition.
setErrorSummary(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iErrorStateUpdateable
Sets the error summary a short string summarising the current error condition.
setErrorValue() - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the the value of this status item into the error state; sets the error code to indicate the exact nature of the problem was unspecified.
setErrorValue(int) - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the the value of this status item into the error state; sets the error code to the specified value.
setErrorValue(int, String) - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the the value of this status item into the error state; sets the error code and error information fields to the specified values.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the state of the exceptional attribute associated with this status item's value.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValue
 
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueLong
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueShort
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueString
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.status.types.StatusItemValueXml
Returns an instance based on this instance but with the exceptional flag set as specified.
setExceptional(boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Sets the exceptional status property.
setExceptional(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the exceptional status property.
setExceptional(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the exceptional status property.
setExceptional(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Sets the EXCEPTIONAL status attribute.
setExceptional(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the EXCEPTIONAL status attribute.
setExceptional(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the EXCEPTIONAL status attribute.
setExceptional(boolean) - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusUpdateable
Sets the exceptional status attribute.
setIsImage(boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Sets the isImage status property.
setIsImage(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the isImage status property.
setLabelText(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Sets the text associated with the label.
setLabelText(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the text associated with the label.
setLabelText(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the text associated with the label.
setLabelText(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Sets the text associated with the label.
setLabelText(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the text associated with the label.
setLabelText(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Sets the text associated with the label.
setListener(iCarListener) - Method in class es.iac.ing.codeso.epics.Car
Sets the class to receive status update messages messages from this CAR.
setLoggingConsoleEchoState(boolean) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Provides a means of turning logging to the console ON or OFF.
setLoggingEnableState(boolean) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Provides a means of turning debug messages ON or OFF.
setLoggingState(boolean) - Method in class es.iac.ing.codeso.action.server.Action
Sets the state of logging for this action.
setLoggingState(boolean) - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the state of logging for this status item.
setLoggingTraceSpecifier(String) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Sets the logging trace specifier.
setLogWidget(iLoggable) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
setLogWidget(iLoggable) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
setLogWidget(iLoggable) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the log widget associated with the button.
setLogWidget(iLoggable) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Sets the log widget associated with the button.
setLogWidget(iLoggable) - Method in class es.iac.ing.codeso.widget.corba.CButton
Sets the log widget associated with this button.
setLogWidget(iLoggable) - Method in class es.iac.ing.codeso.widget.corba.CCombo
Sets the log widget associated with this combo box.
setManualEntryCommandPrefix(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Sets the Manual Entry Command Prefix.
setManualEntryCommandPrefix(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the Manual Entry Command Prefix.
setManualEntryCommandPrefix(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the Manual Entry Command Prefix.
setManualEntryCommandPrefix(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Sets the Manual Entry Command Prefix.
setMonitoredAction(String) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
setNumberOfButtons(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Sets the number of buttons.
setNumberOfButtons(int) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the number of buttons
setNumberOfButtons(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the number of buttons
setNumberOfButtons(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the number of buttons
setProperty(String, String) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Sets the specified server property.
setProperty(String, String) - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Sets the specified property.
setProperty(String, String) - Method in interface es.iac.ing.codeso.server.server.iServerBody
Sets the specified property.
setResourceClassFile(String) - Method in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
setResourceLocator(String[]) - Method in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
setResourceName(String) - Method in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
setServerName1(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName2(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName3(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName4(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName5(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName6(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName7(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setServerName8(String) - Method in class es.iac.ing.codeso.widget.corba.CLog
 
setSpecialCommandNameExpressionMatcher(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Sets the string which may be matched against individual command names to determine whether they are special.
setSpecialCommandNameExpressionMatcher(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets the string which may be matched against individual command names to determine whether they are special.
setSpecialCommandNameExpressionMatcher(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the string which may be matched against individual command names to determine whether they are special.
setSpecialCommandNameExpressionMatcher(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Sets the string which may be matched against individual command names to determine whether they are special.
setStandbyFailed(int, String) - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns an instance based on this instance but a) with the error information set as specified and b) with the state code set to SERVER_STATE_STANDBY_FAILED.
setStatusFormatter(iStatusFormatter) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
setStatusFormatter(iStatusFormatter) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusFormatter(iStatusFormatter) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusFormatter(iStatusFormatter) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusFormatter(iStatusFormatter) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusFormatter(iStatusFormatter) - Method in class es.iac.ing.codeso.widget.corba.CTerminal
 
setStatusIcon(Icon) - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Sets the content image.
setStatusIcon(Icon) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the content image.
setStatusIcon(Icon) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the content image.
setStatusIcon(Icon) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Sets the content image.
setStatusIcon(Icon) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the content image.
setStatusIcon(Icon) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the content image.
setStatusIcon(Icon) - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusUpdateable
Sets the content image.
setStatusItemName(String) - Method in class es.iac.ing.codeso.widget.corba.CTerminal
 
setStatusItemName1(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName1(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName1(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName1(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName2(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName2(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName2(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName2(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName3(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName3(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName3(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName3(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName4(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName4(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName4(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName4(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName5(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName5(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName5(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName5(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName6(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName6(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName6(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName6(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName7(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName7(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName7(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName7(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusItemName8(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
setStatusItemName8(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
setStatusItemName8(String) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
setStatusItemName8(String) - Method in class es.iac.ing.codeso.widget.corba.CStatus
 
setStatusText(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Sets the content text.
setStatusText(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets the content text.
setStatusText(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the content text.
setStatusText(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Sets the status text.
setStatusText(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the status text.
setStatusText(String) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the status text.
setStatusText(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iStatusUpdateable
Sets the content text.
setStatusWidget(iErrorAwareStatusUpdateable) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
setSyslogEnableState(boolean) - Static method in class es.iac.ing.codeso.gen.Message
Enables or disables the sending of all messages to syslog.
setTextFieldWidth(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Sets the Text Field Width
setTextFieldWidth(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the Text Field Width
setTextFieldWidth(int) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Sets the Text Field Width
setTextFieldWidth(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Sets the Text Field Width
setTextFieldWidth(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the Text Field Width
setTextFieldWidth(int) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Sets the Text Field Width
setValue(V) - Method in class es.iac.ing.codeso.status.server.StatusItem
Sets the value of this status item.
setValue(boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemBoolean
Sets the value of this status item, leaving its other boolean attributes unchanged.
setValue(boolean, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemBoolean
Sets the value of this status item, or the value of one of its other boolean attributes.
setValue(StatusItemValueBoolean) - Method in class es.iac.ing.codeso.status.server.StatusItemBoolean
Sets the value of this status item based directly on the supplied value object.
setValue(double) - Method in class es.iac.ing.codeso.status.server.StatusItemDouble
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(double, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemDouble
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueDouble) - Method in class es.iac.ing.codeso.status.server.StatusItemDouble
Sets the value of this status item based directly on the supplied value object.
setValue(float) - Method in class es.iac.ing.codeso.status.server.StatusItemFloat
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(float, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemFloat
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueFloat) - Method in class es.iac.ing.codeso.status.server.StatusItemFloat
Sets the value of this status item based directly on the supplied value object.
setValue(X) - Method in class es.iac.ing.codeso.status.server.StatusItemIdl
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(X, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemIdl
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueIdl) - Method in class es.iac.ing.codeso.status.server.StatusItemIdl
Sets the value of this status item based directly on the supplied value object.
setValue(int) - Method in class es.iac.ing.codeso.status.server.StatusItemLong
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(int, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemLong
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueLong) - Method in class es.iac.ing.codeso.status.server.StatusItemLong
Sets the value of this status item based directly on the supplied value object.
setValue(long) - Method in class es.iac.ing.codeso.status.server.StatusItemLongLong
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(long, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemLongLong
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueLongLong) - Method in class es.iac.ing.codeso.status.server.StatusItemLongLong
Sets the value of this status item based directly on the supplied value object.
setValue(short) - Method in class es.iac.ing.codeso.status.server.StatusItemShort
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(short, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemShort
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(String) - Method in class es.iac.ing.codeso.status.server.StatusItemString
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(String, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemString
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueString) - Method in class es.iac.ing.codeso.status.server.StatusItemString
Sets the value of this status item based directly on the supplied value object.
setValue(int) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedLong
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(int, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedLong
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueUnsignedLong) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedLong
Sets the value of this status item based directly on the supplied value object.
setValue(long) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedLongLong
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(long, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedLongLong
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueUnsignedLongLong) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedLongLong
Sets the value of this status item based directly on the supplied value object.
setValue(short) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedShort
Sets the value of this status item, leaving its boolean attributes unchanged.
setValue(short, Boolean, Boolean) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedShort
Sets the value of this status item, or the value of one of its boolean attributes.
setValue(StatusItemValueUnsignedShort) - Method in class es.iac.ing.codeso.status.server.StatusItemUnsignedShort
Sets the value of this status item based directly on the supplied value object.
setVerticalOrientation(boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Sets the orientation axis for the huttons.
setVerticalOrientation(boolean) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets the orientation axis for the huttons.
setVerticalOrientation(boolean) - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Sets the orientation axis for the huttons.
setVerticalOrientation(boolean) - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Sets the orientation axis for the huttons.
shortValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueShort
Returns the short value of this value object.
shortValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Returns the short value of this value object.
shutdown() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Disables the services provided by this action proxy and (where appropriate) attempts to unsubscribe from the remote action it may be connected to.
shutdown() - Method in class es.iac.ing.codeso.action.server.Action
Disables the services provided by this action and attempts to remove its publicised availability from within the CORBA Naming Service.
shutdown() - Method in class es.iac.ing.codeso.gui.DefaultGuiControlPanel
Shuts down this control panel. This implementation does nothing.
shutdown() - Method in class es.iac.ing.codeso.gui.GuiTopFrame
Shuts down all the control panels that have been added to this top frame.
shutdown() - Method in interface es.iac.ing.codeso.gui.iGuiControlPanel
Shuts down this control panel.
shutdown() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Disables the services provided by this server proxy and (where appropriate) attempts to unsubscribe from the remote server it may be connected to.
shutdown() - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Shuts down the server.
shutdown() - Method in interface es.iac.ing.codeso.server.server.iServerBody
Shuts down the server.
shutdown(String, String) - Method in class es.iac.ing.codeso.server.server.Server
Disables the services provided by this server and attempts to remove its publicised availability from within the CORBA Naming Service.
shutdown() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Disables the services provided by this status item proxy and (where appropriate) attempts to unsubscribe from the remote status item it may be connected to.
shutdown() - Method in class es.iac.ing.codeso.status.server.StatusItem
Disables the services provided by this status item and attempts to remove its advertised availability from within the CORBA Naming Service.
shutdownAll() - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup
Shuts down every action proxy within this group.
shutdownAll() - Method in class es.iac.ing.codeso.action.server.ActionGroup
Shuts down every action within this group.
shutdownAll() - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup
Shuts down every server proxy within this group.
shutdownAll() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Shuts down every status item proxy within this group.
shutdownAll() - Method in class es.iac.ing.codeso.status.server.StatusItemGroup
Shuts down every status item within this group.
shutdownServer(String, String) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Synchronously shuts down the server, putting it on standby.
shutdownServices(boolean) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Shuts down this interface
simpleInstance(CorbaName, String, String, String, int, ConfigurationManager) - Static method in class es.iac.ing.codeso.action.server.Action
Returns a new instance of a simple Action.
start() - Method in class es.iac.ing.codeso.gen.Stopwatch
Starts (or restarts) the stopwatch, initiating a new timing interval.
startRegisteredServant(Servant, String) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Starts a new (named) servant and registers the returned CORBA Object with the CORBA Naming Service.
startServant(Servant) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Starts a new (unnamed) servant, returning it's CORBA Object Reference.
StatusItem<D extends StatusItemDescriptor,V extends StatusItemValue> - Class in es.iac.ing.codeso.status.server
The root of a hierarchy of server-side classes that publish status information of distinct types across a distributed computing infrastructure.
StatusItem(CorbaName, StatusItemPublicationPolicy, D) - Constructor for class es.iac.ing.codeso.status.server.StatusItem
Constructs a new CorbaName and supplied descriptor information.
StatusItemBoolean - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_BOOLEAN.
StatusItemBoolean(CorbaName, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemBoolean
Constructs a new instance.
StatusItemBoolean(CorbaName, String, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemBoolean
Constructs a new instance, associating symbolic names with the values true and false.
StatusItemBoolean(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorBoolean) - Constructor for class es.iac.ing.codeso.status.server.StatusItemBoolean
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemDescriptor - Class in es.iac.ing.codeso.status.types
The root of a hierarchy of immutable objects that holds the descriptor information associated with a StatusItem subtype.
StatusItemDescriptor(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptor
Constructs a new instance based on the information contained in the supplied IdlStatusItemDescriptor.
StatusItemDescriptorBoolean - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.BOOLEAN.
StatusItemDescriptorBoolean(String, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorBoolean
Constructs a new instance based on the supplied data.
StatusItemDescriptorBoolean(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorBoolean
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorDouble - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.DOUBLE.
StatusItemDescriptorDouble(String, String, String, String, double, double, int, double) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Constructs a new instance based on the supplied data.
StatusItemDescriptorDouble(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorFloat - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.FLOAT.
StatusItemDescriptorFloat(String, String, String, String, float, float, int, float) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Constructs a new instance based on the supplied data.
StatusItemDescriptorFloat(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorIdl - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.IDL.
StatusItemDescriptorIdl(String, String, String, String, Any) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorIdl
Constructs a new instance based on the supplied data.
StatusItemDescriptorIdl(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorIdl
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.LONG.
StatusItemDescriptorLong(String, String, String, String, int, int) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorLong
Constructs a new instance based on the supplied data.
StatusItemDescriptorLong(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorLong
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorLongLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.LONG_LONG.
StatusItemDescriptorLongLong(String, String, String, String, long, long) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorLongLong
Constructs a new instance based on the supplied data.
StatusItemDescriptorLongLong(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorLongLong
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorShort - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.SHORT.
StatusItemDescriptorShort(String, String, String, String, short, short) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorShort
Constructs a new instance based on the supplied data.
StatusItemDescriptorShort(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorShort
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorString - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.STRING.
StatusItemDescriptorString(String, String, String, String, int, int) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorString
Constructs a new instance based on the supplied data.
StatusItemDescriptorString(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorString
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorUnsignedLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.UNSIGNED_LONG.
StatusItemDescriptorUnsignedLong(String, String, String, String, int, int) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLong
Constructs a new instance based on the supplied data.
StatusItemDescriptorUnsignedLong(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLong
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorUnsignedLongLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.UNSIGNED_LONG_LONG.
StatusItemDescriptorUnsignedLongLong(String, String, String, String, long, long) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLongLong
Constructs a new instance based on the supplied data.
StatusItemDescriptorUnsignedLongLong(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLongLong
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorUnsignedShort - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.UNSIGNED_SHORT.
StatusItemDescriptorUnsignedShort(String, String, String, String, short, short) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedShort
Constructs a new instance based on the supplied data.
StatusItemDescriptorUnsignedShort(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedShort
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDescriptorXml - Class in es.iac.ing.codeso.status.types
A specialised StatusItemDescriptor for holding descriptor information associated with status items of type StatusType.XML.
StatusItemDescriptorXml(String, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorXml
Constructs a new instance based on the supplied data.
StatusItemDescriptorXml(IdlStatusItemDescriptor) - Constructor for class es.iac.ing.codeso.status.types.StatusItemDescriptorXml
Constructs a new instance based on the information contained in the supplied descriptor object.
StatusItemDouble - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_DOUBLE.
StatusItemDouble(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemDouble
Constructs a new instance whose minimum and maximum values are unconstrained.
StatusItemDouble(CorbaName, String, String, String, String, double, double, int, double) - Constructor for class es.iac.ing.codeso.status.server.StatusItemDouble
Constructs a new instance, whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemDouble(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorDouble) - Constructor for class es.iac.ing.codeso.status.server.StatusItemDouble
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemFloat - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_FLOAT.
StatusItemFloat(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemFloat
Constructs a new instance whose minimum and maximum values are unconstrained.
StatusItemFloat(CorbaName, String, String, String, String, float, float, int, float) - Constructor for class es.iac.ing.codeso.status.server.StatusItemFloat
Constructs a new instance, whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemFloat(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorFloat) - Constructor for class es.iac.ing.codeso.status.server.StatusItemFloat
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemGroup - Class in es.iac.ing.codeso.status.server
A class for managing status items as a group.
StatusItemGroup() - Constructor for class es.iac.ing.codeso.status.server.StatusItemGroup
 
StatusItemIdl<X extends org.omg.CORBA.portable.IDLEntity> - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_COMPLEX_DEFINED_BY_IDL.
StatusItemIdl(Class<X>, Class, CorbaName, String, String, String, String, Any) - Constructor for class es.iac.ing.codeso.status.server.StatusItemIdl
Constructs a new instance.
StatusItemIdl(Class<X>, Class, CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorIdl) - Constructor for class es.iac.ing.codeso.status.server.StatusItemIdl
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemInfo<D extends StatusItemDescriptor,V extends StatusItemValue> - Class in es.iac.ing.codeso.status.types
The root of a hierarchy of immutable objects that holds the descriptor information associated with a StatusItem subtype.
StatusItemInfo(D, V, long) - Constructor for class es.iac.ing.codeso.status.types.StatusItemInfo
Constructs a new instance based on the current state of a status item.
StatusItemLong - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_LONG.
StatusItemLong(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemLong
Constructs a new instance whose minimum and maximum values are unconstrained.
StatusItemLong(CorbaName, String, String, String, String, int, int) - Constructor for class es.iac.ing.codeso.status.server.StatusItemLong
Constructs a new instance, whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemLong(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorLong) - Constructor for class es.iac.ing.codeso.status.server.StatusItemLong
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemLongLong - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_LONG_LONG.
StatusItemLongLong(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemLongLong
Constructs a new instance whose minimum and maximum values are unconstrained.
StatusItemLongLong(CorbaName, String, String, String, String, long, long) - Constructor for class es.iac.ing.codeso.status.server.StatusItemLongLong
Constructs a new instance, whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemLongLong(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorLongLong) - Constructor for class es.iac.ing.codeso.status.server.StatusItemLongLong
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemProxy<D extends StatusItemDescriptor,V extends StatusItemValue> - Class in es.iac.ing.codeso.status.client
The root of a hierarchy of client-side classes that receive status information of distinct type from a remote server-side StatusItem which communicates the information across a distributed computing infrastructure.
StatusItemProxy(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxy
Constructs a new CorbaName and supplied descriptor information.
StatusItemProxyBoolean - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_BOOLEAN.
StatusItemProxyBoolean(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyBoolean
Constructs an instance with the default connection policy.
StatusItemProxyBoolean(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyBoolean
Constructs an instance with the specified connection policy.
StatusItemProxyConnectionPolicy - Class in es.iac.ing.codeso.status.client
Specifies the connection policies available for a StatusItemProxy.
StatusItemProxyConnectionPolicy() - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
 
StatusItemProxyDouble - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_DOUBLE.
StatusItemProxyDouble(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyDouble
Constructs an instance with the default connection policy.
StatusItemProxyDouble(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyDouble
Constructs an instance with the specified connection policy.
StatusItemProxyFloat - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_FLOAT.
StatusItemProxyFloat(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyFloat
Constructs an instance with the default connection policy.
StatusItemProxyFloat(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyFloat
Constructs an instance with the specified connection policy.
StatusItemProxyGeneric - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of any CODESO type.
StatusItemProxyGeneric(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyGeneric
Constructs an instance with the default connection policy.
StatusItemProxyGeneric(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyGeneric
Constructs an instance with the specified connection policy.
StatusItemProxyGeneric.NotConnectedException - Exception in es.iac.ing.codeso.status.client
A checked exception which is thrown if an attempt is made to extract value or descriptor information from the parent class when it was in the not-connected state.
StatusItemProxyGeneric.NotConnectedException(int, String) - Constructor for exception es.iac.ing.codeso.status.client.StatusItemProxyGeneric.NotConnectedException
Constructs a new instance based on the supplied failure information.
StatusItemProxyGroup - Class in es.iac.ing.codeso.status.client
A class for managing status item proxies as a group.
StatusItemProxyGroup() - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyGroup
 
StatusItemProxyIdl<X extends org.omg.CORBA.portable.IDLEntity> - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_IDL.
StatusItemProxyIdl(Class<X>, Class, CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyIdl
Constructs an instance with the default connection policy.
StatusItemProxyIdl(Class<X>, Class, CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyIdl
Constructs an instance with the specified connection policy.
StatusItemProxyInfo<D extends StatusItemDescriptor,V extends StatusItemValue> - Class in es.iac.ing.codeso.status.client
The root of a hierarchy of immutable objects that holds the descriptor information associated with a StatusItem subtype.
StatusItemProxyInfo(StatusItemInfo<D, V>, boolean) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Constructs a new instance based on the information contained in the supplied StatusItemInfo object.
StatusItemProxyInfo(int, String) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Constructs a new instance based on the supplied prxy connection failur einformation.
StatusItemProxyInfo.NotConnectedException - Exception in es.iac.ing.codeso.status.client
A checked exception which is thrown if an attempt is made to extract value or descriptor information from the parent class if it was constructed when its associated proxy was in the not-connected state.
StatusItemProxyInfo.NotConnectedException(int, String) - Constructor for exception es.iac.ing.codeso.status.client.StatusItemProxyInfo.NotConnectedException
Constructs a new instance based on the supplied failure information.
StatusItemProxyLong - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_LONG.
StatusItemProxyLong(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyLong
Constructs an instance with the default connection policy.
StatusItemProxyLong(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyLong
Constructs an instance with the specified connection policy.
StatusItemProxyLongLong - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_LONG_LONG.
StatusItemProxyLongLong(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyLongLong
Constructs an instance with the default connection policy.
StatusItemProxyLongLong(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyLongLong
Constructs an instance with the specified connection policy.
StatusItemProxyShort - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_SHORT.
StatusItemProxyShort(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyShort
Constructs an instance with the default connection policy.
StatusItemProxyShort(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyShort
Constructs an instance with the specified connection policy.
StatusItemProxyString - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_STRING.
StatusItemProxyString(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyString
Constructs an instance with the default connection policy.
StatusItemProxyString(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyString
Constructs an instance with the specified connection policy.
StatusItemProxyUnsignedLong - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_UNSIGNED_LONG.
StatusItemProxyUnsignedLong(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyUnsignedLong
Constructs an instance with the default connection policy.
StatusItemProxyUnsignedLong(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyUnsignedLong
Constructs an instance with the specified connection policy.
StatusItemProxyUnsignedLongLong - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_UNSIGNED_LONG_LONG.
StatusItemProxyUnsignedLongLong(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyUnsignedLongLong
Constructs an instance with the default connection policy.
StatusItemProxyUnsignedLongLong(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyUnsignedLongLong
Constructs an instance with the specified connection policy.
StatusItemProxyUnsignedShort - Class in es.iac.ing.codeso.status.client
A proxy designed to connect to a remote status item of CODESO IDL-specified type: STATUS_TYPE_UNSIGNED_SHORT.
StatusItemProxyUnsignedShort(CorbaName) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyUnsignedShort
Constructs an instance with the default connection policy.
StatusItemProxyUnsignedShort(CorbaName, StatusItemProxyConnectionPolicy) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxyUnsignedShort
Constructs an instance with the specified connection policy.
StatusItemPublicationPolicy - Class in es.iac.ing.codeso.status.server
Specifies the publication policies available for a StatusItem.
StatusItemPublicationPolicy() - Constructor for class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
 
StatusItemShort - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_SHORT.
StatusItemShort(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemShort
Constructs a new instance whose minimum and maximum values are unconstrained.
StatusItemShort(CorbaName, String, String, String, String, short, short) - Constructor for class es.iac.ing.codeso.status.server.StatusItemShort
Constructs a new instance, whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemShort(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorShort) - Constructor for class es.iac.ing.codeso.status.server.StatusItemShort
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemString - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_STRING.
StatusItemString(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemString
Constructs a new instance whose minimum and maximum string length is unconstrained.
StatusItemString(CorbaName, String, String, String, String, int, int) - Constructor for class es.iac.ing.codeso.status.server.StatusItemString
Constructs a new instance whose minimum and maximum values string length is constrained by the information in the descriptor.
StatusItemString(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorString) - Constructor for class es.iac.ing.codeso.status.server.StatusItemString
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemUnsignedLong - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_UNSIGNED_LONG.
StatusItemUnsignedLong(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedLong
Constructs a new instance whose minimum and maximum values are unconstrained (subject to being positive integers).
StatusItemUnsignedLong(CorbaName, String, String, String, String, int, int) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedLong
Constructs a new instance whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemUnsignedLong(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorUnsignedLong) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedLong
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemUnsignedLongLong - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_UNSIGNED_LONG_LONG.
StatusItemUnsignedLongLong(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedLongLong
Constructs a new instance whose minimum and maximum values are unconstrained (subject to being positive integers).
StatusItemUnsignedLongLong(CorbaName, String, String, String, String, long, long) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedLongLong
Constructs a new instance whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemUnsignedLongLong(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorUnsignedLongLong) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedLongLong
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemUnsignedShort - Class in es.iac.ing.codeso.status.server
A status item supporting the CODESO IDL-specified type: STATUS_TYPE_UNSIGNED_SHORT.
StatusItemUnsignedShort(CorbaName, String, String, String, String) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedShort
Constructs a new instance whose minimum and maximum values are unconstrained (subject to being positive integers).
StatusItemUnsignedShort(CorbaName, String, String, String, String, short, short) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedShort
Constructs a new instance whose minimum and maximum values are constrained by the information in the descriptor.
StatusItemUnsignedShort(CorbaName, StatusItemPublicationPolicy, StatusItemDescriptorUnsignedShort) - Constructor for class es.iac.ing.codeso.status.server.StatusItemUnsignedShort
Constructs a new instance based directly on the information contained in the supplied descriptor and publication policy objects.
StatusItemValue - Class in es.iac.ing.codeso.status.types
The root of a hierarchy of immutable objects that holds the instantaneous value of a StatusItem subtype.
StatusItemValue(IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValue
Constructs a new instance based on the information contained in the supplied IdlStatusItemValue.
StatusItemValueBoolean - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.BOOLEAN.
StatusItemValueBoolean(StatusItemDescriptorBoolean, boolean, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueBoolean(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Constructs a new instance whose current state is in error.
StatusItemValueBoolean(StatusItemDescriptorBoolean, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueDouble - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.DOUBLE.
StatusItemValueDouble(StatusItemDescriptorDouble, double, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueDouble
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueDouble(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueDouble
Constructs a new instance whose current state is in error.
StatusItemValueDouble(StatusItemDescriptorDouble, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueDouble
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueFloat - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.FLOAT.
StatusItemValueFloat(StatusItemDescriptorFloat, float, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueFloat
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueFloat(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueFloat
Constructs a new instance whose current state is in error.
StatusItemValueFloat(StatusItemDescriptorFloat, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueFloat
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueIdl - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.IDL.
StatusItemValueIdl(StatusItemDescriptorIdl, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueIdl
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueIdl(StatusItemDescriptorIdl, Any, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueIdl
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueIdl(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueIdl
Constructs a new instance whose current state is in error.
StatusItemValueLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.LONG.
StatusItemValueLong(StatusItemDescriptorLong, int, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueLong
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueLong(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueLong
Constructs a new instance whose current state is in error.
StatusItemValueLong(StatusItemDescriptorLong, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueLong
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueLongLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.LONG_LONG.
StatusItemValueLongLong(StatusItemDescriptorLongLong, long, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueLongLong(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Constructs a new instance whose current state is in error.
StatusItemValueLongLong(StatusItemDescriptorLongLong, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueShort - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.SHORT.
StatusItemValueShort(StatusItemDescriptorShort, short, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueShort
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueShort(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueShort
Constructs a new instance whose current state is in error.
StatusItemValueShort(StatusItemDescriptorShort, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueShort
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueString - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.STRING.
StatusItemValueString(StatusItemDescriptorString, String, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueString
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueString(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueString
Constructs a new instance whose current state is in error.
StatusItemValueString(StatusItemDescriptorString, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueString
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueUnsignedLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.UNSIGNED_LONG.
StatusItemValueUnsignedLong(StatusItemDescriptorUnsignedLong, int, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueUnsignedLong(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Constructs a new instance whose current state is in error.
StatusItemValueUnsignedLong(StatusItemDescriptorUnsignedLong, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueUnsignedLongLong - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.UNSIGNED_LONG_LONG.
StatusItemValueUnsignedLongLong(StatusItemDescriptorUnsignedLongLong, long, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueUnsignedLongLong(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Constructs a new instance whose current state is in error.
StatusItemValueUnsignedLongLong(StatusItemDescriptorUnsignedLongLong, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Constructs a new instance based on the information contained in the supplied value object.
StatusItemValueUnsignedShort - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.UNSIGNED_SHORT.
StatusItemValueUnsignedShort(StatusItemDescriptorUnsignedShort, short, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueUnsignedShort(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Constructs a new instance whose current state is in error.
StatusItemValueUnsignedShort(StatusItemDescriptorUnsignedShort, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Constructs a new instance based on the information contained in the supplied value object.
statusItemValueUpdated(StatusItemProxy) - Method in interface es.iac.ing.codeso.status.client.iStatusItemProxyListener
Indicates a value update took place on the local data model associated with the status item proxy.
StatusItemValueXml - Class in es.iac.ing.codeso.status.types
A specialised StatusItemValue for holding descriptor information associated with status items of type StatusType.XML.
StatusItemValueXml(StatusItemDescriptorXml, String, boolean, boolean) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueXml
Constructs a new instance whose current state is normal (ie in the non-error state).
StatusItemValueXml(int, String) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueXml
Constructs a new instance whose current state is in error.
StatusItemValueXml(StatusItemDescriptorXml, IdlStatusItemValue) - Constructor for class es.iac.ing.codeso.status.types.StatusItemValueXml
Constructs a new instance based on the information contained in the supplied value object.
StatusRepository - Class in es.iac.ing.codeso.status.client
The StatusRepository class provides a local repository for holding the information associated with an arbitrary number of remote StatusItem's spread across across the distributed computing infrastructure.
StatusRepository() - Constructor for class es.iac.ing.codeso.status.client.StatusRepository
Creates a new Status Repository
StatusType - Enum in es.iac.ing.codeso.status.types
Defines the types of status items available in the CODESO status package.
StatusWidgetAdapter - Class in es.iac.ing.codeso.widget.adapter
Adapts information received from multiple status item proxies for use with any status widget implementing the iErrorAwareStatusUpdateable interface.
StatusWidgetAdapter() - Constructor for class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
Creates a new StatusWidgetAdapter
stop() - Method in class es.iac.ing.codeso.gen.Stopwatch
Stops the stopwatch, ending the current timing interval.
stopServant(Object) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Stops the servant associated with the specified CORBA Object Reference.
stopServant(Servant) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Stops the specified servant.
Stopwatch - Class in es.iac.ing.codeso.gen
Modelled on the stopwatch facility of the typical digital watch this class provides a simple facility for general purpose timing.
Stopwatch() - Constructor for class es.iac.ing.codeso.gen.Stopwatch
Constructs a new stopwatch
Stopwatch.TimeUnit - Enum in es.iac.ing.codeso.gen
An enumeration which modifies the time units when invoking methods on this class.
stringValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the string value
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValue
Returns a string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueLong
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueShort
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueString
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Returns the string representation of this value object.
stringValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueXml
Returns the string representation of this value object.
suite() - Static method in class es.iac.ing.codeso.CodesoTestSuite
 
synchronousInvoke(String) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Synchronously invokes the action using the argument information contained in the supplied string specifier.
synchronousInvoke(ActionArgumentList) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Synchronously invokes the action using the argument information contained in the supplied argument list.

T

terminateServer(String, String) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Terminates the server process.
toString() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns a string representation of this action proxy.
toString() - Method in exception es.iac.ing.codeso.action.client.ActionProxyException
 
toString() - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.action.server.Action
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.action.types.ActionArgumentList
Returns an iterator over the names of the parameters whose values are specified by this argument list.
toString() - Method in class es.iac.ing.codeso.action.types.ActionValue
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Returns a string representation of this status monitor.
toString() - Method in class es.iac.ing.codeso.epics.WrappedPv
Overrides toString method to so that WrappedPv's can be used directly in string operations.
toString() - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Returns the name associated with this class instance.
toString() - Method in class es.iac.ing.codeso.gen.CorbaInterface
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.gen.CorbaName
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns a string representation of this server proxy.
toString() - Method in exception es.iac.ing.codeso.server.client.ServerProxyException
 
toString() - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns a string representation of this class instance.
toString() - Method in exception es.iac.ing.codeso.server.server.Server.ServerException
 
toString() - Method in class es.iac.ing.codeso.server.server.Server
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns a string representation of this status item proxy.
toString() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.status.server.StatusItem
Returns a string representation of this status item.
toString() - Method in class es.iac.ing.codeso.widget.interfaces.iConfigurableController.ControlWidgetConfiguration
Returns a string representation of a ControlWidgetConfiguration, containing the configuration name.

U

updateLogWidgetWithNewActionProxyConnectionState(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Updates the log widget with the new connection state.
updateLogWidgetWithNewActionState(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Updates the log widget with the new action proxy's state.
updateLogWidgetWithNewServerProxyConnectionState(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Updates the log widget with the new connection state.
updateLogWidgetWithNewServerState(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Updates the log widget with the new server proxy's state.

V

validateArguments(Action, ActionArgumentList) - Method in class es.iac.ing.codeso.action.server.DefaultActionHandler
Checks the action invocation arguments over and above the checks which are performed automatically by the CODESO framework. This implementation simply returns immediately indicating that the specified argument list was acceptable.
validateArguments(Action, ActionArgumentList) - Method in interface es.iac.ing.codeso.action.server.iActionHandler
Checks the action invocation arguments over and above the checks which are performed automatically by the CODESO framework.
validateSystem(Action) - Method in class es.iac.ing.codeso.action.server.DefaultActionHandler
Checks that the underlying system being controlled is able to perform the work, that's to say, that it isn't in an error state. This implementation simply returns immediately indicating that the system is ready to execute a new command.
validateSystem(Action) - Method in interface es.iac.ing.codeso.action.server.iActionHandler
Checks that the underlying system being controlled is able to perform the work, that's to say, that it isn't in an error state.
valueOf(String) - Static method in enum es.iac.ing.codeso.action.types.ActionParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.action.types.ActionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.gen.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.gen.Stopwatch.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.server.types.ServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.status.types.StatusType
Returns the enum constant of this type with the specified name.
valueOf(IdlStatusItemType) - Static method in enum es.iac.ing.codeso.status.types.StatusType
Returns the equivalent StatusType type associated with this IdlStatusItemType.
values() - Static method in enum es.iac.ing.codeso.action.types.ActionParameterType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum es.iac.ing.codeso.action.types.ActionState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum es.iac.ing.codeso.gen.ResourceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum es.iac.ing.codeso.gen.Stopwatch.TimeUnit
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum es.iac.ing.codeso.server.types.ServerState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum es.iac.ing.codeso.status.types.StatusType
Returns an array containing the constants of this enum type, in the order they're declared.

W

waitForSystemResources(Action) - Method in class es.iac.ing.codeso.action.server.DefaultActionHandler
This method should blocks until the action handler has acquired the necessary system resources to commence active execution of the invocation request. This implementation simply returns immediately indicating that the system is ready start executing the action immediately.
waitForSystemResources(Action) - Method in interface es.iac.ing.codeso.action.server.iActionHandler
This method should blocks until the action handler has acquired the necessary system resources to commence active execution of the invocation request.
WARN(String) - Static method in class es.iac.ing.codeso.gen.Message
Originates a message to the user of type WARN.
WIDGET_ENABLED_MESSAGE - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Defines the message that will be displayed when the widget is enabled.
WrappedPv - Class in es.iac.ing.codeso.epics
Wraps up the external EPICS JCA library to shield the user from the full complexity (and flexibility !)
WrappedPv(String) - Constructor for class es.iac.ing.codeso.epics.WrappedPv
Constructs a new EPICS Process Variable
WrappedPvException - Exception in es.iac.ing.codeso.epics
 
WrappedPvException(String) - Constructor for exception es.iac.ing.codeso.epics.WrappedPvException
Constructs a new WrappedPvException

A B C D E F G H I J L M N O P R S T U V W