Uses of Interface
com.yahoo.jdisc.service.CurrentContainer
-
Packages that use CurrentContainer Package Description com.yahoo.jdisc Provides the common classes and interfaces of the jDISC core.com.yahoo.jdisc.application Provides classes and interfaces for implementing anApplication
.com.yahoo.jdisc.client Provides classes and interfaces for implementing aClientApplication
.com.yahoo.jdisc.core com.yahoo.jdisc.service Provides classes and interfaces for implementing aClientProvider
or aServerProvider
.com.yahoo.jdisc.test Provides classes and interfaces for implementing unit tests of jDISC components. -
-
Uses of CurrentContainer in com.yahoo.jdisc
Constructors in com.yahoo.jdisc with parameters of type CurrentContainer Constructor Description Request(CurrentContainer current, URI uri)
Creates a new instance of this class.Request(CurrentContainer current, URI uri, boolean isServerRequest)
-
Uses of CurrentContainer in com.yahoo.jdisc.application
Methods in com.yahoo.jdisc.application that return CurrentContainer Modifier and Type Method Description CurrentContainer
AbstractApplication. container()
Constructors in com.yahoo.jdisc.application with parameters of type CurrentContainer Constructor Description AbstractApplication(BundleInstaller bundleInstaller, ContainerActivator activator, CurrentContainer container)
-
Uses of CurrentContainer in com.yahoo.jdisc.client
Constructors in com.yahoo.jdisc.client with parameters of type CurrentContainer Constructor Description AbstractClientApplication(BundleInstaller bundleInstaller, ContainerActivator activator, CurrentContainer container)
-
Uses of CurrentContainer in com.yahoo.jdisc.core
Classes in com.yahoo.jdisc.core that implement CurrentContainer Modifier and Type Class Description class
ActiveContainer
class
ApplicationLoader
-
Uses of CurrentContainer in com.yahoo.jdisc.service
Methods in com.yahoo.jdisc.service that return CurrentContainer Modifier and Type Method Description CurrentContainer
AbstractServerProvider. container()
Constructors in com.yahoo.jdisc.service with parameters of type CurrentContainer Constructor Description AbstractServerProvider(CurrentContainer container)
-
Uses of CurrentContainer in com.yahoo.jdisc.test
Classes in com.yahoo.jdisc.test that implement CurrentContainer Modifier and Type Class Description class
TestDriver
This class provides a unified way to set up and run unit tests on jDISC components.
-