JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.scictrl.csshell.epics.server.Server
Packages that use
Server
Package
Description
org.scictrl.csshell.epics.server
org.scictrl.csshell.epics.server.application
Uses of
Server
in
org.scictrl.csshell.epics.server
Methods in
org.scictrl.csshell.epics.server
that return
Server
Modifier and Type
Method
Description
Server
Database.
getServer
()
Getter for the field
server
.
Constructors in
org.scictrl.csshell.epics.server
with parameters of type
Server
Modifier
Constructor
Description
Database
(
Server
server)
Crate new instance with reference to a
Server
.
Uses of
Server
in
org.scictrl.csshell.epics.server.application
Methods in
org.scictrl.csshell.epics.server.application
that return
Server
Modifier and Type
Method
Description
Server
EmbeddedApplicationServer.
getServer
()
The server instance which hosts this application.