Uses of Class
org.scictrl.csshell.RemoteException
Package
Description
-
Uses of RemoteException in org.scictrl.csshell
Modifier 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
Modifier 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
Modifier 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
ModifierConstructorDescriptionCrate 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
RampingThread.setCurrent
(double c) Insert the method's description here. -
Uses of RemoteException in org.scictrl.csshell.jcamon