Uses of Class
gov.aps.jca.cas.ServerContext
-
Packages that use ServerContext Package Description com.cosylab.epics.caj.cas gov.aps.jca -
-
Uses of ServerContext in com.cosylab.epics.caj.cas
Subclasses of ServerContext in com.cosylab.epics.caj.cas Modifier and Type Class Description classCAJServerContextImplementation of CAJ JCAContext. -
Uses of ServerContext in gov.aps.jca
Methods in gov.aps.jca that return ServerContext 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.
-