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 TypeMethodDescriptionvoid
Connection.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 Object
getValue.Connection.getValue()
Synchronously obtains remote value and returns it.Connection.getValue
(ResponseListener<C> l) getValue.abstract C
AbstractConnector.newConnection
(String name, DataType dataType) newConnection.void
setValue.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 TypeMethodDescriptionvoid
DummyConnection.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.void
setValue.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 TypeMethodDescriptionvoid
EPICSConnection.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 EPICSConnector
EPICSConnector.newInstance
(Properties configuration) Create new EPICS plug instance.void
EPICSConnector.pendIO()
pendIO.void
setValue.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 TypeMethodDescriptionvoid
EmbeddedApplicationServer.startServer()
Collects all created records from this application and starts new server with them.void
EmbeddedApplicationServer.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 TypeMethodDescriptionvoid
RampingThread.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