Uses of Class
cern.cmw.InternalException

Packages that use InternalException
cern.cmw Provides common classes that are used by different CMW packages. 
cern.cmw.adm   
cern.cmw.rda.client Provides classes and interfaces which client applications need in order to communicate with accelerator devices. 
cern.cmw.rda.corba   
cern.cmw.rda.server Provides basic facilities for implementing various device servers. 
 

Uses of InternalException in cern.cmw
 

Methods in cern.cmw that throw InternalException
static void Config.load()
          Loads the CMW configuration file: the file specified by the cmw.config or cmw.defaultConfig property).
static void Config.load(String configFile)
          Adds properties defined in the specified file to the Config property set.
 

Uses of InternalException in cern.cmw.adm
 

Methods in cern.cmw.adm that throw InternalException
static Object CorbaResolver.resolve(String serverName, boolean useCache)
           
static void ServerAdmin.setTimeout(int timeout)
           
 

Constructors in cern.cmw.adm that throw InternalException
ServerAdmin(String name)
          Constructs a ServerAdmin object for the specified server.
ServerConnectionsAdmin(String name)
          Constructs a ServerConnectionsAdmin object for the specified server.
 

Uses of InternalException in cern.cmw.rda.client
 

Methods in cern.cmw.rda.client with parameters of type InternalException
 void ReplyHandler.handleException(Request request, InternalException exception)
          Invoked on receipt of a reply containing the specified exception.
 void ReplyAdapter.handleException(Request request, InternalException exception)
          Invoked on receipt of a reply containing the specified exception.
 

Methods in cern.cmw.rda.client that throw InternalException
 GetRequest DeviceHandle.createGetRequest(String propName, String cycleSelector, Data context, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.createSetRequest(String propName, String cycleSelector, Data value, Data context, ReplyHandler replyHandler)
           
 Data IDeviceHandle.get(String propName)
           
 Data DeviceHandle.get(String propName)
          Reads from the device and returns the specified property value.
 GetRequest IDeviceHandle.get(String propName, ReplyHandler replyHandler)
           
 GetRequest DeviceHandle.get(String propName, ReplyHandler replyHandler)
          Creaters and sends to the device a request to read the speciified property value.
 Data IDeviceHandle.get(String propName, String cycleSelector)
           
 Data DeviceHandle.get(String propName, String cycleSelector)
          Reads from the device and returns the specified property value.
 Data IDeviceHandle.get(String propName, String cycleSelector, Data context)
           
 Data DeviceHandle.get(String propName, String cycleSelector, Data context)
          Reads from the device and returns the specified property value.
 GetRequest IDeviceHandle.get(String propName, String cycleSelector, Data context, ReplyHandler replyHandler)
           
 GetRequest DeviceHandle.get(String propName, String cycleSelector, Data context, ReplyHandler replyHandler)
          Creates and sends to the device a request to read the specified property value.
 GetRequest IDeviceHandle.get(String propName, String cycleSelector, ReplyHandler replyHandler)
           
 GetRequest DeviceHandle.get(String propName, String cycleSelector, ReplyHandler replyHandler)
          Creates and sends to the device a request to read the speciified property value.
 String IDeviceHandle.getClassName()
           
 String DeviceHandle.getClassName()
          Returns the device class name.
 DeviceHandle RDAService.getDeviceHandle(String deviceName)
          Returns a handle for the device identified by the specified name.
 IDeviceHandle IRDAService.getDeviceHandle(String deviceName)
           
 Map<String,Object> DeviceDirectory.getDeviceInfo(List<String> deviceNames)
          Gets a list of device infos for the directory.
 Map<String,Object> CmwDirectoryServer.getDeviceInfo(List<String> deviceNames)
           
 DeviceInfo DeviceDirectory.getDeviceInfo(String deviceName)
           
 DeviceInfo CmwDirectoryServer.getDeviceInfo(String deviceName)
           
 DeviceInfo DeviceDirectory.getDeviceInfoFromOldDir(String deviceName)
          Deprecated. 
 HashMap CmwDirectoryServer.getDeviceInfoMap(String groupQuery)
          Deprecated. 
 List<IRDAService.SubscriptionResult> RDAService.listSubscribe(List<String> parameters, String cycleSelector, Data context, ReplyHandler replyHandler)
          Performs an optimized (bulk) call for multiple subscriptions, possibly with context.
 List<IRDAService.SubscriptionResult> IRDAService.listSubscribe(List<String> parameters, String cycleSelector, Data context, ReplyHandler replyHandler)
          Performs an optimized (bulk) call for multiple subscriptions, possibly with context.
 List<IRDAService.SubscriptionResult> RDAService.listSubscribe(List<String> parameters, String cycleSelector, ReplyHandler replyHandler)
          Performs an optimized (bulk) call for multiple subscriptions.
 List<IRDAService.SubscriptionResult> IRDAService.listSubscribe(List<String> parameters, String cycleSelector, ReplyHandler replyHandler)
          Performs an optimized (bulk) call for multiple subscriptions.
 SubscriptionRequest IDeviceHandle.monitorOn(String propName, boolean onChange, ReplyHandler replyHandler)
           
 SubscriptionRequest DeviceHandle.monitorOn(String propName, boolean onChange, ReplyHandler replyHandler)
          Starts a subscription on the specified property value.
 SubscriptionRequest IDeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler)
           
 SubscriptionRequest DeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler)
          Starts a subscription on the specified property value.
 SubscriptionRequest IDeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler, Data context)
           
 SubscriptionRequest DeviceHandle.monitorOn(String propName, String cycleSelector, boolean onChange, ReplyHandler replyHandler, Data context)
          Starts a subscription on the specified property value.
 void RDAService.send(GetRequest[] requests)
          Submits for execution a group of requests to read property values.
 void RDAService.send(SetRequest[] requests)
          Submits for execution a group of requests to set property values.
 void IDeviceHandle.set(String propName, Data value)
           
 void DeviceHandle.set(String propName, Data value)
          Changes the value of the specified property.
 SetRequest IDeviceHandle.set(String propName, Data value, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.set(String propName, Data value, ReplyHandler replyHandler)
          Creates and sends to the device a request to change the value of the specified property.
 void IDeviceHandle.set(String propName, String cycleSelector, Data value)
           
 void DeviceHandle.set(String propName, String cycleSelector, Data value)
          Changes the value of the specified property.
 void IDeviceHandle.set(String propName, String cycleSelector, Data value, Data context)
           
 void DeviceHandle.set(String propName, String cycleSelector, Data value, Data context)
          Changes the value of the specified property.
 SetRequest IDeviceHandle.set(String propName, String cycleSelector, Data value, Data context, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.set(String propName, String cycleSelector, Data value, Data context, ReplyHandler replyHandler)
          Creates an sends to the device a request to change the value of the specified property.
 SetRequest IDeviceHandle.set(String propName, String cycleSelector, Data value, ReplyHandler replyHandler)
           
 SetRequest DeviceHandle.set(String propName, String cycleSelector, Data value, ReplyHandler replyHandler)
          Creates and sends to the device a request to change the value of the specified property.
static void RDAService.setServiceContext(Data ctx)
          Fills in the RDA service context with contents of the specified Data.
 

Uses of InternalException in cern.cmw.rda.corba
 

Methods in cern.cmw.rda.corba that throw InternalException
static void Util.bind(String objName, Object obj)
          Binds the name to the object in the root naming context.
static void Util.init(String[] args)
          Initializes the basic CORBA facilities.
static Object Util.resolve(String objName)
          Resolves the specified name in the root naming context.
 

Uses of InternalException in cern.cmw.rda.server
 

Methods in cern.cmw.rda.server that throw InternalException
 void DeviceServerBase.runServer()
          Makes the server available for clients.
 

Constructors in cern.cmw.rda.server that throw InternalException
DeviceServerBase(String serverName)
          Constructs a device server with the specified name.
 



Copyright © 2007 CERN. All Rights Reserved.