Uses of Class
org.scictrl.csshell.AbstractConnector
Packages that use AbstractConnector
- 
Uses of AbstractConnector in org.scictrl.csshell
Classes in org.scictrl.csshell with type parameters of type AbstractConnectorModifier and TypeInterfaceDescriptioninterfaceConnection<C extends AbstractConnector<?>,T, V> Simple easy to use interface for remote value connection.interfaceRequest<C extends AbstractConnector<?>>An interface which describes a request.classRequestImpl<C extends AbstractConnector<?>>Default implementation of request object.interfaceResponse<C extends AbstractConnector<?>>This interface describes a response to a request.classResponseEvent<C extends AbstractConnector<?>>A base class for events used in asynchronous mode notifications.classResponseImpl<C extends AbstractConnector<?>>Default response implementationinterfaceResponseListener<C extends AbstractConnector<?>>Each object that implements theAsynchronousAccessinterafce, must provide listener registration / deregistration methods for listeners of this type.Methods in org.scictrl.csshell that return AbstractConnectorModifier 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 instanceMethods in org.scictrl.csshell that return types with arguments of type AbstractConnectorModifier 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.Method parameters in org.scictrl.csshell with type arguments of type AbstractConnectorModifier and TypeMethodDescriptionvoidSoftDeviceImpl.addChannel(String name, Connection<AbstractConnector<?>, ?, ?> chan) addChannel. - 
Uses of AbstractConnector in org.scictrl.csshell.dummy
Subclasses of AbstractConnector in org.scictrl.csshell.dummyMethods in org.scictrl.csshell.dummy that return AbstractConnectorModifier and TypeMethodDescriptionstatic AbstractConnector<?> DummyConnector.getInstance(Properties configuration) Create new EPICS plug instance. - 
Uses of AbstractConnector in org.scictrl.csshell.epics
Subclasses of AbstractConnector in org.scictrl.csshell.epicsMethods in org.scictrl.csshell.epics that return AbstractConnectorModifier and TypeMethodDescriptionstatic AbstractConnector<?> EPICSConnector.getInstance(Properties configuration) Create new EPICS plug instance.