Uses of Class
org.scictrl.csshell.RemoteException
Packages that use RemoteException
Package
Description
- 
Uses of RemoteException in org.scictrl.csshell
Methods in org.scictrl.csshell that throw RemoteExceptionModifier and TypeMethodDescriptionvoidConnection.addPropertyChangeListener(String pName, PropertyChangeListener l) addPropertyChangeListener.static AbstractConnector<?> AbstractConnector.getInstance(Properties configuration) This method MUST be implemented by plug implementation if plug want to support default behavior with shared plug instanceConnection.getPoop()getPoop.abstract ObjectgetValue.Connection.getValue()Synchronously obtains remote value and returns it.Connection.getValue(ResponseListener<C> l) getValue.abstract CAbstractConnector.newConnection(String name, DataType dataType) newConnection.voidsetValue.Connection.setValue(T value, ResponseListener<C> l) setValue. - 
Uses of RemoteException in org.scictrl.csshell.dummy
Methods in org.scictrl.csshell.dummy that throw RemoteExceptionModifier and TypeMethodDescriptionvoidDummyConnection.addPropertyChangeListener(String pName, PropertyChangeListener l) addPropertyChangeListener.static AbstractConnector<?> DummyConnector.getInstance(Properties configuration) Create new EPICS plug instance.DummyConnection.getPoop()getPoop.DummyConnection.getValue()Synchronously obtains remote value and returns it.DummyConnection.getValue(ResponseListener<DummyConnector> l) getValue.getValue.DummyConnector.newConnection(String name, DataType dataType) newConnection.voidsetValue.DummyConnection.setValue(T value, ResponseListener<DummyConnector> l) setValue. - 
Uses of RemoteException in org.scictrl.csshell.epics
Methods in org.scictrl.csshell.epics that throw RemoteExceptionModifier and TypeMethodDescriptionvoidEPICSConnection.addPropertyChangeListener(String pName, PropertyChangeListener l) addPropertyChangeListener.static AbstractConnector<?> EPICSConnector.getInstance(Properties configuration) Create new EPICS plug instance.EPICSConnection.getPoop()getPoop.EPICSConnection.getValue()Synchronously obtains remote value and returns it.EPICSConnection.getValue(ResponseListener<EPICSConnector> l) getValue.getValue.EPICSConnector.newConnection(String name, DataType dataType) newConnection.static EPICSConnectorEPICSConnector.newInstance(Properties configuration) Create new EPICS plug instance.voidEPICSConnector.pendIO()pendIO.voidsetValue.EPICSConnection.setValue(T value, ResponseListener<EPICSConnector> l) setValue. - 
Uses of RemoteException in org.scictrl.csshell.epics.server
Constructors in org.scictrl.csshell.epics.server that throw RemoteExceptionModifierConstructorDescriptionCrate new instance with reference to aServer.Server()Constructor for Server.Server(boolean embedded) Constructor for Server.Server(Properties prop) Constructor for Server.Server(Properties prop, boolean embedded) Constructor for Server. - 
Uses of RemoteException in org.scictrl.csshell.epics.server.application
Methods in org.scictrl.csshell.epics.server.application that throw RemoteExceptionModifier and TypeMethodDescriptionvoidEmbeddedApplicationServer.startServer()Collects all created records from this application and starts new server with them.voidEmbeddedApplicationServer.startServer(Properties properties) Collects all created records from this application and starts new server wth them. - 
Uses of RemoteException in org.scictrl.csshell.epics.server.application.cycling
Methods in org.scictrl.csshell.epics.server.application.cycling that throw RemoteExceptionModifier and TypeMethodDescriptionvoidRampingThread.setCurrent(double c) Insert the method's description here. - 
Uses of RemoteException in org.scictrl.csshell.jcamon
Constructors in org.scictrl.csshell.jcamon that throw RemoteException