Uses of Interface
gov.aps.jca.cas.Server
-
Packages that use Server Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.cas.util gov.aps.jca gov.aps.jca.cas -
-
Uses of Server in com.cosylab.epics.caj.cas
Fields in com.cosylab.epics.caj.cas declared as Server Modifier and Type Field Description protected ServerCAJServerContext. serverServer.Methods in com.cosylab.epics.caj.cas that return Server Modifier and Type Method Description ServerCAJServerContext. getServer()Get server implementation.Methods in com.cosylab.epics.caj.cas with parameters of type Server Modifier and Type Method Description voidCAJServerContext. initialize(Server server)Set server and initialize. -
Uses of Server in com.cosylab.epics.caj.cas.util
Classes in com.cosylab.epics.caj.cas.util that implement Server Modifier and Type Class Description classDefaultServerImplDefault server implementation. -
Uses of Server in gov.aps.jca
Methods in gov.aps.jca with parameters of type Server Modifier and Type Method Description ServerContextJCALibrary. createServerContext(Configuration configuration, Server server)Create a new server context instance using a Configuration object.ServerContextJCALibrary. createServerContext(String fqn, Server server)Create a new context instance using a fully qualified class name and using the ServerContext's default configuration. -
Uses of Server in gov.aps.jca.cas
Methods in gov.aps.jca.cas with parameters of type Server Modifier and Type Method Description abstract voidServerContext. initialize(Server server)SetServerimplemenation and initialzie server.
-