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

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.
abort() - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Asynchronously requests the premature termination of any action invocation which may be 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.
action - Variable in class es.iac.ing.codeso.action.server.Action.PublisherListener
Holds a reference a action whose state will be manipulated
action - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.ActionExecutionTask
 
action - Variable in class es.iac.ing.codeso.action.server.IdlActionImpl
 
Action.PublisherListener - Class in es.iac.ing.codeso.action.server
Listens to the publisher to determine a) the moment when the action becomes advertised or b) when the action's value changes.
Action.PublisherListener(Action) - Constructor for class es.iac.ing.codeso.action.server.Action.PublisherListener
Constructs a new instance associated with the specified action.
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 - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.ActionExecutionTask
 
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 - Variable in class es.iac.ing.codeso.action.client.ActionProxyInfo
Holds the action proxy's descriptor information as extracted from the internally encapsulated PublisherProxyInfo object.
actionDescriptor - Variable in class es.iac.ing.codeso.action.server.Action
Holds the (fixed) descriptor information associated with this action.
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.
ActionExecutor - Class in es.iac.ing.codeso.action.server
Provides a service for driving the action handler associated with every CODESO action.
ActionExecutor() - Constructor for class es.iac.ing.codeso.action.server.ActionExecutor
 
ActionExecutor.ActionExecutionTask - Class in es.iac.ing.codeso.action.server
A runnable task that drives a single action handler reflecting its evolving state on its associated action.
ActionExecutor.ActionExecutionTask(Action, ActionArgumentList, iActionHandler) - Constructor for class es.iac.ing.codeso.action.server.ActionExecutor.ActionExecutionTask
Constructs a new instance.
ActionExecutor.NamedThreadFactory - Class in es.iac.ing.codeso.action.server
A thread factory providing control of the name of the group in which the threads are created, control over the name of the thread, and contro lover whether the thread runs as a daemon.
ActionExecutor.NamedThreadFactory(String, String, boolean) - Constructor for class es.iac.ing.codeso.action.server.ActionExecutor.NamedThreadFactory
Constructs a new instance of the thread factory.
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
 
actionHandler - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.ActionExecutionTask
 
actionHandler - Variable in class es.iac.ing.codeso.action.server.IdlActionImpl
 
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.
actionListeners - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
actionListeners - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
actionListeners - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
actionName - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
actionName - Variable in class es.iac.ing.codeso.widget.corba.CButton
Holds the actionName property.
actionName - Variable in class es.iac.ing.codeso.widget.corba.CCombo
Holds the actionName property.
actionName - Variable in class es.iac.ing.codeso.widget.corba.CTerminal
 
actionName1 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName10 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName11 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName12 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName13 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName14 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName15 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName16 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName17 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName18 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName19 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName2 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName20 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName21 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName22 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName23 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName24 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName25 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName26 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName27 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName28 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName29 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName3 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName30 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName31 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName32 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName4 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName5 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName6 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName7 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName8 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
actionName9 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
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.
ActionParameterType(IdlParameterType, boolean, TCKind) - Constructor for enum es.iac.ing.codeso.action.types.ActionParameterType
Creates a new ActionParameter
actionPerformed(ActionEvent) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
Handles incoming command requests sent from the command widget.
actionPerformed(ActionEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo_jcomControl_actionAdapter
 
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.action.client.ActionProxy.PublisherProxyListener
Holds a reference to the outer action proxy
actionProxy - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
ActionProxy.PublisherProxyListener - Class in es.iac.ing.codeso.action.client
Listens to the publisher proxy to determine a) the moment when the action proxy becomes connected/disconnected or b) when the action proxy's value changes.
ActionProxy.PublisherProxyListener(ActionProxy) - Constructor for class es.iac.ing.codeso.action.client.ActionProxy.PublisherProxyListener
Constructs a new instance associated with the specified action
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
 
ActionProxyGroup.ActionProxyListener - Class in es.iac.ing.codeso.action.client
Provides a listener designed to monitor the state of all actions within the ActionProxyGroup and to notify any state changes to its parent group.
ActionProxyGroup.ActionProxyListener() - Constructor for class es.iac.ing.codeso.action.client.ActionProxyGroup.ActionProxyListener
 
ActionProxyInfo - Class in es.iac.ing.codeso.action.client
A class which captures the instantaneous state of a ActionProxy.
ActionProxyInfo(PublisherProxyInfo) - Constructor for class es.iac.ing.codeso.action.client.ActionProxyInfo
Constructs a new instance.
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.
actionProxyList - Variable in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Holds references to all ActionProxies, thus preventing them from being garbage collected.
actionProxyListener - Variable in class es.iac.ing.codeso.action.client.ActionProxyGroup
Holds a reference to an object which will listen for state changes to all action proxies within the group.
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.
ActionState(IdlActionStateCode) - Constructor for enum es.iac.ing.codeso.action.types.ActionState
Creates a new ActionState associating it permanently with the equivalent CODESO IDL-specified action state.
actionStateChanged(ActionProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup.ActionProxyListener
 
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.
actionStateChanged(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter.ActionProxyListener
 
actionStateChanged(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ActionProxyListener
 
actionValue - Variable in class es.iac.ing.codeso.action.client.ActionProxyInfo
Holds the action proxy's value information as extracted from the internally encapsulated PublisherProxyInfo object.
actionValue - Variable in class es.iac.ing.codeso.action.server.Action
Holds the (dynamically changing) value information associated with this 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.publisher.client.PublisherProxy
Starts a thread that will activate the publisher and will repeatedly attempt to advertise its availability within the CORBA Naming Service.
activate() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Starts a thread that will activate the publisher and will repeatedly attempt to advertise its availability within the CORBA Naming Service.
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, String, String[]) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Activates the server.
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.publisher.client.PublisherProxyGroup
Activates every publisher proxy within this group.
activateAll() - Method in class es.iac.ing.codeso.publisher.server.PublisherGroup
Activates every publisher 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.
active - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Holds the status widget's active property.
activeCount - Variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Holds a count of the number of instances that are currently active.
activeCount - Variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Holds a count of the number of instances that are currently active.
adaptee - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton_jButton_mouseAdapter
 
adaptee - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo_jcomControl_actionAdapter
 
adaptee - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo_jcomControl_actionAdapter_jcomControl_itemAdapter
 
adaptee - Variable in class es.iac.ing.codeso.widget.basic.CBasicError.CBasicError_butRevealError_mouseAdapter
 
adaptee - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog_butClearLog_mouseAdapter
 
adaptee - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal_jtxtAreaTextControl_keyAdapter
 
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(PublisherProxy) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyGroup
Adds the specified publisher proxy to this group.
add(Publisher) - Method in class es.iac.ing.codeso.publisher.server.PublisherGroup
Adds an existing publisher to this 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, Color) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Adds a new entry to the log.
addEntry(String) - Method in interface es.iac.ing.codeso.widget.interfaces.iLoggable
Adds a new entry to the log.
addError(int, String, String) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Adds information about a single error with no known remedy.
addError(int, String, String, String) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Adds information about a single error with the specified remedy.
addErrorCatalog(ErrorCatalog) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Adds the error information from an existing error catalog.
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(iPublisherProxyListener) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Adds a new listener.
addListener(iPublisherListener) - Method in class es.iac.ing.codeso.publisher.server.Publisher
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.
addToQueue(long, Any) - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Adds the details associated with a new notification to the request queue.
anyExtractMethod - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyIdl
Holds reference to a method in the constructor-specified helper class which may be used for extracting the parameterized value from a CORBA Any.
anyExtractMethod - Variable in class es.iac.ing.codeso.status.server.StatusItemIdl
Holds reference to a method in the constructor-specified helper class which may be used for extracting the parameterized value from a CORBA Any.
anyInsertMethod - Variable in class es.iac.ing.codeso.status.server.StatusItemIdl
Holds reference to a method in the constructor-specified helper class which may be used for inserting the parameterized value into a CORBA Any.
anyValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Returns the value of this object as a CORBA Any.
argumentIdl - Variable in class es.iac.ing.codeso.action.types.ActionArgument
Reference to an IDL-generated data structure holding the argument information.
argumentMap - Variable in class es.iac.ing.codeso.action.types.ActionArgumentList
A map of parameter names and their associated arguments
argumentType - Variable in enum es.iac.ing.codeso.action.types.ActionParameterType
 
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.
asynchronousInvoke(IdlArgument[], IdlActionSubscriber) - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Asynchronously invokes an action, returning immediately.
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

BACKGROUND_COLOR - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
beanClass - Variable in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
bindNameWithinContext(NamingContext, String, Object) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Attempts to bind the specified object within the specified context using the specified name.
bindNewContextWithinContext(NamingContext, NameComponent) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Attempts to create a new naming context and bind it under the specified context using the supplied name.
booleanValue() - Method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Returns the boolean value of this value object.
borderClearLog - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
buildArgumentMap(String) - Static method in class es.iac.ing.codeso.action.types.ActionArgumentList
Parses a comma-separated string of parameter names and their assigned values to return a LinkedHashMap whose key ordering corresponds to the position within the original argument string.
BUSY_ENTRY_COLOR - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
butClearLog - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
butClearLog_mouseClicked(MouseEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Handles clicks on the Clear Log button
butRevealError_mouseClicked(MouseEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Handles mouse clicks on the reveal error button.
button_mouseClicked(MouseEvent, int) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Responds to mouse clicks on the individual buttons
buttonArray - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
buttonIndex - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton_jButton_mouseAdapter
 
buttonText - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 

C

cachedActionProxyInfo - Variable in class es.iac.ing.codeso.action.client.ActionProxy
Holds a cached copy of the action state information which was last constructed from the data read from the publisher proxy.
cachedServerProxyInfo - Variable in class es.iac.ing.codeso.server.client.ServerProxy
Holds a cached copy of the server state information which was last constructed from the data read from the publisher proxy.
cacheEnabled - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds the dynamic on/off state of cache enablement
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.
CAD_ACCEPT - Static variable in class es.iac.ing.codeso.epics.Cad
 
CAD_CLEAR - Static variable in class es.iac.ing.codeso.epics.Cad
 
CAD_MARK - Static variable in class es.iac.ing.codeso.epics.Cad
 
CAD_PRESET - Static variable in class es.iac.ing.codeso.epics.Cad
 
CAD_START - Static variable in class es.iac.ing.codeso.epics.Cad
 
CAD_STOP - Static variable in class es.iac.ing.codeso.epics.Cad
 
CadException - Exception in es.iac.ing.codeso.epics
 
CadException(String) - Constructor for exception es.iac.ing.codeso.epics.CadException
Constructs a new CadException.
cadPvName - Variable in class es.iac.ing.codeso.epics.Cad
 
call() - Method in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
Provides the notification implementation.
cancel() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Sends a request to abort the current action invocation.
cancel() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Cancels this task, if it is still running.
cancel() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Cancels the tasks initiated by this controller.
cancel() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Cancels this task, if it is still running.
cancel() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Cancels this task, if it is still running.
cancel() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Cancels the subscriber task.
cancel() - Method in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Cancels this task, if it is still running.
cancel() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Cancels this task, if it is still running.
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.
CAR_BUSY - Static variable in class es.iac.ing.codeso.epics.Car
 
CAR_ERROR - Static variable in class es.iac.ing.codeso.epics.Car
 
CAR_IDLE - Static variable in class es.iac.ing.codeso.epics.Car
 
CAR_OERR_ERROR_NONE - Static variable in class es.iac.ing.codeso.epics.Car
 
CAR_PAUSED - Static variable in class es.iac.ing.codeso.epics.Car
 
CAR_UNAVAILABLE - Static variable in class es.iac.ing.codeso.epics.Car
 
carBusy() - Method in interface es.iac.ing.codeso.epics.iCarListener
Facilitates the monitoring of CAR action started events.
carConnectionEstablished() - Method in interface es.iac.ing.codeso.epics.iCarListener
Facilitates the monitoring of CAR connection established events.
carConnectionLost() - Method in interface es.iac.ing.codeso.epics.iCarListener
Facilitates the monitoring of CAR connection lost events.
cardLayout - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
 
cardLayout - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
 
cardLayout - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
 
cardLayoutControlGui - Variable in class es.iac.ing.codeso.gui.GuiTopFrame
 
carError() - Method in interface es.iac.ing.codeso.epics.iCarListener
Facilitates the monitoring of CAR action failed events.
CarException - Exception in es.iac.ing.codeso.epics
 
CarException(String) - Constructor for exception es.iac.ing.codeso.epics.CarException
Constructs a new CarException
carIdle() - Method in interface es.iac.ing.codeso.epics.iCarListener
Facilitates the monitoring of CAR action completion events.
carListener - Variable in class es.iac.ing.codeso.epics.Car
 
carPvName - Variable in class es.iac.ing.codeso.epics.Car
 
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
CBasicButton_jButton_mouseAdapter - Class in es.iac.ing.codeso.widget.basic
 
CBasicButton_jButton_mouseAdapter(CBasicButton, int) - Constructor for class es.iac.ing.codeso.widget.basic.CBasicButton_jButton_mouseAdapter
 
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
CBasicCombo.ComboWidgetCellRenderer - Class in es.iac.ing.codeso.widget.basic
 
CBasicCombo.ComboWidgetCellRenderer() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicCombo.ComboWidgetCellRenderer
 
CBasicCombo_jcomControl_actionAdapter - Class in es.iac.ing.codeso.widget.basic
 
CBasicCombo_jcomControl_actionAdapter(CBasicCombo) - Constructor for class es.iac.ing.codeso.widget.basic.CBasicCombo_jcomControl_actionAdapter
 
CBasicCombo_jcomControl_actionAdapter_jcomControl_itemAdapter - Class in es.iac.ing.codeso.widget.basic
 
CBasicCombo_jcomControl_actionAdapter_jcomControl_itemAdapter(CBasicCombo) - Constructor for class es.iac.ing.codeso.widget.basic.CBasicCombo_jcomControl_actionAdapter_jcomControl_itemAdapter
 
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
CBasicError.CBasicError_butRevealError_mouseAdapter - Class in es.iac.ing.codeso.widget.basic
Adapter for mouse actions on reveal Button
CBasicError.CBasicError_butRevealError_mouseAdapter(CBasicError) - Constructor for class es.iac.ing.codeso.widget.basic.CBasicError.CBasicError_butRevealError_mouseAdapter
 
CBasicError.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current error information
CBasicError.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicError.UpdateWidgetTask
 
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
CBasicErrorPopup.BasicOptionPaneIconExtractor - Class in es.iac.ing.codeso.widget.basic
Extracts the various icons for the message types associated with the Swing JOptionPane component.
CBasicErrorPopup.BasicOptionPaneIconExtractor() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicErrorPopup.BasicOptionPaneIconExtractor
 
CBasicErrorPopup.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current error information
CBasicErrorPopup.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicErrorPopup.UpdateWidgetTask
 
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
CBasicLog.LogWidgetCellRenderer - Class in es.iac.ing.codeso.widget.basic
 
CBasicLog.LogWidgetCellRenderer() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicLog.LogWidgetCellRenderer
 
CBasicLog_butClearLog_mouseAdapter - Class in es.iac.ing.codeso.widget.basic
 
CBasicLog_butClearLog_mouseAdapter(CBasicLog) - Constructor for class es.iac.ing.codeso.widget.basic.CBasicLog_butClearLog_mouseAdapter
 
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
CBasicStatus.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current status attributes
CBasicStatus.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CBasicStatus.UpdateWidgetTask
 
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.
CErrorAwareButton.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current status attributes
CErrorAwareButton.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareButton.UpdateWidgetTask
 
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.
CErrorAwareCombo.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current status attributes
CErrorAwareCombo.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareCombo.UpdateWidgetTask
 
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
CErrorAwareStatus.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current status attributes
CErrorAwareStatus.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareStatus.UpdateWidgetTask
 
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
CErrorAwareTerminal.UpdateWidgetTask - Class in es.iac.ing.codeso.widget.basic
Updates the widget with the current attributes
CErrorAwareTerminal.UpdateWidgetTask() - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal.UpdateWidgetTask
 
CErrorAwareTerminal_jtxtAreaTextControl_keyAdapter - Class in es.iac.ing.codeso.widget.basic
 
CErrorAwareTerminal_jtxtAreaTextControl_keyAdapter(CErrorAwareTerminal) - Constructor for class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal_jtxtAreaTextControl_keyAdapter
 
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
 
channelConnected - Variable in class es.iac.ing.codeso.epics.WrappedPv
Holds channel connection state.
checkActionAccepted() - Method in class es.iac.ing.codeso.epics.Cad
Check whether previous actionRequest operation was accepted or not
checkServerDependencies(ArrayList<iGuiControlPanel>, int, int) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Checks whether all the servers declared as dependencies of the GUIs are online.
checkSubscriberLink() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Checks the subscribers link.
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
 
clear() - Method in class es.iac.ing.codeso.epics.Cad
Invokes CAD CLEAR directive.
clearSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Clears the flag that indicates a Swing event dispatch thread update is pending.
clearSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Clears the flag that indicates a Swing event dispatch thread update is pending.
clearSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Clears the flag that indicates a Swing event dispatch thread update is pending.
clearSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Clears the flag that indicates a Swing event dispatch thread update is pending.
clearSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Clears the flag that indicates a Swing event dispatch thread update is pending.
clearSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Clears the flag that indicates a Swing event dispatch thread update is pending.
ClientSideStatisticsLogger - Class in es.iac.ing.codeso.publisher.client
Provides a means of recording and monitoring statistical information associated with a class of client-side objects who must attempt to connect to one or more remote servers.
ClientSideStatisticsLogger(String) - Constructor for class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Constructs a new instance designed to monitor a class of client-side CORBA objects of specified name.
ClientSideStatisticsLogger.MyThreadFactory - Class in es.iac.ing.codeso.publisher.client
A thread factory for this statistics logger.
ClientSideStatisticsLogger.MyThreadFactory() - Constructor for class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger.MyThreadFactory
 
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 - Static variable in class es.iac.ing.codeso.widget.basic.CBasicError
Defines the background colour of the status display.
COLOR_BACKGROUND - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Defines the background colour of the status display.
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
COLOR_ERROR_CODE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the foreground colour when the status display is in the error state.
COLOR_ERROR_SUMMARY - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the background colour of the status display.
COLOR_FOREGROUND - Static variable in class es.iac.ing.codeso.widget.basic.CBasicError
Defines the foreground colour when the status display is in the error state.
COLOR_FOREGROUND_ACTIVE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Defines the foreground colour if the status is in an "active" state
COLOR_FOREGROUND_EXCEPTIONAL - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Defines the foreground colour if the status is in an "exceptional" state
COLOR_FOREGROUND_NORMAL - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Defines the normal foreground colour of the status display text.
comboBoxCellRenderer - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
comboLog - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
commandPrefix - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
commandString - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
commandString - Variable in class es.iac.ing.codeso.widget.interfaces.iConfigurableController.ControlWidgetConfiguration
The command string associated with this configuration.
computeStringRepresentation(String, int) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Computes the string representation of a CorbaInterface given the details of the CORBA Naming Service on which it is expected to operate.
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
 
configurationList - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
configurationManager - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
 
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.
configurationMap - Variable in class es.iac.ing.codeso.action.types.ActionConfigurationList
A map of parameter names and their associated arguments
configurationMap - Variable in class es.iac.ing.codeso.gen.ConfigurationManager
 
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.
configure(Action, iActionHandler) - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Configures this class instance to work with the specified action and action handler.
configure(Server, iServerBody) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Configures this class instance to work with the specified server and server body.
configureSyslog(String, int, String) - Static method in class es.iac.ing.codeso.gen.Message
Configures the Syslog host, identifier and listening port.
configureSyslog(String, int, String) - Static method in class es.iac.ing.codeso.gen.WrappedSyslog
Configures the Syslog host, identifier and listening port.
connectedCount - Variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Holds a count of the number of instances that are currently registered with the CORBA Naming Service.
CONNECTION_MONITOR_INITIAL_DELAY - Static variable in class es.iac.ing.codeso.epics.WrappedPv
Delay (in seconds) between invocation of monitor() method and first attempts to establish a monitor on the associated Pv.
CONNECTION_MONITOR_RETRY_INTERVAL - Static variable in class es.iac.ing.codeso.epics.WrappedPv
Retry interval (in seconds) between successive attempts to establish a monitor on the associated Pv.
connectionAttemptFailed(PublisherProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxy.PublisherProxyListener
Indicates the failure of an attempt by the publisher proxy to connect to the remote publisher.
connectionAttemptFailed(ActionProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup.ActionProxyListener
 
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(PublisherProxy) - Method in interface es.iac.ing.codeso.publisher.client.iPublisherProxyListener
Indicates the failure of an attempt by the publisher proxy to connect to the remote publisher.
connectionAttemptFailed(PublisherProxyInfo) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy.PublisherProxyDataModelListener
Indicates that the data model has been updated following an unsuccesful attempt to establish a new connection to the remote publisher associated with the data model.
connectionAttemptFailed(PublisherProxyInfo) - Method in interface es.iac.ing.codeso.publisher.client.PublisherProxyDataModel.iPublisherProxyDataModelListener
Indicates that the data model has been updated following an unsuccessful attempt to establish a new connection to the remote publisher associated with the data model.
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(PublisherProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxy.PublisherProxyListener
Indicates the failure of an attempt by the publisher proxy to connect to the remote publisher.
connectionAttemptFailed(ServerProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup.ServerProxyListener
 
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.
connectionAttemptFailed(PublisherProxy) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy.PublisherProxyListener
Indicates the failure of an attempt by the publisher proxy to connect to the remote publisher.
connectionAttemptFailed(StatusItemProxy) - Method in class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
connectionAttemptFailed(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter.ActionProxyListener
 
connectionAttemptFailed(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ActionProxyListener
 
connectionAttemptFailed(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ServerProxyListener
 
connectionAttemptFailed(StatusItemProxy) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter.StatusItemProxyListener
 
connectionChanged(ConnectionEvent) - Method in class es.iac.ing.codeso.epics.WrappedPv.WrappedPvConnectionListener
 
connectionEstablished(PublisherProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxy.PublisherProxyListener
Indicates the establishment of a connection to the publisher proxy's remote publisher.
connectionEstablished(ActionProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup.ActionProxyListener
 
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(PublisherProxy) - Method in interface es.iac.ing.codeso.publisher.client.iPublisherProxyListener
Indicates the establishment of a connection to the publisher proxy's remote publisher.
connectionEstablished(PublisherProxyInfo) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy.PublisherProxyDataModelListener
Indicates the establishment of a new connection to the remote publisher associated with the data model.
connectionEstablished(PublisherProxyInfo) - Method in interface es.iac.ing.codeso.publisher.client.PublisherProxyDataModel.iPublisherProxyDataModelListener
Indicates the establishment of a new connection to the remote publisher associated with the data model.
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(PublisherProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxy.PublisherProxyListener
Indicates the establishment of a connection to the publisher proxy's remote publisher.
connectionEstablished(ServerProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup.ServerProxyListener
 
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.
connectionEstablished(PublisherProxy) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy.PublisherProxyListener
Indicates the establishment of a connection to the publisher proxy's remote publisher.
connectionEstablished(StatusItemProxy) - Method in class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
connectionEstablished(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter.ActionProxyListener
 
connectionEstablished(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ActionProxyListener
 
connectionEstablished(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ServerProxyListener
 
connectionEstablished(StatusItemProxy) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter.StatusItemProxyListener
 
connectionLost(PublisherProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxy.PublisherProxyListener
Indicates the loss of connectivity to the publisher proxy's remote publisher.
connectionLost(ActionProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup.ActionProxyListener
 
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(PublisherProxy) - Method in interface es.iac.ing.codeso.publisher.client.iPublisherProxyListener
Indicates the loss of connectivity to the publisher proxy's remote publisher.
connectionLost(PublisherProxyInfo) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy.PublisherProxyDataModelListener
Indicates the loss of connectivity to the remote publisher associated with the data model.
connectionLost(PublisherProxyInfo) - Method in interface es.iac.ing.codeso.publisher.client.PublisherProxyDataModel.iPublisherProxyDataModelListener
Indicates the loss of connectivity to the remote publisher associated with the data model.
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(PublisherProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxy.PublisherProxyListener
Indicates the loss of connectivity to the publisher proxy's remote publisher.
connectionLost(ServerProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup.ServerProxyListener
 
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.
connectionLost(PublisherProxy) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy.PublisherProxyListener
Indicates the loss of connectivity to the publisher proxy's remote publisher.
connectionLost(StatusItemProxy) - Method in class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
connectionLost(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter.ActionProxyListener
 
connectionLost(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ActionProxyListener
 
connectionLost(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ServerProxyListener
 
connectionLost(StatusItemProxy) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter.StatusItemProxyListener
 
ConnectionPolicy - Class in es.iac.ing.codeso.publisher.client
Specifies the connection policy to be used for a PublisherProxy.
ConnectionPolicy() - Constructor for class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Constructs a new instance whose fields will be initially set to the default values.
ConnectionPolicy(ConnectionPolicy) - Constructor for class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Constructs a new instance whose fields will be initially set to the values specified in the base policy.
connectionPolicy - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds the publication policy associated with this publisher.
connectionPolicy - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Holds a reference to the equivalent publisher connection policy.
ConnectionPolicy.ConnectionType - Enum in es.iac.ing.codeso.publisher.client
Specifies the possible types of connection to the remote publisher.
ConnectionPolicy.ConnectionType() - Constructor for enum es.iac.ing.codeso.publisher.client.ConnectionPolicy.ConnectionType
 
connectionType - Variable in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Specifies the type of connection to be made to the remote publisher.
consoleEchoEnabled - Static variable in class es.iac.ing.codeso.gen.Message
Holds the dynamic on/off state of console echo
contains(int) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Returns a boolean indicating whether the specified error code is currently present in the error catalog.
containsAny(ErrorCatalog) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Returns a boolean indicating whether any of the error codes in the specified error catalog are currently present in this error catalog.
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.
contentPane - Variable in class es.iac.ing.codeso.gui.GuiTopFrame
 
controlWidget - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
controlWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
 
controlWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
 
controlWidget - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
 
controlWidget - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
 
controlWidget - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
controlWidget - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
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
controlWidgetAdapter - Variable in class es.iac.ing.codeso.widget.corba.CButton
Holds a reference to the adapter that this widget will work with.
controlWidgetAdapter - Variable in class es.iac.ing.codeso.widget.corba.CCombo
Holds a reference to the adapter that this widget will work with.
controlWidgetAdapter - Variable in class es.iac.ing.codeso.widget.corba.CTerminal
 
ControlWidgetAdapter.ActionProxyListener - Class in es.iac.ing.codeso.widget.adapter
 
ControlWidgetAdapter.ActionProxyListener() - Constructor for class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter.ActionProxyListener
 
convertToNameComponentArray(String) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Attempts to convert the supplied compound name specifier into an array of NameComponents.
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(String, int) - Constructor for class es.iac.ing.codeso.gen.CorbaInterface
Constructs a new instance of the CorbaInterface and associates it permanently with the specified CORBA Naming Service.
corbaInterface - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Holds a cached reference to the CorbaInterface to be used for polling the remote item..
corbaInterface - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Holds a cached reference to the CorbaInterface to be used for polling the remote item.
corbaInterface - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Holds a cached reference to the CorbaInterface to be used when registering.
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.
corbaInterfaceCache - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds a cache of initialised CorbaInterfaces.
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.
corbaName - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Holds the details of the name and naming service on which the Pollable is expected to be published.
corbaName - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds the CorbaName associated with this publisher.
corbaName - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Holds the details of the name and naming service on which the Subscribable is expected to be published.
corbaName - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Holds the details of the name and naming service on which the IdlSubscribable is expected to be published.
corbaName - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Holds the details of the name and location to be used when registering the publisherImpl within the CORBA Naming Service.
corbaName - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds the CorbaName associated with this publisher.
createActionMonitor(int, String) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
createAndShowGui(iGuiControlPanel[]) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Creates the top frame of the GUI and populates its internal tab control with the supplied GUIs.
createAny() - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Creates an any using the configured singleton ORB instance
createCadProcessVariables(String) - Method in class es.iac.ing.codeso.epics.Cad
Creates process variables associated with PV
createDescriptor(String, String, String, String, String) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorBoolean
Returns a new IdlStatusItemDescriptor suitable for a status item whose underlying type is StatusType.BOOLEAN.
createDescriptor(String, String, String, String, double, double, int, double) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Returns a new IdlStatusItemDescriptor suitable for a status item whose underlying type is StatusType.DOUBLE.
createDescriptor(String, String, String, String, float, float, int, float) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Returns a new IdlStatusItemDescriptor suitable for a status item whose underlying type is StatusType.FLOAT.
createDescriptor(String, String, String, String, Any) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorIdl
Returns a new IDlStatusItemDescriptor suitable for a status item whose underlying type is StatusType.IDL.
createDescriptor(String, String, String, String, int, int) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLong
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_LONG.
createDescriptor(String, String, String, String, long, long) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLongLong
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_LONG_LONG.
createDescriptor(String, String, String, String, short, short) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorShort
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_SHORT.
createDescriptor(String, String, String, String, int, int) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorString
Returns a new IdlStatusItemDescriptor suitable for a status item whose underlying type is StatusType.STRING.
createDescriptor(String, String, String, String, int, int) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLong
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_UNSIGNED_LONG.
createDescriptor(String, String, String, String, long, long) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLongLong
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_UNSIGNED_LONG_LONG.
createDescriptor(String, String, String, String, short, short) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedShort
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_UNSIGNED_SHORT.
createDescriptor(String, String, String, String, String) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorXml
Returns a new StatusItemDescriptor suitable for a status item whose underlying type is STATUS_TYPE_COMPLEX_DEFINED_BY_XML.
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.
createLease(SubscriberId) - Method in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Creates a new lease for the specified subscriber.
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.
createNormalValue(boolean, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.BOOLEAN and whose state is normal.
createNormalValue(double, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.DOUBLE and whose state is normal.
createNormalValue(float, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.FLOAT and whose state is normal.
createNormalValue(Any, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.IDL and whose state is normal.
createNormalValue(int, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueLong
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.LONG and whose state is normal.
createNormalValue(long, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.LONG_LONG and whose state is normal.
createNormalValue(short, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueShort
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.SHORT and whose state is normal.
createNormalValue(String, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueString
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.STRING and whose state is normal.
createNormalValue(int, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.UNSIGNED_LONG and whose state is normal.
createNormalValue(long, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.UNSIGNED_LONG_LONG and whose state is normal.
createNormalValue(short, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.UNSIGNED_SHORT and whose state is normal.
createNormalValue(String, boolean, boolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueXml
Returns a new IdlStatusItemValue suitable for a status item whose underlying type is StatusType.XML and whose state is normal.
createServerMonitor(int, String) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
createSubscriber(SubscriberId, IdlSubscriber, iFailedNotificationHandler) - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Adds a new subscriber to the list of subscribers to be notified.
createSubscriber(IdlSubscriber) - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Registers a new Subscriber returning a unique handle by which the subscriber can be subsequently referenced.
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
 
currentState - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds the current state of this object.
currentState - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds the current state of this object.

D

dataSource - Variable in class es.iac.ing.codeso.gen.ConfigurationManager
 
DB_FORNAME - Static variable in class es.iac.ing.codeso.gen.DbAccess
 
DB_PASSWORD - Static variable in class es.iac.ing.codeso.gen.DbAccess
 
DB_SOURCE_URL - Static variable in class es.iac.ing.codeso.gen.DbAccess
 
DB_USER - Static variable in class es.iac.ing.codeso.gen.DbAccess
 
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.
dbConn - Variable in class es.iac.ing.codeso.gen.DbAccess
 
deactivateRegisteredObject() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Attempts to deactivate the object which was previously registered with the CORBA Naming Service.
DeadSubscriberPrunerTask - Class in es.iac.ing.codeso.publisher.server
Provides a means of pruning dead subscribers from the objects managing the subscriber leases and subscriber references.
DeadSubscriberPrunerTask(SubscriberLeaseManager, SubscriberReferenceManager, SubscriberNotificationManager, int) - Constructor for class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Constructs a new DeadSubscriberPrunerTask which will periodically remove subscribers whose leases have expired.
deadSubscriberPrunerTask - Variable in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Reference to the object which will periodically prune subscribers whose leases have expired.
deadSubscriberPruningInterval - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the interval in milliseconds between successive subscriber prune operations.
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.
debugEnabled - Static variable in class es.iac.ing.codeso.gen.Message
Holds the dynamic on/off state of debug enablement
debugTraceSpecifier - Static variable in class es.iac.ing.codeso.gen.Message
Holds the dynamic target to be used when determining whether diagnostics will be logged for the current thread/class/method.
DEFAULT_ACTIVE_ATTRIBUTE_STATE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
 
DEFAULT_CACHE_ENABLE_STATE - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Defines the default state of CorbaInterface cacheing (if not overridden by the system property CODESO_GEN_CORBA_CACHE_ENABLE).
DEFAULT_CONNECTION_TYPE - Static variable in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Specifies the default value for the connectionType.
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_CORBA_NAMING_SERVICE_HOST - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Defines the default host on which the CORBA Naming Service is expected to be running. eg "lpss39.ing.iac.es".
DEFAULT_CORBA_NAMING_SERVICE_PORT - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Defines the default port on which the CORBA Naming Service is expected to be listening. eg "35777".
DEFAULT_DEAD_SUBSCRIBER_PRUNING_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value in milliseconds for deadSubscriberPruningInterval.
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_EDITABILITY_STATE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
Constant defining the default editability state of the widget
DEFAULT_ENTRY_COLOR - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
DEFAULT_ERROR_CODE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the default error code.
DEFAULT_ERROR_MESSAGE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicError
 
DEFAULT_ERROR_MESSAGE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the default error message.
DEFAULT_ERROR_SUMMARY - Static variable in class es.iac.ing.codeso.widget.basic.CBasicError
 
DEFAULT_ERROR_SUMMARY - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the default error summary.
DEFAULT_EXCEPTIONAL_ATTRIBUTE_STATE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
 
DEFAULT_JACORB_ENABLE_STATE - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Defines the default state of JACORB enablement (if not overridden by the system property CODESO_GEN_CORBA_JACORB_ENABLE).
DEFAULT_LABEL_TEXT - Static variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Constant defining the default label for the widget
DEFAULT_LABEL_TEXT - Static variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Constant defining the default label for the widget
DEFAULT_LABEL_TEXT - Static variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Constant defining the default label for the widget
DEFAULT_LABEL_TEXT - Static variable in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Constant defining the default label for the widget
DEFAULT_LABEL_TEXT - Static variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Constant defining the default label for the widget
DEFAULT_LABEL_TEXT - Static variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Constant defining the default label for the widget
DEFAULT_LINK_VERIFICATION_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Specifies the default value in milliseconds for the linkVerificationInterval.
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_MAXIMUM_SUBSCRIBERS - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value for maximumSubscribers.
DEFAULT_NAME_REGISTRATION_TASK_INITIAL_DELAY - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value in milliseconds for the nameRegistrationDelay.
DEFAULT_NAME_REGISTRATION_TASK_RETRY_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value in milliseconds for the nameRegistrationRetryInterval.
DEFAULT_NOTIFICATION_TIMEOUT_PERIOD - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value in milliseconds for the notificationTimeoutPeriod.
DEFAULT_POLLING_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Specifies the default value in milliseconds for the pollingInterval.
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_POLLING_TASK_INITIAL_DELAY - Static variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Positive integer specifying the default value for the delay in milliseconds between starting a polling-type class instance and its first poll operation.
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_RESOURCE_PERSISTENCE_PATH - Static variable in class es.iac.ing.codeso.gen.ResourceManager
Defines the default directory to be used for storing the resource files associated with any installed resources (or leave as empty string to use user's home directory).
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_SPECIAL_COMMAND_EXPRESSION_MATCHER - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
DEFAULT_STATUS_TEXT - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
 
DEFAULT_SUBSCRIBER_BUFFER_SIZE - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value for the subscriberBufferSize.
DEFAULT_SUBSCRIBER_LEASE_RENEWAL_PERIOD - Static variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the default value in milliseconds for subscriberLeaseRenewalInterval.
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).
DEFAULT_SYSLOG_HOSTNAME - Static variable in class es.iac.ing.codeso.gen.WrappedSyslog
Defines the default syslog host (or leave as empty string to use localhost).
DEFAULT_SYSLOG_PORT - Static variable in class es.iac.ing.codeso.gen.WrappedSyslog
Defines the default syslog port.
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
 
defaultComboBoxModelLog - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
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.
deleteAllListeners() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Removes all listeners to this class.
deleteAllListeners() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Removes all listeners to this class.
deleteAllResources() - Method in class es.iac.ing.codeso.gen.ResourceManager
Deletes all resources from the managed resource collection.
deleteLease(SubscriberId) - Method in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Deletes the lease for the specified subscriber.
deleteListener(iActionProxyListener) - Method in class es.iac.ing.codeso.action.client.ActionProxy
Removes an existing listener.
deleteListener(iPublisherProxyListener) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Removes an existing listener.
deleteListener(iPublisherListener) - Method in class es.iac.ing.codeso.publisher.server.Publisher
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.
deleteSubscriber(SubscriberId) - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Deletes the specified subscriber from the list of subscribers which will be notified.
deleteSubscriber(SubscriberId) - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Deletes the Subscriber associated with the specified subscriber id.
description - Variable in enum es.iac.ing.codeso.gen.ResourceType
Holds the description associated with a resource type.
description - Variable in enum es.iac.ing.codeso.server.client.ServerCommandTool.ServerCommand
 
descriptor - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Holds the descriptor information.
disableCommandWidget(String, int, String) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
Disables the command widget.
displayServerStatus(Map<ServerProxy, ServerProxyInfo>) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Displays a report showing the state of all the servers which have been identified as dependencies of this GuiLauncher.
dormantCount - Variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Holds a count of the number of instances that are in existence but which have been neither activated nor shutdown.
dormantCount - Variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Holds a count of the number of instances that are in existence but which have been neither activated nor shutdown.
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.
DROP_DOWN_BOX_ROW_COUNT - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
Constant defining the maximum number of rows in the drop down selection box.

E

echoState - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
EDIT_VALUE_TEXT - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
Constant defining the list item text to be selected to invoke manual entry mode.
editable - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
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.
ENG_TRACE_CALLER_DETAILS - Static variable in class es.iac.ing.codeso.gen.Message
 
EPICS_SYNCHRONOUS_GET_TIMEOUT - Static variable in class es.iac.ing.codeso.epics.WrappedPv
 
EPICS_SYNCHRONOUS_MONITOR_TIMEOUT - Static variable in class es.iac.ing.codeso.epics.WrappedPv
 
EPICS_SYNCHRONOUS_PUT_TIMEOUT - Static variable in class es.iac.ing.codeso.epics.WrappedPv
Channel Access timeouts (in seconds) used when getting, putting or setting up monitors on EPICS process variables.
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.
equals(Object) - Method in class es.iac.ing.codeso.publisher.server.SubscriberId
Compares this SubscriberId with the specified object returning true if they are equal.
ERROR(String) - Static method in class es.iac.ing.codeso.gen.Message
Originates a message to the user of type ERROR.
ERROR_MESSAGE_COLUMNS - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the number of columns before the error message will wrap to the following line.
ERROR_MESSAGE_ROWS - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Defines the number of rows before the scroll pane will start to vertically scroll
ErrorCatalog - Class in es.iac.ing.codeso.gen
Provides a repository for storing error codes and their associated information.
ErrorCatalog() - Constructor for class es.iac.ing.codeso.gen.ErrorCatalog
 
ErrorCatalog.ErrorInformation - Class in es.iac.ing.codeso.gen
An immutable class holding all the information associated with an error
ErrorCatalog.ErrorInformation(int, String, String, String) - Constructor for class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
errorCode - Variable in exception es.iac.ing.codeso.action.client.ActionProxyInfo.NotConnectedException
 
errorCode - Variable in exception es.iac.ing.codeso.action.server.iActionHandler.ActionExecutionException
 
errorCode - Variable in class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
errorCode - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
A code which may be set to non-zero to indicate that the proxy was not connected at the moment when this instance was constructed.
errorCode - Variable in enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
 
errorCode - Variable in enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
 
errorCode - Variable in enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
 
errorCode - Variable in exception es.iac.ing.codeso.server.client.ServerProxyInfo.NotConnectedException
 
errorCode - Variable in exception es.iac.ing.codeso.server.server.iServerBody.ServerException
 
errorCode - Variable in exception es.iac.ing.codeso.status.client.StatusItemProxyGeneric.NotConnectedException
 
errorCode - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
 
errorCode - Variable in exception es.iac.ing.codeso.status.client.StatusItemProxyInfo.NotConnectedException
 
errorCode - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
Holds the error code which is displayed when the widget is in the error state.
errorCode - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Holds the error code.
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
 
errorMap - Variable in class es.iac.ing.codeso.gen.ErrorCatalog
Holds the error information associated with all error codes known to the class.
errorMessage - Variable in class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
errorMessage - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
Holds a descriptive message for placing inside the pop-up error information dialog box.
errorMessage - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Holds the error message.
errorRemedy - Variable in class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
ErrorResourceExtractor - Class in es.iac.ing.codeso.gen
A utility class which extracts data from a known error resource and returns it as a ErrorCatalog
ErrorResourceExtractor() - Constructor for class es.iac.ing.codeso.gen.ErrorResourceExtractor
 
errorSummary - Variable in class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
errorSummary - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
The title of the pop-up error information dialog box.
errorSummary - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Holds the error summary
errorWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
 
errorWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
 
errorWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
 
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.publisher - package es.iac.ing.codeso.publisher
Packages providing the ability to publish disparate types of information across a distributed computing infrastructure.
es.iac.ing.codeso.publisher.client - package es.iac.ing.codeso.publisher.client
Client-side classes providing the ability to receive information from a remote publisher.
es.iac.ing.codeso.publisher.server - package es.iac.ing.codeso.publisher.server
Server-side classes providing the ability to publish disparate types of information across a distributed computing infrastructure.
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.
eventCounter - Variable in class es.iac.ing.codeso.status.client.StatusItemProxy
A counter which increments every time an "interesting" event occurs.
exampleJlist - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo.ComboWidgetCellRenderer
 
exceptional - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Holds the status widget's exceptional property.
exceptionalStateRegex - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
 
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.
executionInterval - Variable in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Interval in millisecond between successive executions of the prune operation.
executionTimer - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Reference to a timer which will be used to schedule periodic execution of the poll operation.
executionTimer - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Reference to a timer which will be used to schedule periodic execution of the renew lease operation.
executionTimer - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Reference to a timer which will be used to schedule periodic execution of the link checking operation.
executionTimer - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Reference to a timer which will be used to schedule periodic execution of the subscribe operation.
executionTimer - Variable in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Reference to a timer which will be used to schedule periodic execution of the prune operation.
executionTimer - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Reference to a timer which will be used to schedule periodic execution of the registration operation.
executor - Static variable in class es.iac.ing.codeso.action.server.ActionExecutor
Reference to an executor service shared by all action execution tasks.
executor - Variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Reference to a single-threaded executor service which will periodically send the statistical information to the system log.
executor - Static variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor
Reference to an executor service shared by all publishers which will execute tasks to notify subscribers of new value changes.
executor - Variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Reference to a single-threaded executor service which will periodically send the statistical information to the system log.
executor - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Reference to a single-threaded execution service which will sequentially remove runnable tasks from the subscriber's notification queue and execute them.
extract(String) - Static method in class es.iac.ing.codeso.gen.ErrorResourceExtractor
Returns an error catalog based on the data contained within a single error resource.
extractCodesoErrorCatalog() - Static method in class es.iac.ing.codeso.gen.ErrorResourceExtractor
Returns the CODESO Error Catalog, obtained by dynamically parsing the information in the IDL defined CODESO Error interface.
extractIconForMessageType(int) - Static method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup.BasicOptionPaneIconExtractor
 
extraErrorInformation - Variable in exception es.iac.ing.codeso.action.client.ActionProxyInfo.NotConnectedException
 
extraErrorInformation - Variable in exception es.iac.ing.codeso.action.server.iActionHandler.ActionExecutionException
 
extraErrorInformation - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
A String providing additional details about the cause of some connection failure (if there was one).
extraErrorInformation - Variable in enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
 
extraErrorInformation - Variable in enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
 
extraErrorInformation - Variable in enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
 
extraErrorInformation - Variable in exception es.iac.ing.codeso.server.client.ServerProxyInfo.NotConnectedException
 
extraErrorInformation - Variable in exception es.iac.ing.codeso.server.server.iServerBody.ServerException
 
extraErrorInformation - Variable in exception es.iac.ing.codeso.status.client.StatusItemProxyGeneric.NotConnectedException
 
extraErrorInformation - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
 
extraErrorInformation - Variable in exception es.iac.ing.codeso.status.client.StatusItemProxyInfo.NotConnectedException
 

F

failedNotificationHandler - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Reference to an object which will be informed if an attempted notification fails.
FAILURE_ENTRY_COLOR - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
fileExists(String) - Static method in class es.iac.ing.codeso.gen.ResourceManager
Returns a boolean indicating whether the specified file is readable.
fireButtonClicked(int) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Fires the ActionEvent associated with clicks of the Button
fireItemSelected(String) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Fires a new item selection event to registered listeners
fireTextEntered(String) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Fires the ActionEvent associated with text being entered
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.
get() - Method in class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Returns the IdlPublishableItem associated with this IdlPollableImpl.
get() - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
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.
getActionHandler() - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Returns the action handler which has been configured for this class instance, or null if the configure method has not yet been invoked.
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
 
getActivatedPoa() - Method in class es.iac.ing.codeso.gen.CorbaInterface
Returns a reference to a new instance of an activated POA.
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.
getActiveSubscribers() - Method in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Returns an array of id's for all subscribers whose lease has not yet expired.
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.publisher.client.ConnectionPolicy
Returns a connection policy suitable for a poller.
getAutoPollingInstance(int) - Static method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns a connection policy suitable for a poller.
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.
getAwaitingActivationCount() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Returns the number of instances of the instrumented class that are lieing dormant awaiting activation.
getAwaitingActivationCount() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Returns the number of instances of the instrumented class that are lieing dormant awaiting activation.
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.publisher.client.ClientSideStatisticsLogger
Returns the number of instances of the instrumented class that are still waiting to connect to the remote servers with whom they are associated.
getAwaitingConnectionCount() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyGroup
Returns the number of publisher proxys within this group that are active, but which have not yet connected to their remote publisher.
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.publisher.server.PublisherGroup
Returns the number of publishers 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.publisher.server.ServerSideStatisticsLogger
Returns the number of instances of the instrumented class that are still waiting to be 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.publisher.server.PublicationPolicy
Returns a publication policy suitable for a publisher which will buffer all subscriber notifications so that they are delivered to the consumer in the order in which the value changes took place on the publisher.
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
getCallerDetails() - Static method in class es.iac.ing.codeso.gen.Message
Returns the details associated with the caller.
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.
getConnectionPolicy() - Method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Returns the publisher proxy connection policy that is equivalent to this one.
getConnectionType() - Method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns the connection type
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.publisher.client.PublisherProxy
Returns the CorbaName associated with this publisher.
getCorbaName() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns the CorbaName associated with this publisher.
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.
getCurrentTime() - Static method in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Returns the current time in milliseconds since 1st Jan 1970.
getDataModel() - Method in class es.iac.ing.codeso.publisher.client.IdlSubscriberImpl
Returns the data model associated with this subscriber.
getDataModel() - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Returns the data model associated with this CORBA object implementation.
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.
getDefaultSyslogHostName() - Static method in class es.iac.ing.codeso.gen.WrappedSyslog
Returns the default hostname to be used when establishing the connection to the syslog host.
getDefaultSyslogPort() - Static method in class es.iac.ing.codeso.gen.WrappedSyslog
Returns the default port to be used when establishing the connection to the syslog host.
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.
getDescription() - Method in enum es.iac.ing.codeso.server.client.ServerCommandTool.ServerCommand
 
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.publisher.client.PublisherProxyInfo
Returns the descriptor information associated with this class instance.
getDescriptor() - Method in class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Returns the descriptor information associated with this IdlPollableImpl.
getDescriptor() - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
getDescriptor() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns a CORBA Any containing this Publisher's fixed descriptor information.
getDescriptor() - Method in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Returns an unmodifiable copy of the descriptor information.
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.publisher.server.PublicationPolicy
Returns a publication policy suitable for a publisher which will discard pending subscriber notifications if a new value change takes place on the publisher before the old one has been delivered.
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.gen.ErrorCatalog.ErrorInformation
 
getErrorCode() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns an integer providing details of any connection failure which the publisher proxy may be experiencing.
getErrorCode() - Method in enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
 
getErrorCode() - Method in enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
 
getErrorCode() - Method in enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
 
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.
getErrorCodeIterator() - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Returns an iterator over the error codes currently installed in the error catalog.
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.gen.ErrorCatalog.ErrorInformation
 
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.
getErrorRemedy() - Method in class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
getErrorResourceManager() - Static method in class es.iac.ing.codeso.gen.ErrorResourceExtractor
Returns a reference to an instance of a ResourceManager which has been instantiated to load error resources.
getErrorSummary() - Method in class es.iac.ing.codeso.gen.ErrorCatalog.ErrorInformation
 
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.publisher.client.PublisherProxyInfo
Returns a string providing details of any connection failure which the publisher proxy may be experiencing.
getExtraErrorInformation() - Method in enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
 
getExtraErrorInformation() - Method in enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
 
getExtraErrorInformation() - Method in enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
 
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
 
getIdlActionArgument() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns a copy of the IDL-specified structure associated with this argumment.
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.
getIdlConfiguration() - Method in class es.iac.ing.codeso.action.types.ActionConfiguration
Returns a copy of the IDL-specified structure associated with this configuration.
getIdlConfigurationArray() - Method in class es.iac.ing.codeso.action.types.ActionConfigurationList
Returns an array of IDL-specified IdlConfigurations corresponding to the configurations contained in this list.
getIdlDescriptor() - Method in class es.iac.ing.codeso.action.types.ActionDescriptor
Returns a copy of the IDL-specified structure associated with this descriptor.
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.
getIdlInputParameter() - Method in class es.iac.ing.codeso.action.types.ActionInputParameter
Returns a copy of the IDL-specified structure associated with this input parameter.
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.
getIdlOutputParameter() - Method in class es.iac.ing.codeso.action.types.ActionOutputParameter
Returns a copy of the IDL-specified structure associated with this output parameter.
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
 
getIdlPublisher() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns a CORBA object reference to the remote publisher with which this proxy is communicating.
getIdlPublisher() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns the descriptor information associated with this class instance.
getIdlResult() - Method in class es.iac.ing.codeso.action.types.ActionResult
Returns a copy of the IDL-specified structure associated with this result.
getIdlResultArray() - Method in class es.iac.ing.codeso.action.types.ActionResultList
Returns an array of IDL-specified IdlResults corresponding to the results contained in this list.
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.
getIdlSubscribable() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Returns the IdlSubscribable a reference to the CORBA object which acts as a local proxy for the remote object handling subscriptions.
getIdlSubscribable() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns the IdlSubscribable, a reference to the CORBA object to whom lease renewal and subscription verification requests may subsequently be made.
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.
getInitialisedOrb(String, int) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Returns a reference to a new instance of an initialised ORB.
getInitialLease() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns the initial lease which was obtained when the subscribe operation succeeded.
getInitialState() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns the initial state of the PublishableItem which was returned when the subscribe operation succeeded.
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.
getLastOutcome() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns the results of the last attempted subscribe operation.
getLastOutcome() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Returns the results of the last attempted registration operation.
getLinkVerificationInterval() - Method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns a connection policy suitable for a poller.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo.ComboWidgetCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog.LogWidgetCellRenderer
 
getListenerList() - Method in class es.iac.ing.codeso.action.client.ActionProxy
Returns an array list of the currently subscribed action proxy listeners.
getListenerList() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns an array list of the currently subscribed publisher listeners.
getListenerList() - Method in class es.iac.ing.codeso.server.client.ServerProxy
Returns an array list of the currently subscribed server proxy listeners.
getListenerList() - Method in class es.iac.ing.codeso.status.client.StatusItemProxy
Returns an array list of the currently subscribed status item proxy listeners.
getListeners() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns an array containing the listeners that are subscribed to the proxy at a given moment in time.
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.
getMess() - Method in class es.iac.ing.codeso.epics.Cad
Returns the current state of the CAD MESS field implementation specific The MESS field contains a message output by the application-specific CAD processing subroutines.
getMessage(int) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Retrieves the error message associated with an error code.
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.
getNamingServiceRootContext() - Method in class es.iac.ing.codeso.gen.CorbaInterface
Returns a reference to the CORBA Naming Service Root Context.
getNanosecondTimeStamp() - Method in class es.iac.ing.codeso.gen.Stopwatch
Gets the current timestamp in nanoseconds with the best resolution possible on the system.
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.
getOerr() - Method in class es.iac.ing.codeso.epics.Car
Returns the current state of the CAR OERR field The OERR field contains an error code as output by the application-specific CAR processing subroutines.
getOmss() - Method in class es.iac.ing.codeso.epics.Car
Returns the current state of CAR OMSS field The OMSS field contains a message outut by the application-specific CAR processing subroutines.
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.
getPersistenceFilePath() - Static method in class es.iac.ing.codeso.gen.ResourceManager
Returns the persistence path, the directory to be used for storing the Resource Manager's persistent files.
getPollingInterval() - Method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns a connection policy suitable for a poller.
getPollOnDemandInstance() - Static method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns a connection policy suitable for a poller.
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.
getPriority() - Method in enum es.iac.ing.codeso.gen.WrappedSyslog.MessagePriority
 
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 class es.iac.ing.codeso.server.server.IdlServerImpl
Gets the specified server 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.publisher.client.PublisherProxy
Returns an immutable object describing the current state of the proxy.
getProxyInfo() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Returns an immutable object describing the current state of the model (which is the publisher proxy's current state).
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.
getPublicationPolicy() - Method in class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
 
getReason() - Method in class es.iac.ing.codeso.server.types.ServerValue
Returns the reason associated with this value object.
getRemedy(int) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Retrieves the error remedy associated with an error code.
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
 
getResourceNames() - Static method in class es.iac.ing.codeso.gen.ErrorResourceExtractor
Returns an array of all error resources known to the class.
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.publisher.client.PublisherProxyDataModel
Gets the sequence number associated with the current value.
getSequenceNumber() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns the sequence number associated with this class instance.
getSequenceNumber() - Method in class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Returns the sequence number associated with this IdlPollableImpl's current value.
getSequenceNumber() - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
getSequenceNumber() - Method in class es.iac.ing.codeso.publisher.server.Publisher
 
getSequenceNumber() - Method in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Gets the sequence number associated with the current value.
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.
getServerCommand(String) - Static method in enum es.iac.ing.codeso.server.client.ServerCommandTool.ServerCommand
 
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.
getStaticFieldMap(Class, String) - Static method in class es.iac.ing.codeso.gen.ErrorResourceExtractor
Returns a map of static field names and their associated values from within the specified class information 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() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Returns a string representation of the statistics associated with the instrumented class.
getStatistics() - Static method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns a string representation of the statistics associated with all sub-instances of this class.
getStatistics() - Static method in class es.iac.ing.codeso.publisher.server.Publisher
Returns a string representation of the statistics associated with all sub-instances of this class.
getStatistics() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Returns a string representation of the statistics associated with the instrumented class.
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.
getStringifiedIOR(Object) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Convenience method which returns a string representation of a CORBA Interoperable Object Reference (IOR).
getSubscriber(SubscriberId) - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Returns the CORBA object reference of the Subscriber associated with the specified subscriber id.
getSubscriberCount() - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Returns the number of subscribers currently being managed by this class instance.
getSubscriberId() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns the SubscriberId which was obtained when the subscribe operation succeeded.
getSubscribers() - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Returns an array containing the CORBA object references of all the Subscribers currently being managed by this class instance.
getSubscribingInstance() - Static method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns a connection policy suitable for subscriber.
getSubscribingInstance(int) - Static method in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
Returns a connection policy suitable for subscriber.
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) - Method in class es.iac.ing.codeso.gen.ErrorCatalog
Retrieves the error summary associated with an error code.
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
 
getTerminationReason() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Returns the reason why the task has terminated (if it has).
getTerminationReason() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Returns the reason why the task has terminated (if it has).
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
getTie() - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Returns the tie object associated with this CORBA object implementation.
getTie() - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Returns the tie object associated with this CORBA object implementation.
getTie() - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Returns the tie object associated with this CORBA object implementation.
getTie() - Method in class es.iac.ing.codeso.status.server.IdlStatusItemImpl
Returns the tie object associated with this CORBA object implementation.
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.
getTimeStamp() - Static method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
Returns a timestamp suitable for display in the log widget
getTimeStamp() - Static method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
getTotalInstanceCount() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Returns the total number of instances of the instrumented class.
getTotalInstanceCount() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Returns the total number of instances of the instrumented class.
getTotalSubscriberCount() - Static method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Returns the total number of subscribers currently being managed in all instances of this class.
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.
getVal() - Method in class es.iac.ing.codeso.epics.Cad
Returns the current value of CAD VAL field The VAL field contains a result code as output by the application-specific CAD processing subroutines.
getVal() - Method in class es.iac.ing.codeso.epics.Car
Returns the current state of the CAR VAL field The VAL field indicates whether the CAR is busy or not.
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.publisher.client.PublisherProxyInfo
Returns the value information associated with this class instance.
getValue(LongHolder) - Method in class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Returns the current value associated with this IdlPollableImpl.
getValue(LongHolder) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
getValue() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns a CORBA Any containing this Publisher's current value information.
getValue() - Method in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Returns an unmodifiable copy of the value information.
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.
getValueIfNewer(LongHolder) - Method in class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Returns the current value associated with this IdlPollableImpl, but only if newer than the specified sequence number.
getValueIfNewer(LongHolder) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
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
gridBagLayout - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
gridBagLayoutCLabelledStatusButton - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
gridBagLayoutCLabelledStatusWidget - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
gridBagLayoutComboControlWidget - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
gridBagLayoutCompositeComboControl - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
 
gridBagLayoutCompositeComboControl - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
gridBagLayoutCompositeStatusWidget - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
 
gridBagLayoutError - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
 
gridBagLayoutErrorPopup - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 
gridBagLayoutLog - Variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
gridBagLayoutOneButtonControl - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
 
gridBagLayoutStatus - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
 
gridBagLayoutTerminal - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
guardInterval - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Specifies the period in milliseconds allowed for renewing a lease before the existing lease runs out.
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
 
guiControlPanels - Static variable in class es.iac.ing.codeso.gui.GuiLauncher
 
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 - Static variable in 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

handleLeaseRenewerEvent() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Handles events received from the lease renewer task.
handleLinkCheckerEvent() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Handles events received from the link checker task.
handleSubscriberEvent() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Handles events received from the subscriber task.
hasDoubleValue() - Method in class es.iac.ing.codeso.action.types.ActionArgument
Returns the long value
hashCode() - Method in class es.iac.ing.codeso.publisher.server.SubscriberId
Returns the hashcode associated with this SubscriberId.
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
HEADER_TEXT - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
Constant defining the initial header text for the widget

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.
iCarListener - Interface in es.iac.ing.codeso.epics
Provides the capability of listening to changes in the status of an EPICS CAR record.
icon - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
iconColor16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
iconColor32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
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
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
iconMono16x16Filename - Variable in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicButtonBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicComboBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopupBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicLogBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatusBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButtonBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareComboBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatusBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminalBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButtonBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusComboBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButtonBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusComboBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CButtonBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CComboBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CLogBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CStatusBeanInfo
 
iconMono32x32Filename - Variable in class es.iac.ing.codeso.widget.corba.CTerminalBeanInfo
 
id - Variable in class es.iac.ing.codeso.publisher.server.SubscriberId
Immutable field holding the value associated with this SubscriberId.
idlActionImpl - Variable in class es.iac.ing.codeso.action.server.Action
Reference to a servant object which provides an implementation of the IDL-specified IdlAction interface.
IdlActionImpl - Class in es.iac.ing.codeso.action.server
Provides an implementation of the CODESO IDL-specified IdlAction interface.
IdlActionImpl(ActionDescriptor, PublicationPolicy) - Constructor for class es.iac.ing.codeso.action.server.IdlActionImpl
Constructs a new IdlActionImpl associating it permanently with the specified action descriptor and publication policy.
idlActionSubscriberImpl - Variable in class es.iac.ing.codeso.action.client.ActionProxy
Reference to a servant object which implements the IDL-specified IdlActionSubscriber interface.
IdlActionSubscriberImpl - Class in es.iac.ing.codeso.action.client
Provides an implementation for the IDL-specified IdlActionSubscriber interface.
IdlActionSubscriberImpl() - Constructor for class es.iac.ing.codeso.action.client.IdlActionSubscriberImpl
Constructs a new instance.
idlConfiguration - Variable in class es.iac.ing.codeso.action.types.ActionConfiguration
Reference to an IDL-generated data structure holding the argument information.
idlDescriptor - Variable in class es.iac.ing.codeso.action.types.ActionDescriptor
Reference to an IDL-generated data structure holding the descriptor information.
idlDescriptor - Variable in class es.iac.ing.codeso.server.types.ServerDescriptor
Reference to an IDL-generated data structure holding the descriptor information.
idlDescriptor - Variable in class es.iac.ing.codeso.status.types.StatusItemDescriptor
Reference to an IDL-generated data structure holding the descriptor information.
idlInputParameter - Variable in class es.iac.ing.codeso.action.types.ActionInputParameter
Reference to an IDL-generated data structure holding the input parameter information.
idlOutputParameter - Variable in class es.iac.ing.codeso.action.types.ActionOutputParameter
Reference to an IDL-generated data structure holding the output parameter information.
idlParameterType - Variable in enum es.iac.ing.codeso.action.types.ActionParameterType
 
idlParameterType() - Method in enum es.iac.ing.codeso.action.types.ActionParameterType
 
idlPollable - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Reference to the CORBA object to whom the polling requests should be made.
IdlPollableImpl - Class in es.iac.ing.codeso.publisher.server
Provides an implementation of the CODESO IDL-specified IdlPollable interface.
IdlPollableImpl(PublisherDataModel) - Constructor for class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Constructs a new instance associating it permanently with the supplied PublisherDataModel.
idlPublishableItem - Variable in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Reference to the CORBA IDL-generated class which holds the information to be published.
idlPublisher - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Holds the descriptor information.
IdlPublisherImpl - Class in es.iac.ing.codeso.publisher.server
Provides the default implementation of the IDL-specified IdlPublisher interface which offers a means of polling, setting, or subscribing to server-side information.
IdlPublisherImpl(Any, PublicationPolicy) - Constructor for class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Constructs a new instance associating it permanently with the specified descriptor information and publication policy.
idlPublisherImpl - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds a reference to the object which provides the services associated with the IDL-specified IdlPublisher interface.
idlResult - Variable in class es.iac.ing.codeso.action.types.ActionResult
Reference to an IDL-generated data structure holding the argument information.
IdlServerImpl - Class in es.iac.ing.codeso.server.server
Provides an implementation of the CODESO IDL-specified IdlServer interface.
IdlServerImpl(ServerDescriptor, PublicationPolicy) - Constructor for class es.iac.ing.codeso.server.server.IdlServerImpl
Constructs a new instance associated with the supplied object which implements the iServerBody interface and the supplied PublicationPolicy.
idlServerImpl - Variable in class es.iac.ing.codeso.server.server.Server
Reference to a servant object which provides an implementation of the IDL-specified IdlServer interface.
idlServerStateCode() - Method in enum es.iac.ing.codeso.server.types.ServerState
 
IdlServerSubscriberImpl - Class in es.iac.ing.codeso.server.client
Provides an implementation for the IDL-specified IdlServerSubscriber interface.
IdlServerSubscriberImpl() - Constructor for class es.iac.ing.codeso.server.client.IdlServerSubscriberImpl
Constructs a new instance.
idlServerSubscriberImpl - Variable in class es.iac.ing.codeso.server.client.ServerProxy
Reference to a servant object which implements the IDL-specified IdlServerSubscriberImpl interface.
IdlSettableImpl - Class in es.iac.ing.codeso.publisher.server
Provides an implementation of the CODESO IDL-specified IdlSettable interface.
IdlSettableImpl(PublisherDataModel) - Constructor for class es.iac.ing.codeso.publisher.server.IdlSettableImpl
Constructs a new IdlSettableImpl associating it permanently with the supplied PublisherDataModel.
idlStateCode - Variable in enum es.iac.ing.codeso.action.types.ActionState
 
idlStateCode - Variable in enum es.iac.ing.codeso.server.types.ServerState
 
IdlStatusItemImpl - Class in es.iac.ing.codeso.status.server
Provides an implementation of the CODESO IDL-specified IdlStatusItem interface.
IdlStatusItemImpl(StatusItemDescriptor, StatusItemPublicationPolicy) - Constructor for class es.iac.ing.codeso.status.server.IdlStatusItemImpl
Constructs a new StatusItemImpl associating it permanently with the specified descriptor information and publication policy.
IdlStatusItemSubscriberImpl - Class in es.iac.ing.codeso.status.client
Provides an implementation of the CODESO IDL-specified IdlStatusItemSubscriber interface.
IdlStatusItemSubscriberImpl() - Constructor for class es.iac.ing.codeso.status.client.IdlStatusItemSubscriberImpl
Constructs a new instance.
idlSubscribable - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Reference to the CORBA object to whom the subscribe requests should be made.
IdlSubscribableImpl - Class in es.iac.ing.codeso.publisher.server
Provides an implementation of the CODESO IDL-specified IdlSubscribable interface.
IdlSubscribableImpl(PublicationPolicy, PublisherDataModel) - Constructor for class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Constructs a new class instance associating it permanently with the supplied PublisherDataModel.
idlSubscriber - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Holds the CORBA object reference of the subscriber which this class wil notify.
IdlSubscriberImpl - Class in es.iac.ing.codeso.publisher.client
Provides an implementation of the CODESO IDL-specified IdlSubscriber interface.
IdlSubscriberImpl(PublisherProxyDataModel) - Constructor for class es.iac.ing.codeso.publisher.client.IdlSubscriberImpl
Constructs a new IdlSubscriberImpl associating it permanently with the specified data model.
idlSubscriberImpl - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds a reference to the object which provides the services associated with the IDL-specified IdlSubscriber interface.
idlValue - Variable in class es.iac.ing.codeso.action.types.ActionValue
Reference to an IDL-generated data structure holding the value information.
idlValue - Variable in class es.iac.ing.codeso.server.types.ServerValue
Reference to an IDL-generated data structure holding the value information.
idlValue - Variable in class es.iac.ing.codeso.status.types.StatusItemValue
Reference to an IDL-generated data structure holding the value information.
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.
iFailedNotificationHandler - Interface in es.iac.ing.codeso.publisher.server
Provides a means on informing interested parties that notification to a subscriber failed.
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.
INITIAL_ECHO_STATE - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets the inital value of the echoState property.
INITIAL_ERROR_CODE - Static variable in class es.iac.ing.codeso.status.server.StatusItem
Initial error code to set to be used when initialising the state of all status items 11
initialDelay - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Positive integer specifying the delay in milliseconds between starting the class instance and its first poll operation.
initialDelay - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Holds the period in milliseconds of the initial lease which was granted to the subscriber when its subscription was set up.
initialDelay - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Interval in milliseconds before the first attempt to verify the link.
initialDelay - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Interval in milliseconds before the first attempt to subscribe.
initialDelay - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Interval in milliseconds before the first attempt to register.
initialise() - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Ensures that the CorbaInterface module has been correctly initialised before any attempt is made to use it.
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.
initialise() - Static method in class es.iac.ing.codeso.gen.Message
Ensures that the Message module has been correctly initialised before any attempt is made to originate messages.
initialise() - Static method in class es.iac.ing.codeso.gen.WrappedSyslog
Initialises or reinitialises the syslog facility using default values for the syslog hostname, identifier and port.
initialiseComboBox() - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Initialises the Combo Box (to an empty list).
initialisedOk - Static variable in class es.iac.ing.codeso.gen.ErrorManager
Flag set true only when all error catalogues have been successfully loaded from the ResourceManager
initialLease - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Initial lease as returned when subscription was successful.
initialState - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Initial state of the PublishableItem as returned when subscription was successful.
installShutdownHandler() - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Install a handler to deal with server shutdowns
installShutdownHandler() - Static method in class es.iac.ing.codeso.server.server.ServerRunner
Install a handler to deal with server shutdowns
instance - Variable in class es.iac.ing.codeso.epics.WrappedPv
Instance count - required only for diagnostics
instanceList - Variable in class es.iac.ing.codeso.action.client.ActionProxyGroup
Holds a list of all action proxies within the group.
instanceList - Variable in class es.iac.ing.codeso.action.server.ActionGroup
Holds a list of all actions within the group.
instanceList - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyGroup
Holds a list of all publisher proxies within this group.
instanceList - Variable in class es.iac.ing.codeso.publisher.server.PublisherGroup
Holds a list of all publishers within this group.
instanceList - Variable in class es.iac.ing.codeso.server.client.ServerProxyGroup
Holds a list of all server proxies within the group.
instanceList - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyGroup
Holds a list of all status item proxies within the group.
instanceList - Variable in class es.iac.ing.codeso.status.server.StatusItemGroup
Holds a list of all status items within the group.
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.
invokeFailedNotificationHandler() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
Handle failed notifcations
iPublisherListener - Interface in es.iac.ing.codeso.publisher.server
Describes the capabilities that needed to be implemented by any class that wishes to observe changes to the state of a Publisher.
iPublisherProxyListener - Interface in es.iac.ing.codeso.publisher.client
Describes the capabilities that needed to be implemented by any class that wishes to observe changes to the state of a PublisherProxy.
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.publisher.client.PublisherProxy
Returns a boolean indicating whether this object is active.
isActive() - Method in class es.iac.ing.codeso.publisher.server.Publisher
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.
isBusy() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Returns a flag indicating whether this class instance is busy, that's to say has scheduled any subscriber notifications that have not yet completed.
isBusy() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Returns a flag indicating whether this class instance is busy, that's to say has scheduled any notifications that have not yet completed.
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.
isConfigured() - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Returns a boolean indicating whether this class instance has been configured.
isConfigured() - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Returns a boolean indicating whether this class instance has been configured.
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.publisher.client.PublisherProxy
Returns a boolean indicating whether this object is advertised within the CORBA Naming Service.
isConnected() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Returns a flag indicating whether the proxy associated with this data model is currently connected to its remote publisher.
isConnected() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns a boolean indicating whether the associated publisher proxy was connected at the moment when this class instance was created.
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
 
isDaemon - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.NamedThreadFactory
 
isDaemon - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NamedThreadFactory
 
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.
isImage - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Holds the status widget's isImage property.
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.
isKnownSubscriber(SubscriberId) - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Returns a boolean indicating whether the specified subscriber id 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.
isNumeric - Variable in enum es.iac.ing.codeso.action.types.ActionParameterType
 
isOk() - Method in class es.iac.ing.codeso.server.server.DefaultServerBody
Performs a health check on the server.
isOk(IntHolder, StringHolder) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Provides a means of checking that the server is operating correctly.
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.publisher.server.NameRegistrationTask
Returns a boolean indicating whether the task has successfully registered.
isRegistered() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns a boolean indicating whether this object is advertised within 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.
isServerCommand(String) - Static method in enum es.iac.ing.codeso.server.client.ServerCommandTool.ServerCommand
 
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.
isServerValueInitialised() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns a boolean indicating whether the value information in the server-side model has ever been explicitly initialised, that's to say whether the server has received at least one value update.
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.publisher.client.PublisherProxy
Returns a boolean indicating whether this object has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns a boolean indicating whether this object has been shutdown.
isShutdown() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Returns a flag indicating whether this class instance has been shut down.
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.
isSubscribed() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Returns a boolean indicating whether this controller is in the subscribed state
isSubscribed() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns a boolean indicating whether the task has successfully subscribed.
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.publisher.client.PublisherProxyDataModel
Returns a flag indicating whether the sequence number associated with the current data value was the next in sequence to the previous value received.
isSuccessive - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Holds the "is successive" flag.
isSuccessive() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns a boolean indicating whether the value on the proxy associated with the last value update was successive (that's to say it's sequence number was one greater) than the pre-existing value.
isSuccessive(PublisherProxyInfo) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
A convenience method which indicates whether the sequence number associated with this class instance is successive to (that's to say is one greater than) the sequence number in the target instance.
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 - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
 
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.
isSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Returns a boolean indicating whether a Swing event dispatch thread update is pending.
isSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Returns a boolean indicating whether a Swing event dispatch thread update is pending.
isSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Returns a boolean indicating whether a Swing event dipatch thread update is pending.
isSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Returns a boolean indicating whether a Swing event dipatch thread update is pending.
isSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Returns a boolean indicating whether a Swing event dipatch thread update is pending.
isSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Returns a boolean indicating whether a Swing event dipatch thread update is pending.
isSynchronised() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Returns a boolean indicating whether this task is currently synchronised with the remote IdlPollable.
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.
isTerminated() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Returns a boolean indicating whether the task has terminated.
isTerminated() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Returns a boolean indicating whether the task has terminated.
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.
isValueInitialised() - Method in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Returns a boolean indicating whether the value information in this model has ever been explicitly initialised.
itemStateChanged(ItemEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo_jcomControl_actionAdapter_jcomControl_itemAdapter
 
iterator() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyGroup
Returns an iterator over the elements in this group
iterator() - Method in class es.iac.ing.codeso.publisher.server.PublisherGroup
Returns an iterator over the elements in this group
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

JACORB_CONFIG_DIR - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
JACORB specific constant defining the location of the users jacorb configuration directory.
jacorbEnabled - Static variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds the dynamic on/off state of JACORB enablement
jbInit() - Method in class es.iac.ing.codeso.gui.GuiTopFrame
 
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CBasicCombo
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CBasicLog
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Initialises the bean
jbInit() - Method in class es.iac.ing.codeso.widget.corba.CButton
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.corba.CCombo
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.corba.CLog
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.corba.CStatus
Initialises the bean.
jbInit() - Method in class es.iac.ing.codeso.widget.corba.CTerminal
Initialises the bean.
jbutRevealError - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
 
jcaLocked - Static variable in class es.iac.ing.codeso.epics.WrappedPv
Controls access to JCA library.
jcomControl - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
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.
jlabError - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
 
jlabErrorSummary - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 
jlabIcon - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 
jlabInvisible - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
 
jlabInvisible - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
jlabName - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
 
jlabName - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
 
jlabName - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
 
jlabName - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
jlabName - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
jlabName - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
jlabStatus - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
 
jscrErrorMessage - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 
jScrollPaneTerminal - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
jTabbedPaneControlGui - Variable in class es.iac.ing.codeso.gui.GuiTopFrame
 
jtxtAreaTerminal - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
jtxtAreaTerminal_keyPressed(KeyEvent) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Handles each key pressed event
jtxtErrorMessage - Variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 

K

keyPressed(KeyEvent) - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal_jtxtAreaTextControl_keyAdapter
 

L

lastOutcome - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Holds the results of the last subscribe operation.
lastOutcome - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Holds the results of the last subscribe operation.
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.
layoutButtons() - Method in class es.iac.ing.codeso.widget.basic.CBasicButton
 
LEASE_RENEWER_TASK_GUARD_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Interval in milliseconds to be used for scheduling lease renewal prior to the expiry of an existing lease.
leaseRenewalPeriod - Variable in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Holds the interval in milliseconds which will be added to a subscriber's lease every time it is renewed.
linkVerificationInterval - Variable in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
For proxies of connection type ConnectionType.SUBSCRIBER this variable specifies the interval in milliseconds between successive checks of the link to the remote publisher.
linkVerificationInterval - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Interval in milliseconds between subsequent attempts to subscribe.
listener - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Holds a reference to a single listener which may be informed of changes to the state of the model.
listenerList - Variable in class es.iac.ing.codeso.action.client.ActionProxy
Holds a list of third parties who are interested in receiving notification of action value changes.
listenerList - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds a list of third parties who are interested in receiving notification of publisher state changes.
listenerList - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds a list of third parties who are interested in receiving notification of publisher state changes.
listenerList - Variable in class es.iac.ing.codeso.server.client.ServerProxy
Holds a list of third parties who are interested in receiving notification of server value changes.
listenerList - Variable in class es.iac.ing.codeso.status.client.StatusItemProxy
Holds a list of third parties who are interested in receiving notification of statusitem value changes.
loadClass(String, String[]) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Attempts to load the class information associated with the specified filename from a set of locations on the specified search path.
loadClass(String, String[]) - Static method in class es.iac.ing.codeso.server.server.ServerRunner
Attempts to load the class information associated with the specified filename from a set of locations on the specified search path.
loadConfigurationsFromDatabase(String) - Method in class es.iac.ing.codeso.gen.ConfigurationManager
Loads a set of configurations from the specified database table.
loadErrorResources() - Static method in class es.iac.ing.codeso.gen.ErrorManager
Loads all error information using error resources from both the local CodesoErrorInterface and external resources previously registered with the ResourceManager.
loadGuiDirect(String, String) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Attempts to load the specified GUI classfile from the specified path.
loadGuiResource(ResourceManager, String) - Static method in class es.iac.ing.codeso.gui.GuiLauncher
Attempts to load the specified GUI resource using the supplied Resource Manager.
loadResourceEntriesFromFile(String) - Method in class es.iac.ing.codeso.gen.ResourceManager
Reads the current resource collection from the backing store.
logActivation() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Records the activation of an instance of the instrumented class.
logActivation() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Records the activation of an instance of the instrumented class.
logConnection() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Records the connection of an instance of the instrumented class with its remote server.
logDisconnection() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Records the disconnection of an instance of the instrumented class with its remote server.
logGarbageCollection() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Records the garbage collection of an instance of the instrumented class.
logGarbageCollection() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Records the garbage collection of an instance of the instrumented class.
loggingState - Variable in class es.iac.ing.codeso.action.server.Action
Holds the state of logging enablement.
loggingState - Variable in class es.iac.ing.codeso.status.server.StatusItem
Holds the state of logging enablement.
logNewInstance() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Records the creation of a new instance of the instrumented class, that's to say of a CORBA servant which will register with the CORBA Naming Service.
logNewInstance() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Records the creation of a new instance of the instrumented class, that's to say of a CORBA servant which will register with the CORBA Naming Service.
logRegistration() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Records the registration of an instance of the instrumented class with the CORBA Naming Service.
logShutdown(boolean, boolean) - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Records the shutdown of an instance of the instrumented class.
logShutdown(boolean, boolean) - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Records the shutdown of an instance of the instrumented class.
logWidget - Variable in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter
 
logWidget - Variable in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
 
logWidget - Variable in class es.iac.ing.codeso.widget.corba.CButton
Holds a reference to a log widget which will be updated each time the control button is clicked.
logWidget - Variable in class es.iac.ing.codeso.widget.corba.CCombo
Holds a reference to a log widget which will be updated each time the control button is clicked.
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
logWidgetAdapter - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
LogWidgetAdapter.ActionProxyListener - Class in es.iac.ing.codeso.widget.adapter
 
LogWidgetAdapter.ActionProxyListener() - Constructor for class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ActionProxyListener
 
LogWidgetAdapter.ServerProxyListener - Class in es.iac.ing.codeso.widget.adapter
 
LogWidgetAdapter.ServerProxyListener() - Constructor for class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ServerProxyListener
 
logXmlEngineException(String, Throwable) - Method in class es.iac.ing.codeso.gen.ResourceManager
Logs the occurrence of a recoverable exception in the XML encoder or decoder engines.
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.
manualEntryCommandPrefix - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
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.
mark(String[]) - Method in class es.iac.ing.codeso.epics.Cad
Invokes the CAD MARK directive, loading supplied parameters
masterErrorCatalog - Static variable in class es.iac.ing.codeso.gen.ErrorManager
Holds all errors known to this error manager
MAX_BUTTONS - Static variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
maximumSubscribers - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the maximum number of allowed subscribers.
Message - Class in es.iac.ing.codeso.gen
Provides a system wide messaging facility for instrumenting a CODESO software application.
Message() - Constructor for class es.iac.ing.codeso.gen.Message
Private constructor (prevents direct instantiation).
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.
monitorableClassName - Variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Holds the name of the class being monitored.
monitorableClassName - Variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Holds the name of the class being monitored.
monitorChanged(MonitorEvent) - Method in class es.iac.ing.codeso.epics.WrappedPv.WrappedPvMonitorListener
 
monitorSynchronized - Variable in class es.iac.ing.codeso.epics.WrappedPv
Holds flag indicating whether monitored channel has received it's first notification of status foll
mouseClicked(MouseEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicButton_jButton_mouseAdapter
 
mouseClicked(MouseEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicError.CBasicError_butRevealError_mouseAdapter
 
mouseClicked(MouseEvent) - Method in class es.iac.ing.codeso.widget.basic.CBasicLog_butClearLog_mouseAdapter
 
myFailedNotificationHandler - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
 
myLockObject - Variable in class es.iac.ing.codeso.action.server.Action
An object which ensures that observation of changes to the value of the action occur in the same order as they get notified.
myLockObject - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
An object which ensures that processing of incoming events from tasks spawned by this controller are dealt with in a serialised way.
myLockObject - Variable in class es.iac.ing.codeso.publisher.server.PublisherDataModel
An object which ensures that value changes to the model are completely notified to all observers before a further change is allowed to take place.
myLockObject - Variable in class es.iac.ing.codeso.server.server.Server
An object which ensures that observations of changes to the value of the server occur in the same order as they get notified.
myLockObject - Variable in class es.iac.ing.codeso.status.server.StatusItem
An object which ensures that observations of changes to the value of the status item occur in the same order as they get notified.
myPv - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
 
myStatement - Variable in class es.iac.ing.codeso.gen.DbAccess
 
mySubscriber - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
 
mySubscriber - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
 

N

name - Variable in class es.iac.ing.codeso.gen.Configuration
 
name - Variable in class es.iac.ing.codeso.gen.CorbaName
String specifying the name of the object within the CORBA Naming Service.
nameRegistrationDelay - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the initial delay in milliseconds between the creation of a publisher and its first attempt to register with the CORBA Naming Service.
nameRegistrationRetryInterval - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the delay in milliseconds between successive attempts to register a publisher with the CORBA Naming Service.
NameRegistrationTask - Class in es.iac.ing.codeso.publisher.server
Provides a means of repeatedly attempting to register a CORBA Servant incarnating the IDL-specified Publisher interface with the CORBA Naming Service.
NameRegistrationTask(Servant, CorbaName, int, int) - Constructor for class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Constructs a new NameRegistrationTask which will periodically attempt to register the presence of the supplied publisher implementation object with the CORBA Naming Service.
nameRegistrationTask - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds a reference to the task which will register the IdlPublisherImpl with the CORBA Naming Service.
NameRegistrationTask.RegistrationAttemptOutcome - Enum in es.iac.ing.codeso.publisher.server
 
NameRegistrationTask.RegistrationAttemptOutcome() - Constructor for enum es.iac.ing.codeso.publisher.server.NameRegistrationTask.RegistrationAttemptOutcome
 
namingServiceHostName - Variable in class es.iac.ing.codeso.gen.CorbaName
Reference to the CORBA Naming Service host.
namingServiceListeningPort - Variable in class es.iac.ing.codeso.gen.CorbaName
Reference to the CORBA Naming Service listening port.
namingServiceRootContext - Variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds a reference to naming service root context associated with this CorbaInterface instance.
newAutoPollingInstance(CorbaName, ConnectionPolicy) - Static method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns a new instance which will obtain information from its remote publisher by automatically polling it on a periodic basis.
newInstance(String) - Static method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Returns a new instance designed to monitor a class of client-side CORBA objects of specified name.
newInstance(CorbaName, PublisherProxyDataModel, int, int) - Static method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Constructs a new PublisherPollTask which will periodically attempt to poll a remote Pollable.
newInstance(CorbaName, PublisherProxyDataModel, Servant, int) - Static method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Returns a new instance that will immediately begin to subscribe to the remote Publisher advertised under the given name.
newInstance(IdlSubscribable, PublisherProxyDataModel, SubscriberId, int, int) - Static method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Returns a new instance of a SubscriberLeaseRenewerTask.
newInstance(IdlSubscribable, PublisherProxyDataModel, SubscriberId, int, int) - Static method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Returns a new instance of a SubscriberLinkCheckerTask.
newInstance(CorbaName, PublisherProxyDataModel, Servant, int, int) - Static method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Returns a new instance.
newInstance(SubscriberLeaseManager, SubscriberReferenceManager, SubscriberNotificationManager, int) - Static method in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Returns a new instance of a DeadSubscriberPrunerTask.
newInstance(Servant, CorbaName, int, int) - Static method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Returns a new instance of a NameRegistrationTask.
newInstance(String) - Static method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Returns a new instance designed to monitor a class of server-side CORBA object of specified name.
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.
newPollOnDemandInstance(CorbaName) - Static method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns a new instance which will obtain information from its remote publisher by automatically polling it on a periodic basis.
newSubscribingInstance(CorbaName, ConnectionPolicy, IdlSubscriberImpl) - Static method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns a new instance which will obtain information from its remote publisher via subscription.
newThread(Runnable) - Method in class es.iac.ing.codeso.action.server.ActionExecutor.NamedThreadFactory
Creates a new thread to execute the supplied runnable.
newThread(Runnable) - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger.MyThreadFactory
Creates a new daemon thread to execute the supplied runnable.
newThread(Runnable) - Method in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NamedThreadFactory
Creates a new thread to execute the supplied runnable.
newThread(Runnable) - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger.MyThreadFactory
Creates a new daemon thread to execute the supplied runnable.
nextSubscriberId - Variable in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Variable used for allocating new id's to subscribers.
nonSelectedItemBackgroundColor - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo.ComboWidgetCellRenderer
 
NotificationExecutor - Class in es.iac.ing.codeso.publisher.server
Provides an engine for performing all subscriber notifications.
NotificationExecutor() - Constructor for class es.iac.ing.codeso.publisher.server.NotificationExecutor
 
NotificationExecutor.NamedThreadFactory - Class in es.iac.ing.codeso.publisher.server
A thread factory providing control of the name of the group in which the threads are created, control over the name of the thread, and contro lover whether the thread runs as a daemon.
NotificationExecutor.NamedThreadFactory(String, String, boolean) - Constructor for class es.iac.ing.codeso.publisher.server.NotificationExecutor.NamedThreadFactory
Constructs a new instance of the thread factory.
NotificationExecutor.NotificationTask - Class in es.iac.ing.codeso.publisher.server
A callable task that notifies a single subscriber of a change of value on the publisher.
NotificationExecutor.NotificationTask(IdlSubscriber, long, Any) - Constructor for class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
Constructs a new instance.
notificationFailed() - Method in interface es.iac.ing.codeso.publisher.server.iFailedNotificationHandler
Informs the object implementing this interface that a notification to the subscriber failed.
notificationTimeoutPeriod - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the maximum time in milliseconds a notification may be active before it will be deemed to have failed.
notifyGroup() - Method in class es.iac.ing.codeso.action.client.ActionProxyGroup.ActionProxyListener
 
notifyGroup() - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup.ServerProxyListener
 
notifyRepositoryObservers(Object) - Method in class es.iac.ing.codeso.status.client.StatusRepository
Notifies observers of the StatusRepository that a StatusItem has changed.
numberOfButtons - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
numericMappingPrecision - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
 

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
 
orb - Variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds the ORB associated with this CorbaInterface instance.

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
parameterMap - Variable in class es.iac.ing.codeso.action.types.ActionInputParameterList
A map of parameter names and their associated parameter information
parameterMap - Variable in class es.iac.ing.codeso.action.types.ActionOutputParameterList
A map of parameter names and their associated parameter information
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.
parseErrorResource(Class) - Static method in class es.iac.ing.codeso.gen.ErrorResourceExtractor
Parses the error information present in an error resource's class object and uses it to build an error catalog.
persistenceFile - Variable in class es.iac.ing.codeso.gen.ResourceManager
The name of the file used for the backing store.
persistenceFile - Variable in enum es.iac.ing.codeso.gen.ResourceType
Holds the name of the file to be used for persisting the resource entries associated with this resource type.
poa - Variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds the POA associated with this CorbaInterface instance.
policies - Variable in class es.iac.ing.codeso.epics.WrappedPv
Holds properties for this class
poll() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Instigates a poll operation.
pollable - Variable in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Reference to a IdlPollableImpl to whom the methods in this class will delegate.
pollingInterval - Variable in class es.iac.ing.codeso.publisher.client.ConnectionPolicy
For proxies of connection type ConnectionType.PERIODIC_POLLER this variable specifies the interval in milliseconds between successive polls of the remote publisher.
pollingInterval - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Interval in milliseconds between successive attempts to poll.
preset() - Method in class es.iac.ing.codeso.epics.Cad
Invokes the CAD PRESET directive
processWindowEvent(WindowEvent) - Method in class es.iac.ing.codeso.gui.GuiTopFrame
 
publicationPolicy - Variable in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Reference to an object holding the publication policy for this subscribable.
PublicationPolicy - Class in es.iac.ing.codeso.publisher.server
Specifies the publication policy to be used for a Publisher.
PublicationPolicy() - Constructor for class es.iac.ing.codeso.publisher.server.PublicationPolicy
Constructs a new instance whose fields will be initially set to the default values.
PublicationPolicy(PublicationPolicy) - Constructor for class es.iac.ing.codeso.publisher.server.PublicationPolicy
Constructs a new instance whose fields will be initially set to the values specified in the base policy.
publicationPolicy - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds the publication policy associated with this publisher.
publicationPolicy - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Holds the publication policy for this manager.
publicationPolicy - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Holds the publication policy for this manager.
publicationPolicy - Variable in class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
 
publisher - Variable in class es.iac.ing.codeso.action.server.Action
Holds a reference to a CORBA object which will be used to publish the state of the action.
Publisher - Class in es.iac.ing.codeso.publisher.server
Provides the main implementation class for leveraging the server-side functionality of the publisher package.
Publisher(CorbaName, PublicationPolicy, Any) - Constructor for class es.iac.ing.codeso.publisher.server.Publisher
Constructs an instance whose implementation will be based on the default (internal to the package) publisher implementation object.
Publisher(CorbaName, PublicationPolicy, IdlPublisherImpl) - Constructor for class es.iac.ing.codeso.publisher.server.Publisher
Constructs an instance whose implementation will be based on the specified (and possibly external) publisher implementation object.
publisher - Variable in class es.iac.ing.codeso.publisher.server.Publisher.MyObserver
 
publisher - Variable in class es.iac.ing.codeso.server.server.Server
Holds a reference to a CORBA object which will be used to publish the server's information.
publisher - Variable in class es.iac.ing.codeso.status.server.StatusItem
Holds a reference to a CORBA object which will be used to publish the status information.
Publisher.MyObserver - Class in es.iac.ing.codeso.publisher.server
 
Publisher.MyObserver(Publisher) - Constructor for class es.iac.ing.codeso.publisher.server.Publisher.MyObserver
 
Publisher.State - Enum in es.iac.ing.codeso.publisher.server
An enumeration describing the possible states in the lifecycle of a publisher.
Publisher.State() - Constructor for enum es.iac.ing.codeso.publisher.server.Publisher.State
 
publisherDataModel - Variable in class es.iac.ing.codeso.publisher.server.IdlPollableImpl
Reference to the underlying data model used by this class.
publisherDataModel - Variable in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Reference to a PublisherDataModel to whom the methods in this class will delegate.
publisherDataModel - Variable in class es.iac.ing.codeso.publisher.server.IdlSettableImpl
Reference to the underlying data model used by this class.
publisherDataModel - Variable in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Reference to an object holding the underlying data associated with this publisher.
PublisherDataModel - Class in es.iac.ing.codeso.publisher.server
Provides the underlying data model for a Publisher.
PublisherDataModel(Any, String) - Constructor for class es.iac.ing.codeso.publisher.server.PublisherDataModel
Constructs a new instance, associating it permanently with the specified descriptor.
publisherDataModel - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Reference to the underlying data model holding the data to be disseminated.
PublisherGroup - Class in es.iac.ing.codeso.publisher.server
A class for manipulating publishers as a group.
PublisherGroup() - Constructor for class es.iac.ing.codeso.publisher.server.PublisherGroup
 
publisherImpl - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Reference to the CORBA implementation object (ie the Servant) whose services are to be published.
PublisherPollTask - Class in es.iac.ing.codeso.publisher.client
Provides a means of periodically polling a remote CORBA object implementing the IDL-specified IdlPollable interface.
PublisherPollTask(CorbaName, PublisherProxyDataModel, int, int) - Constructor for class es.iac.ing.codeso.publisher.client.PublisherPollTask
Constructs a new instance.
publisherPollTask - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Reference to a task used for controlling a polling client.
publisherProxy - Variable in class es.iac.ing.codeso.action.client.ActionProxy
Holds a reference to an object which will be used to retrieve the information from the server.
PublisherProxy - Class in es.iac.ing.codeso.publisher.client
Provides the main access point for leveraging the client-side functionality of the publisher package.
PublisherProxy(CorbaName, ConnectionPolicy, IdlSubscriberImpl) - Constructor for class es.iac.ing.codeso.publisher.client.PublisherProxy
Constructs a new instance associating it permanently with the supplied implementation of the IDL-specified IdlSubscriber interface.
publisherProxy - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy.PublisherProxyDataModelListener
Holds a reference to the proxy that this class is associated with.
publisherProxy - Variable in class es.iac.ing.codeso.server.client.ServerProxy
Holds a reference to an object which will be used to retrieve the information from the server.
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.
PublisherProxy.PublisherProxyDataModelListener - Class in es.iac.ing.codeso.publisher.client
A class which will observe the subscriber controller, publisher poller and publisher proxy data model and handle events received from them.
PublisherProxy.PublisherProxyDataModelListener(PublisherProxy) - Constructor for class es.iac.ing.codeso.publisher.client.PublisherProxy.PublisherProxyDataModelListener
Constructs a new instance associating it with the specified publisher proxy.
PublisherProxy.State - Enum in es.iac.ing.codeso.publisher.client
An enumeration describing the possible states in the lifecycle of a publisher.
PublisherProxy.State() - Constructor for enum es.iac.ing.codeso.publisher.client.PublisherProxy.State
 
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.IdlSubscriberImpl
 
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Reference to a data model which will be informed of the results of each successive poll operation.
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Reference to a data model that will be created to back this class.
PublisherProxyDataModel - Class in es.iac.ing.codeso.publisher.client
Provides the underlying data model for a PublisherProxy.
PublisherProxyDataModel(String) - Constructor for class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Constructs a new instance.
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Reference to the object which will be informed of the results of the initial state when the subscribe operation first succeeds..
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Reference to the object which will be informed of the results if the lease renewer fails.
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Reference to the object which will be informed of the results if the lease renewer fails.
publisherProxyDataModel - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Reference to the object which will be informed of the results of the initial state when the subscribe operation first succeeds..
PublisherProxyDataModel.iPublisherProxyDataModelListener - Interface in es.iac.ing.codeso.publisher.client
An interface which describes the capabilities that needed to be implemented by any class that wishes to observe changes to the state of the data model in the outer class.
PublisherProxyGroup - Class in es.iac.ing.codeso.publisher.client
A class for manipulating publisher proxies as a group.
PublisherProxyGroup() - Constructor for class es.iac.ing.codeso.publisher.client.PublisherProxyGroup
 
publisherProxyInfo - Variable in class es.iac.ing.codeso.action.client.ActionProxyInfo
Holds the state of the action proxy's publisher proxy at the moment this class instance was constructed.
publisherProxyInfo - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Holds a reference to an immutable object describing the complete state of the model.
PublisherProxyInfo - Class in es.iac.ing.codeso.publisher.client
A class which encapsulates the instantaneous state of a PublisherProxy.
PublisherProxyInfo(IdlPublisher, Any, Any, long, boolean) - Constructor for class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Constructs a new instance which captures the instantaneous state of a successfully connected PublisherProxy.
PublisherProxyInfo(int, String) - Constructor for class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Constructs a new instance which captures the instantaneous state of a PublisherProxy when it is in the not-connected state.
publisherProxyInfo - Variable in class es.iac.ing.codeso.server.client.ServerProxyInfo
Holds the state of the server proxy's publisher proxy at the moment this class instance was constructed.
put(DBR) - Method in class es.iac.ing.codeso.epics.WrappedPv
Puts a new value to the PV.
pvCadA - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadB - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadC - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadD - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadDir - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadE - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadMess - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCadVal - Variable in class es.iac.ing.codeso.epics.Cad
 
pvCarOerr - Variable in class es.iac.ing.codeso.epics.Car
 
pvCarOmss - Variable in class es.iac.ing.codeso.epics.Car
 
pvCarVal - Variable in class es.iac.ing.codeso.epics.Car
 
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
pvDataSource - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
 
pvInstances - Static variable in class es.iac.ing.codeso.epics.WrappedPv
Instance array - required only for diagnostics
pvName - Variable in class es.iac.ing.codeso.epics.WrappedPv
String containing the name of the process variable to operate on.
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.
register() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Make an attempt to register and report its outcome.
registeredCount - Variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Holds a count of the number of instances that are currently registered with the CORBA Naming Service.
registeredOk(Publisher) - Method in class es.iac.ing.codeso.action.server.Action.PublisherListener
Indicates the publisher managed to successfully advertised the action within the CORBA Naming Service.
registeredOk(Publisher) - Method in interface es.iac.ing.codeso.publisher.server.iPublisherListener
Indicates the publisher's availability has been successfully advertised on the CORBA Naming Service.
registeredOk(Publisher) - Method in class es.iac.ing.codeso.server.server.Server.PublisherListener
Indicates the publisher managed to successfully advertise the server with the CORBA Naming Service.
registeredOk(Publisher) - Method in class es.iac.ing.codeso.status.server.StatusItem.PublisherListener
Indicates the publisher managed to successfully advertised the status item within the CORBA Naming Service.
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.
releaseJcaLock() - Method in class es.iac.ing.codeso.epics.WrappedPv
Releases a lock
releaseResources() - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Causes this object to cancel any threads it may have started and to release any resources it is holding.
releaseResources() - Method in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Causes this object to cancel any threads it may have started and to release any resources it may be holding.
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.
removeExiredLeases() - Method in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Removes all expired leases
removeExpiredLeases() - Method in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Removes all expired leases
renewLease() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Attempt to renews the subscriber's lease.
renewLease(long) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
renewLease(long) - Method in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Renews the lease of the specified subscriber.
repositoryId - Variable in class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
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.
resolveInitialServiceReference(String) - Method in class es.iac.ing.codeso.gen.CorbaInterface
Returns a reference to the specified CORBA initial service.
resolveNameWithinContext(NamingContext, NameComponent) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Attempts to resolve a single NameComponent within the specified NamingContext.
resourceClassFile - Variable in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
resourceLocator - Variable in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
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.
resourceMap - Variable in class es.iac.ing.codeso.gen.ResourceManager
Map of resources that have been loaded from, and will be saved to the backing store.
resourceName - Variable in class es.iac.ing.codeso.gen.ResourceManager.ResourceEntry
 
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.
ResourceType(String, String) - Constructor for enum es.iac.ing.codeso.gen.ResourceType
Constructs a new resource type associating it permanently with the specified description and persistence file name.
restart(String, String, String[]) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Restarts the server This method is implemented as an obligation to the CODESO IDL-specified IdlServer interface.
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.
resultMap - Variable in class es.iac.ing.codeso.action.types.ActionResultList
A map of parameter names and their associated arguments
retainSubscribers(SubscriberId[]) - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Retains in the managed collection only those subscribers whose id's are present in the supplied array.
retainSubscribers(SubscriberId[]) - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Retains in the managed collection only those subscribers whose id's are present in the supplied array.
retryInterval - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Interval in milliseconds between subsequent attempts to verify the link.
retryInterval - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Interval in milliseconds between subsequent attempts to subscribe.
retryInterval - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Interval in milliseconds between subsequent attempts to register.
run() - Method in class es.iac.ing.codeso.action.server.ActionExecutor.ActionExecutionTask
Provides the action execution implementation.
run() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.LeaseRenewerTimerTask
 
run() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
Runs the task
run(String[]) - Static method in class es.iac.ing.codeso.server.server.ServerRunner
Runs a server whose name is specified on the command line.
run() - Method in class es.iac.ing.codeso.widget.basic.CBasicError.UpdateWidgetTask
 
run() - Method in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup.UpdateWidgetTask
 
run() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus.UpdateWidgetTask
 
run() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton.UpdateWidgetTask
 
run() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo.UpdateWidgetTask
 
run() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus.UpdateWidgetTask
 
run() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal.UpdateWidgetTask
 
running - Variable in class es.iac.ing.codeso.gen.Stopwatch
Holds the current state of the stopwatch: running or stopped.
runOrb() - Method in class es.iac.ing.codeso.gen.CorbaInterface
Blocks until the ORB is closed down.

S

saveResourceEntriesToFile(String) - Method in class es.iac.ing.codeso.gen.ResourceManager
Saves the current resource collection to the backing store.
selectedItemBackgroundColor - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo.ComboWidgetCellRenderer
 
sendMessage(String, WrappedSyslog.MessagePriority) - Static method in class es.iac.ing.codeso.gen.WrappedSyslog
Attempts to Sends a message to the system log.
sequenceNumber - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Holds the sequence number.
sequenceNumber - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
 
sequenceNumber - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
 
sequenceNumber - Variable in class es.iac.ing.codeso.status.types.StatusItemInfo
Holds the sequence number.
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo.ComboWidgetCellRenderer
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicError
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog.LogWidgetCellRenderer
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.composite.CLabelledStatus
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
Required to handle serialisation issues
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.corba.CButton
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.corba.CCombo
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.corba.CLog
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.corba.CStatus
 
serialVersionUID - Static variable in class es.iac.ing.codeso.widget.corba.CTerminal
 
servantIOR - Variable in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Holds a reference to the IOR of the object which was successfully registered with the CORBA Naming Service.
server - Variable in class es.iac.ing.codeso.server.server.IdlServerImpl
 
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 - Variable in class es.iac.ing.codeso.server.server.Server.PublisherListener
Holds a reference to the server whose state will be manipulated.
server - Static variable in class es.iac.ing.codeso.server.server.ServerRunner
Holds a reference to the server (needed to shut it down later)
Server.PublisherListener - Class in es.iac.ing.codeso.server.server
Listens to the publisher to determine a) the moment when the server becomes advertised or b) when the server's value changes.
Server.PublisherListener(Server) - Constructor for class es.iac.ing.codeso.server.server.Server.PublisherListener
Constructs a new instance associated with the specified server.
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.
serverBody - Variable in class es.iac.ing.codeso.server.server.IdlServerImpl
Holds a reference to an instance of the iServerBody which will implement the services required by this server
serverBody - Variable in class es.iac.ing.codeso.server.server.Server
Reference to the the object providing the implementation body for this server.
ServerCommandTool - Class in es.iac.ing.codeso.server.client
 
ServerCommandTool() - Constructor for class es.iac.ing.codeso.server.client.ServerCommandTool
 
ServerCommandTool.ServerCommand - Enum in es.iac.ing.codeso.server.client
 
ServerCommandTool.ServerCommand(String) - Constructor for enum es.iac.ing.codeso.server.client.ServerCommandTool.ServerCommand
 
serverDescriptor - Variable in class es.iac.ing.codeso.server.client.ServerProxyInfo
Holds the server proxy's descriptor information as extracted from the internally encapsulated PublisherProxyInfo object.
serverDescriptor - Variable in class es.iac.ing.codeso.server.server.Server
Holds the (fixed) descriptor information associated with this server.
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.
serverName1 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName2 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName3 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName4 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName5 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName6 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName7 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
serverName8 - Variable in class es.iac.ing.codeso.widget.corba.CLog
 
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 - Variable in class es.iac.ing.codeso.server.client.ServerProxy.PublisherProxyListener
Holds a reference to the outer server proxy
ServerProxy.PublisherProxyListener - Class in es.iac.ing.codeso.server.client
Listens to the publisher proxy to determine a) the moment when the server proxy becomes connected/disconnected or b) when the server proxy's value changes.
ServerProxy.PublisherProxyListener(ServerProxy) - Constructor for class es.iac.ing.codeso.server.client.ServerProxy.PublisherProxyListener
Constructs a new instance associated with the specified server.
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
 
ServerProxyGroup.ServerProxyListener - Class in es.iac.ing.codeso.server.client
Provides a listener designed to monitor the state of all servers within the ServerProxyGroup and to notify any state changes to its parent group.
ServerProxyGroup.ServerProxyListener() - Constructor for class es.iac.ing.codeso.server.client.ServerProxyGroup.ServerProxyListener
 
ServerProxyInfo - Class in es.iac.ing.codeso.server.client
A class which captures the instantaneous state of a ServerProxy.
ServerProxyInfo(PublisherProxyInfo) - Constructor for class es.iac.ing.codeso.server.client.ServerProxyInfo
Constructs a new instance.
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.
serverProxyList - Variable in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter
Holds references to all ServerProxy, thus preventing them from being garbage collected.
serverProxyListener - Variable in class es.iac.ing.codeso.server.client.ServerProxyGroup
Holds a reference to an object which will listen for state changes to all server proxies within the group.
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.
ServerRunner() - Constructor for class es.iac.ing.codeso.server.server.ServerRunner
This class is not intended to be instantiated
ServerSideStatisticsLogger - Class in es.iac.ing.codeso.publisher.server
Provides a means of recording and monitoring statistical information associated with a class of server-side objects whose availability must be advertised on the CORBA Naming Service.
ServerSideStatisticsLogger(String) - Constructor for class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Constructs a new instance designed to monitor a class of server-side CORBA object of the specified name.
ServerSideStatisticsLogger.MyThreadFactory - Class in es.iac.ing.codeso.publisher.server
A thread factory for this statistics logger.
ServerSideStatisticsLogger.MyThreadFactory() - Constructor for class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger.MyThreadFactory
 
ServerState - Enum in es.iac.ing.codeso.server.types
Encapsulates the CODESO IDL-specified IdlServerState object.
ServerState(IdlServerStateCode) - Constructor for enum es.iac.ing.codeso.server.types.ServerState
Creates a new ServerState associating it permanently with the equivalent CODESO IDL-specified server state.
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.
serverStateChanged(ServerProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxyGroup.ServerProxyListener
 
serverStateChanged(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ServerProxyListener
 
serverValue - Variable in class es.iac.ing.codeso.server.client.ServerProxyInfo
Holds the server proxy's value information as extracted from the internally encapsulated PublisherProxyInfo object.
serverValue - Variable in class es.iac.ing.codeso.server.server.Server
Holds the (dynamically changing) value information associated with this 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.
setActionCompletedOk() - Method in class es.iac.ing.codeso.action.server.Action
Indicates that the action has completed successfully and moves the action to the IDLE state.
setActionCompletedOk(ActionResultList) - Method in class es.iac.ing.codeso.action.server.Action
Indicates that the action has completed successfully, moves the action to the IDLE state, and sets the associated action results.
setActionFailed(int) - Method in class es.iac.ing.codeso.action.server.Action
Indicates that the execution of the action failed, moves the action to the ERROR state, and sets the error code to the specified value.
setActionFailed(int, String) - Method in class es.iac.ing.codeso.action.server.Action
Indicates that the execution of the action failed, moves the action to the ERROR state, and sets the error code and error information to the specified values.
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
 
setActionPending(ActionArgumentList) - Method in class es.iac.ing.codeso.action.server.Action
Indicates that an action's invocation has been successful and moves the action to the PENDING state.
setActionStarted() - Method in class es.iac.ing.codeso.action.server.Action
Indicates that work specified by the action's invocation arguments is about to begin and moves the action to the ACTIVE state.
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.
setAndNotifyOutcome(SubscriberSubscribeTask.SubscriptionAttemptOutcome, String) - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Reports the results of the previous subscription attempt.
setAndNotifyOutcome(NameRegistrationTask.RegistrationAttemptOutcome) - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Reports the results of the previous registration attempt to all registered observers of this class.
setAndNotifyTerminated(SubscriberLeaseRenewerTask.TerminationReason, String) - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Terminates this task storing the reason why and notifying observers of this class.
setAndNotifyTerminated(SubscriberLinkCheckerTask.TerminationReason, String) - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Terminates this task storing the reason why and notifying observers of this class.
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.
setConnectionEstablished(IdlPublisher, Any, Any, long) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Sets the data model to reflect that a connection has been established between the publisher proxy and its remote publisher.
setConnectionFailed(int, String) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Sets the data model to reflect the loss of a connection between the publisher proxy and its remote publisher.
setConnectionPolicy(ConnectionPolicy) - Method in class es.iac.ing.codeso.status.client.StatusItemProxyConnectionPolicy
Sets the publisher connection policy that is equivalent
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.
setExtraErrorInformation(String) - Method in enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
 
setExtraErrorInformation(String) - Method in enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
 
setExtraErrorInformation(String) - Method in enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
 
setFailedNotificationHandler(iFailedNotificationHandler) - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Sets a handler which will be informed if a notification failed.
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.
setListener(PublisherProxyDataModel.iPublisherProxyDataModelListener) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Sets a reference to a listener which will be informed of future changes to the state of the model.
setLoggingConsoleEchoState(boolean) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Provides a means of turning logging to the console ON or OFF.
setLoggingConsoleEchoState(boolean) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
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.
setLoggingEnableState(boolean) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
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.
setLoggingTraceSpecifier(String) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
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.
setMonitor(iWrappedPvListener) - Method in class es.iac.ing.codeso.epics.WrappedPv
Makes a single attempt to set up a monitor on the process variable which was specified by the class constructor.
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, Any) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Sets the specified server property.
setProperty(String, String) - Method in interface es.iac.ing.codeso.server.server.iServerBody
Sets the specified property.
setPublicationPolicy(PublicationPolicy) - Method in class es.iac.ing.codeso.status.server.StatusItemPublicationPolicy
 
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
 
setServerActivationCompletedOk() - Method in class es.iac.ing.codeso.server.server.Server
Indicates that server activation sequence completed ok.
setServerActivationFailed(int, String) - Method in class es.iac.ing.codeso.server.server.Server
Indicates that the server activation sequence failed.
setServerActivationStarted(String, String, String[]) - Method in class es.iac.ing.codeso.server.server.Server
Indicates that the server has started its activation sequence.
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
 
setServerStandbyCompletedOk() - Method in class es.iac.ing.codeso.server.server.Server
Indicates that server is about to perform its startup operation.
setServerStandbyFailed(int, String) - Method in class es.iac.ing.codeso.server.server.Server
Indicates that server is about to perform its startup operation.
setServerStandbyStarted(String, String) - Method in class es.iac.ing.codeso.server.server.Server
Indicates that server is about to perform its standby sequence.
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
 
setSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CBasicError
Sets a flag to say that a Swing event dispatch thread update is pending.
setSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CBasicStatus
Sets a flag to say that a Swing event dispatch thread update is pending.
setSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
Sets a flag to say that a Swing event dispatch thread update is pending.
setSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
Sets a flag to say that a Swing event dispatch thread update is pending.
setSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
Sets a flag to say that a Swing event dispatch thread update is pending.
setSwingUpdatePending() - Method in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
Sets a flag to say that a Swing event dispatch thread update is pending.
setSyslogEnableState(boolean) - Static method in class es.iac.ing.codeso.gen.Message
Enables or disables the sending of all messages to syslog.
settable - Variable in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Reference to a SettableImpl to whom the methods in this class will delegate.
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(ActionValue) - Method in class es.iac.ing.codeso.action.server.Action
Sets the new value of the action and returns control as soon as possible to the caller (that's to say without incurring the cost of a remote call).
setValue(String, boolean) - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Sets the value of the status item
setValue(Any) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
setValue(Any) - Method in class es.iac.ing.codeso.publisher.server.IdlSettableImpl
Sets the current value associated with this PublishableItem.
setValue(Any) - Method in class es.iac.ing.codeso.publisher.server.Publisher
Sets the new value and returns control as soon as possible to the caller (that's to say without incurring the cost of a remote call).
setValue(ServerValue) - Method in class es.iac.ing.codeso.server.server.Server
Sets the new value of the server and returns control as soon as possible to the caller (that's to say without incurring the cost of a remote call).
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.
setValueUpdated(Any, long) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Sets the data model to reflect the receipt of new server-side value information by the publisher proxy.
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.
sharedJcaPv - Variable in class es.iac.ing.codeso.epics.WrappedPv
Holds a single instance of a JCA Process Variable to be shared throughout the methods in this class.
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.publisher.client.PublisherProxy
Disables the services provided by this publisher and attempts to remove its publicised availability from within the CORBA Naming Service.
shutdown() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Disables the services provided by this publisher and attempts to remove its publicised availability from within the CORBA Naming Service.
shutdown() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Shuts down this class instance.
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.publisher.client.PublisherProxyGroup
Shuts down every publisher proxy within this group.
shutdownAll() - Method in class es.iac.ing.codeso.publisher.server.PublisherGroup
Shuts down every publisher 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.
shutdownCount - Variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Holds a count of the number of instances that are currently shutdown.
shutdownCount - Variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Holds a count of the number of instances that are currently shutdown.
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.
specialCommandNameExpressionMatcher - Variable in class es.iac.ing.codeso.widget.basic.CBasicCombo
 
standby(String, String) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Puts the server on standby.
start() - Method in class es.iac.ing.codeso.epics.Cad
Invokes CAD START directive
start() - Method in class es.iac.ing.codeso.gen.Stopwatch
Starts (or restarts) the stopwatch, initiating a new timing interval.
start() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Starts the task.
start() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Starts the task.
start() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Starts the task.
start() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Starts the task.
start() - Method in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Schedules the pruning task.
start() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Starts the task.
startCarMonitoring() - Method in class es.iac.ing.codeso.epics.Car
Starts listening to the CAR.
startCheckingTasks(SubscriberId, IdlSubscribable, int) - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Starts the tasks required for checking an existing subscription.
startListeningTo(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.ControlWidgetAdapter.ActionProxyListener
 
startListeningTo(ActionProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ActionProxyListener
 
startListeningTo(ServerProxy) - Method in class es.iac.ing.codeso.widget.adapter.LogWidgetAdapter.ServerProxyListener
 
startLogging() - Method in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Starts the statistics logging service
startLogging() - Method in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Starts the statistics logging service
startMonitoring(StatusItemProxy, Object) - Method in class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
startObserving() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Start listening to updates to the model.
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.
startSubscribingTask() - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Starts the task required for initiating a new subscription.
startSyslogSession(String, int, String) - Static method in class es.iac.ing.codeso.gen.WrappedSyslog
Starts a new syslog session using the specified parameters
startTime - Variable in class es.iac.ing.codeso.gen.Stopwatch
A timestamp which keeps track of the instant in which the stopwatch was last started.
STATISTICS_INITIAL_DELAY - Static variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Initial delay before first log in milliseconds
STATISTICS_INITIAL_DELAY - Static variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Initial delay before first log in milliseconds
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.action.client.ActionProxy
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.action.server.Action
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.server.client.ServerProxy
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.server.server.Server
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.status.client.StatusItemProxy
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGER - Static variable in class es.iac.ing.codeso.status.server.StatusItem
Holds a reference to an object which will log statistical information relating to the lifecycle of instances of this class.
STATISTICS_LOGGING_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.client.ClientSideStatisticsLogger
Logging interval in milliseconds
STATISTICS_LOGGING_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.server.ServerSideStatisticsLogger
Logging interval in milliseconds
statusFormatter - Variable in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
statusFormatter - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusFormatter - Variable in class es.iac.ing.codeso.widget.corba.CTerminal
 
statusIcon - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Holds the status widget's content image property.
statusItem - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
 
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.
statusItem - Variable in class es.iac.ing.codeso.status.server.StatusItem.PublisherListener
Holds a reference a status item whose state will be manopulated
StatusItem.PublisherListener - Class in es.iac.ing.codeso.status.server
Listens to the publisher to determine a) the moment when the status item becomes advertised or b) when the status item's value changes.
StatusItem.PublisherListener(StatusItem<?, ?>) - Constructor for class es.iac.ing.codeso.status.server.StatusItem.PublisherListener
Constructs a new instance associated with the specified status item.
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 - Variable in class es.iac.ing.codeso.status.server.StatusItem
Holds the (fixed) descriptor information associated with this status item.
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.
statusItemDescriptor - Variable in class es.iac.ing.codeso.status.types.StatusItemInfo
Holds the descriptor information.
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.
statusItemDescriptorBoolean - Variable in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorDouble - Variable in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorFloat - Variable in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorIdl - Variable in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorLong - Variable in class es.iac.ing.codeso.status.types.StatusItemValueLong
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorLongLong - Variable in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorShort - Variable in class es.iac.ing.codeso.status.types.StatusItemValueShort
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorString - Variable in class es.iac.ing.codeso.status.types.StatusItemValueString
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorUnsignedLong - Variable in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorUnsignedLongLong - Variable in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorUnsignedShort - Variable in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Reference to an object containing the status item's descriptor information.
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.
statusItemDescriptorXml - Variable in class es.iac.ing.codeso.status.types.StatusItemValueXml
Reference to an object containing the status item's descriptor information.
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.
statusItemImpl - Variable in class es.iac.ing.codeso.status.server.StatusItem
Reference to a servant object which provides an implementation of the IDL-specified IdlStatusItem interface.
statusItemInfo - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyInfo
 
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.
StatusItemInfo.StatusItemInfoString - Class in es.iac.ing.codeso.status.types
 
StatusItemInfo.StatusItemInfoString(StatusItemDescriptorString, StatusItemValueString, long) - Constructor for class es.iac.ing.codeso.status.types.StatusItemInfo.StatusItemInfoString
 
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.
statusItemName - Variable in class es.iac.ing.codeso.widget.corba.CTerminal
 
statusItemName1 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName2 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName3 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName4 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName5 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName6 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName7 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusItemName8 - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
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.
statusItemProxy - Variable in class es.iac.ing.codeso.status.client.StatusItemProxy.PublisherProxyListener
Holds a reference to a status item whose state will be manipulated
StatusItemProxy.PublisherProxyListener - Class in es.iac.ing.codeso.status.client
Listens to the publisher proxy to determine a) the moment when the status item proxy becomes connected/disconnected or b) when the status item proxy's value changes.
StatusItemProxy.PublisherProxyListener(StatusItemProxy<?, ?>) - Constructor for class es.iac.ing.codeso.status.client.StatusItemProxy.PublisherProxyListener
Constructs a new instance associated with the specified status item.
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
 
statusItemProxyGroup - Variable in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
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.
statusItemProxyListener - Variable in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
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.
statusItemSubscriberImpl - Variable in class es.iac.ing.codeso.status.client.StatusItemProxy
Reference to a servant object which implements the IDL-specified IdlStatusItem interface.
statusItemType - Variable in enum es.iac.ing.codeso.status.types.StatusType
Holds the equivalent IDL-specified type
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 - Variable in class es.iac.ing.codeso.status.server.StatusItem
Holds the (dynamically changing) value information associated with this status item.
statusItemValue - Variable in class es.iac.ing.codeso.status.types.StatusItemInfo
Holds the value information.
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.
statusItemValueUpdated(StatusItemProxy) - Method in class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
statusItemValueUpdated(StatusItemProxy) - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter.StatusItemProxyListener
 
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
statusRepository - Variable in class es.iac.ing.codeso.status.client.StatusRepository
Facilitates looking up between repository id's and the locally cached value of the status item
StatusRepository.StatusItemProxyListener - Class in es.iac.ing.codeso.status.client
 
StatusRepository.StatusItemProxyListener() - Constructor for class es.iac.ing.codeso.status.client.StatusRepository.StatusItemProxyListener
 
statusText - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
Holds the status widget's content text property.
StatusType - Enum in es.iac.ing.codeso.status.types
Defines the types of status items available in the CODESO status package.
StatusType(IdlStatusItemType) - Constructor for enum es.iac.ing.codeso.status.types.StatusType
Constructs a new instance, associating each one with one of the underlying IDL-specified status types.
statusWidget - Variable in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 
statusWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
 
statusWidget - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
 
statusWidget - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatus
 
statusWidget - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusButton
 
statusWidget - Variable in class es.iac.ing.codeso.widget.composite.CBasicLabelledStatusCombo
 
statusWidget - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatus
 
statusWidget - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusButton
 
statusWidget - Variable in class es.iac.ing.codeso.widget.composite.CLabelledStatusCombo
 
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
statusWidgetAdapter - Variable in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter.StatusItemProxyListener
 
statusWidgetAdapter - Variable in class es.iac.ing.codeso.widget.corba.CStatus
 
statusWidgetAdapter - Variable in class es.iac.ing.codeso.widget.corba.CTerminal
 
StatusWidgetAdapter.StatusItemProxyListener - Class in es.iac.ing.codeso.widget.adapter
 
StatusWidgetAdapter.StatusItemProxyListener(StatusWidgetAdapter) - Constructor for class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter.StatusItemProxyListener
 
stop() - Method in class es.iac.ing.codeso.epics.Cad
Invokes the CAD STOP directive
stop() - Method in class es.iac.ing.codeso.gen.Stopwatch
Stops the stopwatch, ending the current timing interval.
stop() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Stops the task.
stop() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Stops the task.
stop() - Method in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Stops the task.
stop() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Stops the task.
stop() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Stops the task.
stopObserving() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Stops listening to updates to the model, sets this objects state to stopped and shuts down all subscriber notifiers that may have been previously created.
stopped - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Holds a reference to a flag which is set
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.
stopTime - Variable in class es.iac.ing.codeso.gen.Stopwatch
A timestamp which keeps track of the instant in which the stopwatch was last stopped.
STOPWATCH - Static variable in class es.iac.ing.codeso.gen.Message
 
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.
Stopwatch.TimeUnit() - Constructor for enum es.iac.ing.codeso.gen.Stopwatch.TimeUnit
 
stringName - Variable in class es.iac.ing.codeso.action.client.ActionProxy
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.action.server.Action
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.ActionExecutionTask
 
stringName - Variable in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.gen.CorbaInterface
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Holds the name of this object as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Holds the name of this object as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
 
stringName - Variable in class es.iac.ing.codeso.publisher.server.Publisher
Holds the name of this object as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Holds the name of this object as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.server.client.ServerProxy
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.server.server.Server
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.status.client.StatusItemProxy
Holds the name of this class as returned by the toString method.
stringName - Variable in class es.iac.ing.codeso.status.server.StatusItem
Holds the name of this class as returned by the toString method.
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.
submit(Action, ActionArgumentList, iActionHandler) - Static method in class es.iac.ing.codeso.action.server.ActionExecutor
Submits a new action execution request.
submit(IdlSubscriber, long, Any) - Static method in class es.iac.ing.codeso.publisher.server.NotificationExecutor
Submits a new notification request.
subscribable - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Reference to the CORBA object to whom the lease renewal request should be made.
subscribable - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Reference to the CORBA object to whom the link verification requests should be made.
subscribable - Variable in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
Reference to a IdlSubscribableImpl to whom the methods in this class will delegate.
subscribe() - Method in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Attempt to subscribe reporting the outcome of the attempt.
subscribe(IdlSubscriber, LongHolder, IdlPublishableItemHolder) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
subscribe(IdlSubscriber, LongHolder, IdlPublishableItemHolder) - Method in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Adds a new subscriber to the publisher notification list.
SUBSCRIBE_TASK_INITIAL_DELAY - Static variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Delay in milliseconds before first attempting to subscrbe.
SUBSCRIBE_TASK_RETRY_INTERVAL - Static variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Interval in milliseconds between successive subscription attempts.
subscribed - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Specifies whether this controller is currently in the subscribed state (in which case the link checking tasks must run) or not (in which case the subscriber task must run).
subscriberBufferSize - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the maximum permitted size of the buffer associated with each subscriber.
subscriberControllerTask - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxy
Reference to a task used for controlling a subscribing client.
SubscriberControllerTask - Class in es.iac.ing.codeso.publisher.client
Controls and monitors the various tasks which are required to subscribe to a remote CORBA object implementing the IDL-specified IdlSubscribable interface.
SubscriberControllerTask(CorbaName, PublisherProxyDataModel, Servant, int) - Constructor for class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Constructs a new instance associated with the Publisher of the given name.
subscriberId - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Id of the subscriber whose lease is to be renewed.
subscriberId - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Id of the subscriber whose link is to be checked.
subscriberId - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Subscriber Id as returned when subscription was successful.
SubscriberId - Class in es.iac.ing.codeso.publisher.server
An immutable class which holds a subscriber id, the unique value that is assigned to a subscriber when it first registers with a remote CORBA object implementing the IDL-specified IdlSubscribable interface.
SubscriberId(long) - Constructor for class es.iac.ing.codeso.publisher.server.SubscriberId
Constructs a new immutable SubscriberId associating it with the specified value.
subscriberLeaseManager - Variable in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Reference to an object holding the subscriber leases which are to be pruned.
subscriberLeaseManager - Variable in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Reference to the object which will manage the subscriber leases
SubscriberLeaseManager - Class in es.iac.ing.codeso.publisher.server
Manages the collection of subscriber leases.
SubscriberLeaseManager(int) - Constructor for class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Constructs a new SubscriberLeaseManager whose lease renewal period is as specified.
subscriberLeaseMap - Variable in class es.iac.ing.codeso.publisher.server.SubscriberLeaseManager
Reference to a map holding the time of expiry of each subscriber's lease
subscriberLeaseRenewalInterval - Variable in class es.iac.ing.codeso.publisher.server.PublicationPolicy
Specifies the period in milliseconds which will be added to a subscribers lease every time it is renewed.
subscriberLeaseRenewerTask - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Reference to a task used for periodically renewing the subscriber's lease.
SubscriberLeaseRenewerTask - Class in es.iac.ing.codeso.publisher.client
Provides a means of periodically renewing a subscribers' lease, thus preventing it from being removed from the Subscribable's subscription list.
SubscriberLeaseRenewerTask(IdlSubscribable, PublisherProxyDataModel, SubscriberId, int, int) - Constructor for class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Constructs a new SubscriberLeaseRenewerTask which will periodically attempt to renew a subscribers lease.
SubscriberLeaseRenewerTask.LeaseRenewerTimerTask - Class in es.iac.ing.codeso.publisher.client
Extension of the TimerTask for renewing a subscriber lease.
SubscriberLeaseRenewerTask.LeaseRenewerTimerTask() - Constructor for class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.LeaseRenewerTimerTask
 
SubscriberLeaseRenewerTask.TerminationReason - Enum in es.iac.ing.codeso.publisher.client
An enumeration describing the possible reasons why the lease renewer task terminated.
SubscriberLeaseRenewerTask.TerminationReason(int) - Constructor for enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
 
subscriberLinkCheckerTask - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Reference to a task used for checking the continued correct operation of the subscriber's link.
SubscriberLinkCheckerTask - Class in es.iac.ing.codeso.publisher.client
Provides a means of periodically verifying the link to the subscriber.
SubscriberLinkCheckerTask(IdlSubscribable, PublisherProxyDataModel, SubscriberId, int, int) - Constructor for class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Constructs a new SubscriberLinkCheckerTask which will periodically attempt tocheck a subscriber's link.
SubscriberLinkCheckerTask.TerminationReason - Enum in es.iac.ing.codeso.publisher.client
An enumeration describing the possible reasons why the link checker task terminated.
SubscriberLinkCheckerTask.TerminationReason(int) - Constructor for enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
 
subscriberMap - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Reference to a map of active subscribers.
subscriberNotificationManager - Variable in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Reference to the object managing the subscriber notifications.
subscriberNotificationManager - Variable in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Reference to the object which will manage subscriber notifcations
SubscriberNotificationManager - Class in es.iac.ing.codeso.publisher.server
Provides a mechanism for notifying multiple subscribers of an update to the value of the PublisherDataModel specified during class construction.
SubscriberNotificationManager(PublicationPolicy, PublisherDataModel) - Constructor for class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Constructs a new instance associating it permanently with the specified publication policy and data model.
SubscriberNotifier - Class in es.iac.ing.codeso.publisher.server
This class provides a facility for notifying a single subscriber of a change of value to a publisher.
SubscriberNotifier(SubscriberId, IdlSubscriber, PublicationPolicy) - Constructor for class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Constructs a new instance which will operate with the specified subscriber and publication policy.
SubscriberNotifier.NotificationManagerTask - Class in es.iac.ing.codeso.publisher.server
A runnable task that submits a new notification request to the (shared) NotificationExecutor service, and then manages it's subsequent execution.
SubscriberNotifier.NotificationManagerTask(IdlSubscriber, long, Any, int, iFailedNotificationHandler) - Constructor for class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
Constructs a new instance for managing a single notification.
subscriberReferenceManager - Variable in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Reference to the object holding the subscriber references which are to be pruned.
subscriberReferenceManager - Variable in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Reference to the object which will manage the subscribers object references.
SubscriberReferenceManager - Class in es.iac.ing.codeso.publisher.server
Manages a collection of CORBA object references to CODESO subscribers, assigning each one a unique id.
SubscriberReferenceManager() - Constructor for class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Constructs a new SubscriberReferenceManager.
subscriberReferenceMap - Variable in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Reference to a map holding the CORBA IOR associated with each subscriber.
subscriberServant - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Reference to the CORBA object which is to be subscribed.
subscriberServant - Variable in class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Reference to the CORBA object which is to be subscribed.
subscriberSubscribeTask - Variable in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Reference to a task used for subscribing.
SubscriberSubscribeTask - Class in es.iac.ing.codeso.publisher.client
Provides a means of generating repeated subscription attempts to a remote CORBA object implementing the IDL-specified IdlSubscribable interface.
SubscriberSubscribeTask(CorbaName, PublisherProxyDataModel, Servant, int, int) - Constructor for class es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask
Constructs a new instance.
SubscriberSubscribeTask.SubscriptionAttemptOutcome - Enum in es.iac.ing.codeso.publisher.client
An enumeration describing the possible outcomes of a subscriptioon attempt.
SubscriberSubscribeTask.SubscriptionAttemptOutcome(int) - Constructor for enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
 
SUCCESS_ENTRY_COLOR - Static variable in class es.iac.ing.codeso.widget.basic.CBasicLog
 
suite() - Static method in class es.iac.ing.codeso.CodesoTestSuite
 
swingUpdatePending - Variable in class es.iac.ing.codeso.widget.basic.CBasicError
A flag which indicates whether an update request has already been posted for execution by the Swing event dispatch thread.
swingUpdatePending - Variable in class es.iac.ing.codeso.widget.basic.CBasicStatus
A flag which indicates whether an update request has already been posted for execution by the Swing event dispatch thread.
swingUpdatePending - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareButton
A flag which indicates whether an update request has already been posted for execution by the Swing event dispatch thread.
swingUpdatePending - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareCombo
A flag which indicates whether an update request has already been posted for execution by the Swing event dispatch thread.
swingUpdatePending - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareStatus
A flag which indicates whether an update request has already been posted for execution by the Swing event dispatch thread.
swingUpdatePending - Variable in class es.iac.ing.codeso.widget.basic.CErrorAwareTerminal
A flag which indicates whether an update request has already been posted for execution by the Swing event dispatch thread.
synchronisedPoll() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Performs an synchronised poll, that's to say a publisher getValueIfNewer operation.
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.
synchronousInvoke(IdlArgument[]) - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Synchronously invokes an action, returning the final result when it becomes available.
syslog - Static variable in class es.iac.ing.codeso.gen.WrappedSyslog
Holds a reference to the currently active system logging object, or null if not available.
syslogEnabled - Static variable in class es.iac.ing.codeso.gen.Message
Holds the dynamic on/off state of syslog enablement
syslogPriority - Variable in enum es.iac.ing.codeso.gen.WrappedSyslog.MessagePriority
 

T

terminate(String, String) - Method in class es.iac.ing.codeso.server.server.IdlServerImpl
Terminates the server process.
terminateServer(String, String) - Method in class es.iac.ing.codeso.server.client.ServerProxy
Terminates the server process.
terminationReason - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask
Holds the reason why the task terminated.
terminationReason - Variable in class es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask
Holds the reason why the task terminated.
theINSTANCE - Static variable in class es.iac.ing.codeso.widget.basic.CBasicErrorPopup.BasicOptionPaneIconExtractor
 
THREAD_KEEPALIVE_TIME - Static variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Specifies the duration in milliseconds that the subscriber notifier's core thread will continue to run in the absence of any traffic.
threadGroup - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.NamedThreadFactory
 
threadGroup - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NamedThreadFactory
 
threadNamePrefix - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.NamedThreadFactory
 
threadNamePrefix - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NamedThreadFactory
 
threadNumber - Variable in class es.iac.ing.codeso.action.server.ActionExecutor.NamedThreadFactory
 
threadNumber - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NamedThreadFactory
 
throwLoggedXmlEngineExceptions() - Method in class es.iac.ing.codeso.gen.ResourceManager
Examines any XML encoder or decoder engine errors that may have previously occurred and if present throws a new ResourceManagerException containing the information which was logged.
timeout - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
 
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.server.ActionExecutor.ActionExecutionTask
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.publisher.client.PublisherPollTask
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyDataModel
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.DeadSubscriberPrunerTask
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.NameRegistrationTask
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.Publisher
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.SubscriberId
Returns a string representation of this SubscriberId.
toString() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotifier
Returns a string representation of this class instance.
toString() - Method in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
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.
totalElapsedTimeWhenLastStopped - Variable in class es.iac.ing.codeso.gen.Stopwatch
Holds the the sum of all the completed time intervals.
totalSubscriberCount - Static variable in class es.iac.ing.codeso.publisher.server.SubscriberReferenceManager
Holds a count of the total number of subscribers in all class instances.

U

unbindNameWithinContext(NamingContext, NameComponent) - Static method in class es.iac.ing.codeso.gen.CorbaInterface
Attempts to unbind the object that is associated with the specified name and naming context.
unSubscribe(long) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
unSubscribe(long) - Method in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Removes the specified subscriber from the subscription list.
unsynchronisedPoll() - Method in class es.iac.ing.codeso.publisher.client.PublisherPollTask
Performs an unsynchronised poll, that's to say a publisher get operation.
update(PublisherProxyInfo) - Method in class es.iac.ing.codeso.action.client.ActionProxyInfo
Returns an instance based on the newly supplied PublisherProxyInfo object.
update(Observable, Object) - Method in class es.iac.ing.codeso.publisher.client.SubscriberControllerTask
Provides a means of monitoring the tasks spawned by this controller.
update(Observable, Object) - Method in class es.iac.ing.codeso.publisher.server.Publisher.MyObserver
Provides a means of monitoring the tasks spawned by this controller.
update(Observable, Object) - Method in class es.iac.ing.codeso.publisher.server.SubscriberNotificationManager
Process a value change on the observed data model.
update(PublisherProxyInfo) - Method in class es.iac.ing.codeso.server.client.ServerProxyInfo
Returns an instance based on the newly supplied PublisherProxyInfo object.
updateErrorStatus(int, String) - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Notifies a new status error condition
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.
updateNormalStatus(String) - Method in class es.iac.ing.codeso.epics.EpicsPvStatusMonitor
Notifies a new status value, flipping the error state back to normal.
updateValue(Any, long) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Returns an instance that is identical to the current instance but with an updated value and sequence number.
updateValue(Any) - Method in class es.iac.ing.codeso.publisher.server.PublisherDataModel
Updates the current value and increments its associated sequence number.
updateWidget() - Method in class es.iac.ing.codeso.widget.adapter.StatusWidgetAdapter
 

V

validate(IdlArgument[]) - Method in class es.iac.ing.codeso.action.server.IdlActionImpl
Provides a means of checking in advance whether a future action invocation request is likely to be successful (although even if this method returns successfully this is still not guaranteed).
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorBoolean
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorDouble
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorFloat
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorIdl
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLong
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorLongLong
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorShort
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorString
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLong
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedLongLong
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorUnsignedShort
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemDescriptor) - Static method in class es.iac.ing.codeso.status.types.StatusItemDescriptorXml
Validates the information in the supplied IdlStatusItemDescriptor and returns it unchanged if the data it contains is ok.
validate(IdlStatusItemValue, StatusItemDescriptorBoolean) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueBoolean
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorDouble) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueDouble
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorFloat) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueFloat
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorIdl) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueIdl
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorLong) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueLong
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorLongLong) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueLongLong
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorShort) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueShort
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorString) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueString
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorUnsignedLong) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLong
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorUnsignedLongLong) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedLongLong
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorUnsignedShort) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueUnsignedShort
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validate(IdlStatusItemValue, StatusItemDescriptorXml) - Static method in class es.iac.ing.codeso.status.types.StatusItemValueXml
Validates the supplied value IdlStatusItemValue data structure returning it unchanged if the data it contains is consistent with any constraints imposed by the descriptor.
validateActionInvocationArguments(ActionArgumentList, ActionInputParameterList) - Static method in class es.iac.ing.codeso.action.server.IdlActionImpl
Validates the action invocation arguments for compatibility with the parameters specified in the action's input parameter list.
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.
value - Variable in class es.iac.ing.codeso.gen.Configuration
 
value - Variable in class es.iac.ing.codeso.publisher.client.PublisherProxyInfo
Holds the value information.
value - Variable in class es.iac.ing.codeso.publisher.server.NotificationExecutor.NotificationTask
 
value - Variable in class es.iac.ing.codeso.publisher.server.SubscriberNotifier.NotificationManagerTask
 
valueAsLong() - Method in class es.iac.ing.codeso.publisher.server.SubscriberId
Returns the value of this SubscriberId as a long.
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.gen.WrappedSyslog.MessagePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.client.ConnectionPolicy.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.client.PublisherProxy.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.client.SubscriberLinkCheckerTask.TerminationReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.server.NameRegistrationTask.RegistrationAttemptOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.publisher.server.Publisher.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.iac.ing.codeso.server.client.ServerCommandTool.ServerCommand
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.gen.WrappedSyslog.MessagePriority
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.publisher.client.ConnectionPolicy.ConnectionType
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.publisher.client.PublisherProxy.State
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.publisher.client.SubscriberLeaseRenewerTask.TerminationReason
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.publisher.client.SubscriberLinkCheckerTask.TerminationReason
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.publisher.client.SubscriberSubscribeTask.SubscriptionAttemptOutcome
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.publisher.server.NameRegistrationTask.RegistrationAttemptOutcome
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.publisher.server.Publisher.State
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.client.ServerCommandTool.ServerCommand
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.
valueUpdated(PublisherProxy) - Method in class es.iac.ing.codeso.action.client.ActionProxy.PublisherProxyListener
Indicates a value update took place on the publisher proxy.
valueUpdated(Publisher) - Method in class es.iac.ing.codeso.action.server.Action.PublisherListener
Indicates a value update took place on the action.
valueUpdated(Any, long) - Method in class es.iac.ing.codeso.publisher.client.IdlSubscriberImpl
Provides the means whereby a value update is notified.
valueUpdated(PublisherProxy) - Method in interface es.iac.ing.codeso.publisher.client.iPublisherProxyListener
Indicates a value update took place on the publisher proxy's data model.
valueUpdated(PublisherProxyInfo) - Method in class es.iac.ing.codeso.publisher.client.PublisherProxy.PublisherProxyDataModelListener
Indicates a value update took place on the data model.
valueUpdated(PublisherProxyInfo) - Method in interface es.iac.ing.codeso.publisher.client.PublisherProxyDataModel.iPublisherProxyDataModelListener
Indicates a value update took place on the data model.
valueUpdated(Publisher) - Method in interface es.iac.ing.codeso.publisher.server.iPublisherListener
Indicates a value update took place on the publisher.
valueUpdated(PublisherProxy) - Method in class es.iac.ing.codeso.server.client.ServerProxy.PublisherProxyListener
Indicates a value update took place on the publisher proxy.
valueUpdated(Publisher) - Method in class es.iac.ing.codeso.server.server.Server.PublisherListener
Indicates a value update took place on the server.
valueUpdated(PublisherProxy) - Method in class es.iac.ing.codeso.status.client.StatusItemProxy.PublisherProxyListener
Indicates a value update took place on the publisher proxy.
valueUpdated(Publisher) - Method in class es.iac.ing.codeso.status.server.StatusItem.PublisherListener
Indicates a value update took place on the status item.
verifyLink() - Method in class es.iac.ing.codeso.publisher.client.IdlSubscriberImpl
Provides a means whereby a remote object can verify that the link to the subscriber is ok.
verifyLink(long) - Method in class es.iac.ing.codeso.publisher.server.IdlPublisherImpl
 
verifyLink(long) - Method in class es.iac.ing.codeso.publisher.server.IdlSubscribableImpl
Verifies the return link to the specified subscriber.
verticalOrientation - Variable in class es.iac.ing.codeso.widget.basic.CBasicButton
 

W

waitForJcaLock() - Method in class es.iac.ing.codeso.epics.WrappedPv
Waits for a lock then sets it
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.
wasRegistered - Variable in class es.iac.ing.codeso.publisher.server.Publisher.MyObserver
 
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
WrappedPv.WrappedPvConnectionListener - Class in es.iac.ing.codeso.epics
Define Inner Class for listening to PV Connection Change events
WrappedPv.WrappedPvConnectionListener() - Constructor for class es.iac.ing.codeso.epics.WrappedPv.WrappedPvConnectionListener
 
WrappedPv.WrappedPvMonitorListener - Class in es.iac.ing.codeso.epics
Define Inner Class for listening to PV Value Change events
WrappedPv.WrappedPvMonitorListener() - Constructor for class es.iac.ing.codeso.epics.WrappedPv.WrappedPvMonitorListener
 
wrappedPvConnectedObjectCount - Static variable in class es.iac.ing.codeso.epics.WrappedPv
 
WrappedPvException - Exception in es.iac.ing.codeso.epics
 
WrappedPvException(String) - Constructor for exception es.iac.ing.codeso.epics.WrappedPvException
Constructs a new WrappedPvException
wrappedPvFailedSetMonitorAttemptCount - Static variable in class es.iac.ing.codeso.epics.WrappedPv
 
wrappedPvListener - Variable in class es.iac.ing.codeso.epics.WrappedPv
Holds a single listener to be informed of important events associated with the target PV.
wrappedPvMonitorRequestedCount - Static variable in class es.iac.ing.codeso.epics.WrappedPv
 
wrappedPvSucceededSetMonitorCount - Static variable in class es.iac.ing.codeso.epics.WrappedPv
 
wrappedPvTotalObjectCount - Static variable in class es.iac.ing.codeso.epics.WrappedPv
Statistics variables for WrappedPv Class
WrappedSyslog - Class in es.iac.ing.codeso.gen
Provides a facility for sending messages to "SYSLOG" a system engineering logging facility available on many computing platforms.
WrappedSyslog() - Constructor for class es.iac.ing.codeso.gen.WrappedSyslog
Private constructor (prevents direct instantiation).
WrappedSyslog.MessagePriority - Enum in es.iac.ing.codeso.gen
Define the priority levels which may be used when sending a message
WrappedSyslog.MessagePriority(int) - Constructor for enum es.iac.ing.codeso.gen.WrappedSyslog.MessagePriority
 

X

xClass - Variable in class es.iac.ing.codeso.status.client.StatusItemProxyIdl
Holds a reference to the value class associated with this status item proxy.
xClass - Variable in class es.iac.ing.codeso.status.server.StatusItemIdl
Holds a reference to the value class associated with this status item.
xmlError - Variable in class es.iac.ing.codeso.gen.ResourceManager
Indicates whether an error occurred when loading or saving data to or from the backing store.
xmlErrorCause - Variable in class es.iac.ing.codeso.gen.ResourceManager
Indicates the underlying cause of any error which may have occurred when loading or saving data to or from the backing store.
xmlErrorMessage - Variable in class es.iac.ing.codeso.gen.ResourceManager
Indicates the nature of any error which may have occured when loading or saving data to or from the backing store.

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