Uses of Class
org.scictrl.csshell.AbstractConnector
-
Uses of AbstractConnector in org.scictrl.csshell
Modifier and TypeInterfaceDescriptioninterface
Connection<C extends AbstractConnector<?>,
T, V> Simple easy to use interface for remote value connection.interface
Request<C extends AbstractConnector<?>>
An interface which describes a request.class
RequestImpl<C extends AbstractConnector<?>>
Default implementation of request object.interface
Response<C extends AbstractConnector<?>>
This interface describes a response to a request.class
ResponseEvent<C extends AbstractConnector<?>>
A base class for events used in asynchronous mode notifications.class
ResponseImpl<C extends AbstractConnector<?>>
Default response implementationinterface
ResponseListener<C extends AbstractConnector<?>>
Each object that implements theAsynchronousAccess
interafce, must provide listener registration / deregistration methods for listeners of this type.Modifier and TypeMethodDescriptionstatic AbstractConnector
<?> AbstractConnector.getInstance
(Properties configuration) This method MUST be implemented by plug implementation if plug want to support default behavior with shared plug instanceModifier and TypeMethodDescriptionConnection
<AbstractConnector<?>, ?, ?> Device.getChannel
(String name) getChannel.Connection
<AbstractConnector<?>, ?, ?> SoftDeviceImpl.getChannel
(String name) getChannel.Connection<AbstractConnector<?>,
?, ?>[] Device.getChannels()
getChannels.Connection<AbstractConnector<?>,
?, ?>[] SoftDeviceImpl.getChannels()
getChannels.Modifier and TypeMethodDescriptionvoid
SoftDeviceImpl.addChannel
(String name, Connection<AbstractConnector<?>, ?, ?> chan) addChannel. -
Uses of AbstractConnector in org.scictrl.csshell.dummy
Modifier and TypeMethodDescriptionstatic AbstractConnector
<?> DummyConnector.getInstance
(Properties configuration) Create new EPICS plug instance. -
Uses of AbstractConnector in org.scictrl.csshell.epics
Modifier and TypeMethodDescriptionstatic AbstractConnector
<?> EPICSConnector.getInstance
(Properties configuration) Create new EPICS plug instance.