Uses of Interface
org.scictrl.csshell.Connection
Packages that use Connection
- 
Uses of Connection in org.scictrl.csshell
Classes in org.scictrl.csshell with type parameters of type ConnectionModifier and TypeClassDescriptionclassAbstractConnector<C extends Connection<?,?, ?>> This is abstract plug class which helps plug implementators write own plug.interfaceConnectionCache<C extends Connection<?,?, ?>> Interfaces for simple connection cache, which it is used inside a Connector.Fields in org.scictrl.csshell declared as ConnectionMethods in org.scictrl.csshell that return ConnectionModifier 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.Connection<C, ?, ?> Request.getConnection()Returns the source of the requestConnection<C, ?, ?> RequestImpl.getConnection()Returns the source of the requestConnection<C, ?, ?> Response.getConnection()Returns the source of the response, same as in associated Request.Connection<C, ?, ?> ResponseImpl.getConnection()Returns the source of the response, same as in associated Request.Methods in org.scictrl.csshell with parameters of type ConnectionModifier and TypeMethodDescriptionvoidSoftDeviceImpl.addChannel(String name, Connection<AbstractConnector<?>, ?, ?> chan) addChannel.static final StringConnectorUtilities.formatConnectionMessage(Connection<?, ?, ?> conn, String message, Throwable t) formatConnectionMessage.Constructors in org.scictrl.csshell with parameters of type ConnectionModifierConstructorDescriptionRequestImpl(Connection<C, ?, ?> source, ResponseListener<C> l, Object tag) Creates new instance.RequestImpl(Connection<C, ?, ?> source, ResponseListener<C> l, Object tag, int capacity) Creates new instance with defined capacity for responses.ResponseImpl(Connection<C, ?, ?> source, Request<C> r, Object tag, boolean success, Exception error, Poop<?, ?> poop, boolean last) Creates a new ResponseImpl object. - 
Uses of Connection in org.scictrl.csshell.dummy
Classes in org.scictrl.csshell.dummy that implement Connection - 
Uses of Connection in org.scictrl.csshell.epics
Classes in org.scictrl.csshell.epics that implement ConnectionConstructors in org.scictrl.csshell.epics with parameters of type ConnectionModifierConstructorDescriptionGetRequest(Connection<EPICSConnector, ?, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of get request.PutRequest(Connection<EPICSConnector, T, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of put request.