Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractHttpConnectorBuilder<BUILDER extends AbstractHttpConnectorBuilder<BUILDER>> - Class in org.dbrain.binder.http
Created with IntelliJ IDEA.
AbstractHttpConnectorBuilder() - Constructor for class org.dbrain.binder.http.AbstractHttpConnectorBuilder
 
AbstractHttpServerComponent<T extends AbstractHttpServerComponent> - Class in org.dbrain.binder.http
 
AbstractHttpServerComponent() - Constructor for class org.dbrain.binder.http.AbstractHttpServerComponent
 
accept(Binder) - Method in interface org.dbrain.binder.app.App.AppConfigurator
Accept a configuration, allowing to configure the App.
accept(ServletConf.Visitor) - Method in interface org.dbrain.binder.http.conf.ServletConf
 
accept(ServletConf.Visitor) - Method in class org.dbrain.binder.http.conf.ServletConf.InstanceServletDef
 
accept(ServletFilterConf.Visitor) - Method in interface org.dbrain.binder.http.conf.ServletFilterConf
 
accept(ServletFilterConf.Visitor) - Method in class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterClassDef
 
accept(ServletFilterConf.Visitor) - Method in class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterInstanceDef
 
accept(WebSocketServerConf.Visitor) - Method in class org.dbrain.binder.http.conf.WebSocketConfiguredServerConf
 
accept(WebSocketServerConf.Visitor) - Method in interface org.dbrain.binder.http.conf.WebSocketServerConf
 
accept(WebSocketServerConf.Visitor) - Method in class org.dbrain.binder.http.conf.WebSocketServiceServerConf
 
add(Object) - Method in class org.dbrain.binder.http.WebApplicationBuilder
 
addDecoder(Class<? extends Decoder>) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
addEncoder(Class<? extends Encoder>) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
addEntry(ActiveDescriptor, Object) - Method in class org.dbrain.binder.system.lifecycle.ContextRegistry
Called when a new object is registered.
addEntry(ActiveDescriptor, Object) - Method in class org.dbrain.binder.system.txs.TransactionImpl
 
addExtension(Extension) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
AnnotationBuilder<A extends Annotation> - Class in org.dbrain.binder.system.util
Created by epoitras on 3/5/15.
App - Interface in org.dbrain.binder.app
Base application class.
App.AppConfigurator - Interface in org.dbrain.binder.app
Internal functional interface to used to configure an application.
AppImpl - Class in org.dbrain.binder.system.app
Created by epoitras on 3/4/15.
AppImpl() - Constructor for class org.dbrain.binder.system.app.AppImpl
 
AppImpl(String) - Constructor for class org.dbrain.binder.system.app.AppImpl
 

B

BaseClassAnalyzer - Class in org.dbrain.binder.system.lifecycle
Created by epoitras on 3/6/15.
BaseClassAnalyzer(ClassAnalyzer) - Constructor for class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
bindComponent(Class<T>) - Method in interface org.dbrain.binder.app.Binder
Start binding a component (Collection of services).
bindComponent(Class<T>) - Method in class org.dbrain.binder.system.app.SimpleBinder
 
Binder - Interface in org.dbrain.binder.app
Defines methods to bind services into an application.
Binder.BindingContext - Interface in org.dbrain.binder.app
Context to register required bindings for a component.
BINDER_ANALYZER_NAME - Static variable in class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
BindingBuilderImpl<T> - Class in org.dbrain.binder.system.app
Service configuration description.
BindingBuilderImpl(App, Binder.BindingContext, DynamicConfiguration, Class<T>) - Constructor for class org.dbrain.binder.system.app.BindingBuilderImpl
 
bindService(Class<T>) - Method in interface org.dbrain.binder.app.Binder
Start binging a service from the specific implementation class.
bindService(T) - Method in interface org.dbrain.binder.app.Binder
Start binging a service from the specific implementation instance.
bindService(Class<T>) - Method in class org.dbrain.binder.system.app.SimpleBinder
 
bindService(T) - Method in class org.dbrain.binder.system.app.SimpleBinder
 
build() - Method in interface org.dbrain.binder.directory.Qualifiers.Builder
 
build() - Method in interface org.dbrain.binder.directory.ServiceKey.Builder
 
build() - Method in class org.dbrain.binder.http.HttpConnectorBuilder
 
build() - Method in class org.dbrain.binder.http.HttpsConnectorBuilder
 
build(HttpServerConf) - Method in class org.dbrain.binder.http.JettyServerComponent
 
build() - Method in class org.dbrain.binder.http.ServletContextBuilder
 
build() - Method in class org.dbrain.binder.http.WebApplicationBuilder
 
build() - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
build() - Method in class org.dbrain.binder.system.directory.QualifiersBuilderImpl
 
build() - Method in class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
 
build() - Method in class org.dbrain.binder.system.util.AnnotationBuilder
 
buildQualifiers() - Method in class org.dbrain.binder.system.app.QualifiedComponent
 

C

checkOrigin(String) - Method in class org.dbrain.binder.system.jetty.websocket.WebSocketInjectorConfigurator
 
close() - Method in class org.dbrain.binder.system.app.AppImpl
 
close() - Method in class org.dbrain.binder.system.lifecycle.ContextRegistry
close() - Method in class org.dbrain.binder.system.txs.TransactionImpl
 
close() - Method in interface org.dbrain.binder.txs.Transaction
 
commit() - Method in class org.dbrain.binder.system.app.SimpleBinder
Commit the binder into the app.
commit() - Method in class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper.ConnectionToMemberAdapter
 
commit() - Method in class org.dbrain.binder.system.txs.TransactionImpl
 
commit() - Method in interface org.dbrain.binder.system.txs.TransactionMember
 
commit() - Method in interface org.dbrain.binder.txs.Transaction
 
CommitFailedException - Exception in org.dbrain.binder.txs.exceptions
Thrown when a transaction failed to commit.
CommitFailedException(Throwable) - Constructor for exception org.dbrain.binder.txs.exceptions.CommitFailedException
 
Component - Interface in org.dbrain.binder.app
Marker interface for components.
configure(App.AppConfigurator) - Method in interface org.dbrain.binder.app.App
Allows to configure services in the application.
configure(App.AppConfigurator) - Method in class org.dbrain.binder.system.app.AppImpl
 
configure(ClientContainer, SessionListener...) - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSessionFactory
 
configureConnector(Server, HttpConnectorConf) - Static method in class org.dbrain.binder.system.jetty.JettyConnectors
 
configureConnector(Server, HttpsConnectorConf) - Static method in class org.dbrain.binder.system.jetty.JettyConnectors
 
configureConnector(Server, ConnectorConf) - Static method in class org.dbrain.binder.system.jetty.JettyConnectors
 
configureContext(ServletContextHandler) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
Configure the Upgrade filter into the Servlet Context Handler.
configureFilter(ServletContextHandler, ServletFilterConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
configureServlet(ServletContextHandler, ServletConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
configureServletContextHandler(Server, ServletContextConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
configureServletContextsHandler(Server, List<ServletContextConf>) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
configureWebSocket(ServerContainer, WebSocketServerConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
Configure web socket definitions into the server container.
ConnectionToMemberAdapter(Connection) - Constructor for class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper.ConnectionToMemberAdapter
 
ConnectorConf - Interface in org.dbrain.binder.http.conf
 
containsKey(ActiveDescriptor) - Method in class org.dbrain.binder.system.lifecycle.ContextRegistry
Validate that an object is defined within a scope.
containsKey(ActiveDescriptor<?>) - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
containsKey(ActiveDescriptor) - Method in class org.dbrain.binder.system.txs.TransactionManager
 
contextDestroyed(ServletContextEvent) - Method in class org.dbrain.binder.system.http.webapp.WebAppConfigServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.dbrain.binder.system.http.webapp.WebAppConfigServletContextListener
 
contextPath - Variable in class org.dbrain.binder.http.ServletContextBuilder
 
contextPath(String) - Method in class org.dbrain.binder.http.ServletContextBuilder
Set the serve context path.
ContextRegistry - Class in org.dbrain.binder.system.lifecycle
Implementation of a registry with life-cycle management: All AutoCloseable instance registered to the scope will be close at the same time as this scope.
ContextRegistry() - Constructor for class org.dbrain.binder.system.lifecycle.ContextRegistry
 
create() - Static method in interface org.dbrain.binder.app.App
 
createConstraintSecurityHandler(ServletAppSecurityConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
createFormAuthenticator(FormLocationConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
createHashLoginService(CredentialsConf) - Method in class org.dbrain.binder.system.jetty.JettyServerBuilder
 
createSession(URI, EventDriver, LogicalConnection) - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSessionFactory
 
CredentialsConf - Class in org.dbrain.binder.http.conf
 
CredentialsConf(String, String, String) - Constructor for class org.dbrain.binder.http.conf.CredentialsConf
 
current() - Method in class org.dbrain.binder.system.txs.TransactionManager
 
current() - Method in interface org.dbrain.binder.txs.TransactionControl
 

D

dataSource(DataSource) - Method in class org.dbrain.binder.jdbc.JdbcDatasourceComponent
 
DelegateContext<T extends Annotation> - Class in org.dbrain.binder.system.lifecycle
A context that delegats to a registry of service.
DelegateContext(Class<T>, Provider<ContextRegistry>, boolean) - Constructor for class org.dbrain.binder.system.lifecycle.DelegateContext
 
destroy() - Method in class org.dbrain.binder.system.http.server.StandardScopeFilter
 
destroy() - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSession
 
destroy() - Method in class org.dbrain.binder.system.txs.http.TransactionFilter
 
destroyOne(ActiveDescriptor) - Method in class org.dbrain.binder.system.lifecycle.ContextRegistry
 
destroyOne(ActiveDescriptor<?>) - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
destroyOne(ActiveDescriptor<?>) - Method in class org.dbrain.binder.system.txs.TransactionManager
 
dispose(T) - Method in interface org.dbrain.binder.app.ServiceConfigurator.ServiceDisposer
 
disposedBy(ServiceConfigurator.ServiceDisposer<T>) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
disposedBy(ServiceConfigurator.ServiceDisposer<T>) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dbrain.binder.system.http.server.StandardScopeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dbrain.binder.system.txs.http.TransactionFilter
 
doStop() - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSession
 

E

empty() - Method in class org.dbrain.binder.system.app.SimpleBindingContext
 
endpointClass(Class<?>) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
enter(Provider<T>) - Method in class org.dbrain.binder.system.lifecycle.ThreadLocalProvider
 
enter() - Method in class org.dbrain.binder.system.scope.RequestScopeContext
 
enter(Provider<ContextRegistry>) - Method in class org.dbrain.binder.system.scope.SessionScopeContext
 
equals(Object) - Method in class org.dbrain.binder.system.directory.QualifiersImpl
 
equals(Object) - Method in class org.dbrain.binder.system.directory.ServiceKeyImpl
 

F

Factories - Class in org.dbrain.binder.system.app
Created by epoitras on 3/6/15.
Factories() - Constructor for class org.dbrain.binder.system.app.Factories
 
filter(String, Filter) - Method in class org.dbrain.binder.http.ServletContextBuilder
 
filters - Variable in class org.dbrain.binder.http.ServletContextBuilder
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.dbrain.binder.system.lifecycle.ContextRegistry
Retrieve an object from the scope registry.
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.dbrain.binder.system.txs.TransactionManager
Get or provision an instance of the service identified by the instance of Key.
flush() - Method in class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper.ConnectionToMemberAdapter
 
flush() - Method in interface org.dbrain.binder.system.txs.TransactionMember
 
forClass() - Method in class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper
 
forClass() - Method in interface org.dbrain.binder.system.txs.TransactionMember.Wrapper
 
FormLocationConf - Class in org.dbrain.binder.http.conf
 
FormLocationConf(String, String) - Constructor for class org.dbrain.binder.http.conf.FormLocationConf
 
from(String) - Static method in interface org.dbrain.binder.directory.Qualifiers
 
from(Class<? extends Annotation>) - Static method in interface org.dbrain.binder.directory.Qualifiers
 
from(Annotation) - Static method in interface org.dbrain.binder.directory.Qualifiers
 
from(Class<U>) - Static method in interface org.dbrain.binder.directory.ServiceKey
 
from(String) - Static method in class org.dbrain.binder.http.HttpsConnectorBuilder
 
from(URI) - Static method in class org.dbrain.binder.http.HttpsConnectorBuilder
 
from(Class<?>, String) - Static method in class org.dbrain.binder.http.WebSocketServerBuilder
 
from(Class<U>) - Static method in class org.dbrain.binder.system.util.AnnotationBuilder
Start creating an annotation from the specified class.

G

get() - Method in interface org.dbrain.binder.app.ServiceConfigurator.ServiceProvider
 
get() - Method in class org.dbrain.binder.system.lifecycle.ThreadLocalProvider
 
getBindingContext() - Method in class org.dbrain.binder.system.app.SimpleBinder
 
getConfig() - Method in class org.dbrain.binder.http.conf.WebSocketConfiguredServerConf
 
getConstructor(Class<T>) - Method in class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
getContextPath() - Method in class org.dbrain.binder.http.conf.ServletContextConf
 
getCredentialsDef() - Method in class org.dbrain.binder.http.conf.ServletAppSecurityConf
 
getEndpointInstance(Class<T>) - Method in class org.dbrain.binder.system.jetty.websocket.WebSocketInjectorConfigurator
 
getEndPoints() - Method in class org.dbrain.binder.http.conf.HttpServerConf
 
getEndpointService() - Method in class org.dbrain.binder.http.conf.WebSocketServiceServerConf
 
getErrorURL() - Method in class org.dbrain.binder.http.conf.FormLocationConf
 
getFields(Class<T>) - Method in class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
getFile() - Method in class org.dbrain.binder.http.conf.CredentialsConf
 
getFilterClass() - Method in class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterClassDef
 
getFilters() - Method in class org.dbrain.binder.http.conf.ServletContextConf
 
getFormLocationDef() - Method in class org.dbrain.binder.http.conf.ServletAppSecurityConf
 
getHost() - Method in class org.dbrain.binder.http.conf.HttpConnectorConf
 
getHttpServerConfig() - Method in class org.dbrain.binder.http.AbstractHttpServerComponent
 
getInitializerMethods(Class<T>) - Method in class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
getInstance(Class<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
getInstance(Class<T>, String) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
getInstance(Class<T>, Class<? extends Annotation>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
getInstance(ServiceKey<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
getInstance(Class<T>, Qualifiers) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
getInstance() - Method in class org.dbrain.binder.http.conf.ServletConf.InstanceServletDef
 
getInstance() - Method in class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterInstanceDef
 
getInstance(Class<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
getInstance(Class<T>, String) - Method in class org.dbrain.binder.system.app.AppImpl
 
getInstance(Class<T>, Class<? extends Annotation>) - Method in class org.dbrain.binder.system.app.AppImpl
 
getInstance(ServiceKey<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
getInstance(Class<T>, Qualifiers) - Method in class org.dbrain.binder.system.app.AppImpl
 
getKeyManagerPassord() - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
 
getKeyStore() - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
 
getKeyStorePassword() - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
 
getName() - Method in interface org.dbrain.binder.app.App
The instance name.
getName() - Method in class org.dbrain.binder.system.app.AppImpl
 
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.dbrain.binder.system.jetty.websocket.WebSocketInjectorConfigurator
 
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.dbrain.binder.system.jetty.websocket.WebSocketInjectorConfigurator
 
getNextId() - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSessionFactory
 
getOrCreate(String) - Static method in interface org.dbrain.binder.app.App
 
getOrCreateInstance(Class<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
getOrCreateInstance(ServiceKey<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
Get a service instance, or create an unmanaged one if no service is registered.
getOrCreateInstance(Class<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
getOrCreateInstance(ServiceKey<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
getPathSpec() - Method in class org.dbrain.binder.http.conf.ServletAppSecurityConf
 
getPathSpec() - Method in class org.dbrain.binder.http.conf.ServletConf.InstanceServletDef
 
getPathSpec() - Method in class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterClassDef
 
getPathSpec() - Method in class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterInstanceDef
 
getPort() - Method in class org.dbrain.binder.http.AbstractHttpConnectorBuilder
 
getPort() - Method in class org.dbrain.binder.http.conf.HttpConnectorConf
 
getPostConstructMethod(Class<T>) - Method in class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
getPreDestroyMethod(Class<T>) - Method in class org.dbrain.binder.system.lifecycle.BaseClassAnalyzer
 
getQualifiers() - Method in interface org.dbrain.binder.directory.ServiceKey
 
getQualifiers() - Method in class org.dbrain.binder.system.directory.ServiceKeyImpl
 
getRealm() - Method in class org.dbrain.binder.http.conf.CredentialsConf
 
getRegistryProvider() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
getResource(URI) - Method in class org.dbrain.binder.system.http.server.utils.ResourceSandbox
Get the resource as an uri.
getResource(String) - Method in class org.dbrain.binder.system.http.server.utils.ResourceSandbox
Get the resource as an uri.
getScope() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
getScope() - Method in class org.dbrain.binder.system.txs.TransactionManager
 
getSecurity() - Method in class org.dbrain.binder.http.conf.ServletContextConf
 
getServiceClass() - Method in interface org.dbrain.binder.directory.ServiceKey
 
getServiceClass() - Method in class org.dbrain.binder.system.directory.ServiceKeyImpl
 
getServiceType() - Method in interface org.dbrain.binder.directory.ServiceKey
 
getServiceType() - Method in class org.dbrain.binder.system.directory.ServiceKeyImpl
 
getServletContexts() - Method in class org.dbrain.binder.http.conf.HttpServerConf
 
getServlets() - Method in class org.dbrain.binder.http.conf.ServletContextConf
 
getSingleRole() - Method in class org.dbrain.binder.http.conf.CredentialsConf
 
getStatus() - Method in class org.dbrain.binder.system.txs.TransactionImpl
 
getStatus() - Method in interface org.dbrain.binder.txs.Transaction
 
getUrl() - Method in class org.dbrain.binder.http.conf.FormLocationConf
 
getWebSockets() - Method in class org.dbrain.binder.http.conf.ServletContextConf
 

H

hashCode() - Method in class org.dbrain.binder.system.directory.QualifiersImpl
 
hashCode() - Method in class org.dbrain.binder.system.directory.ServiceKeyImpl
 
host(String) - Method in class org.dbrain.binder.http.HttpsConnectorBuilder
 
HttpConnectorBuilder - Class in org.dbrain.binder.http
Created with IntelliJ IDEA.
HttpConnectorConf - Class in org.dbrain.binder.http.conf
Created by epoitras on 17/09/14.
HttpConnectorConf() - Constructor for class org.dbrain.binder.http.conf.HttpConnectorConf
 
HttpsConnectorBuilder - Class in org.dbrain.binder.http
Created with IntelliJ IDEA.
HttpsConnectorConf - Class in org.dbrain.binder.http.conf
Created by epoitras on 17/09/14.
HttpsConnectorConf() - Constructor for class org.dbrain.binder.http.conf.HttpsConnectorConf
 
HttpServerConf - Class in org.dbrain.binder.http.conf
Definition of an Http Server.
HttpServerConf() - Constructor for class org.dbrain.binder.http.conf.HttpServerConf
 
HttpStandardScopeComponent - Class in org.dbrain.binder.system.http.server
Created by epoitras on 3/13/15.
HttpStandardScopeComponent(Binder.BindingContext) - Constructor for class org.dbrain.binder.system.http.server.HttpStandardScopeComponent
 

I

in(Class<? extends Annotation>) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
in(Class<? extends Annotation>) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
incomingFrame(Frame) - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSession
 
init(FilterConfig) - Method in class org.dbrain.binder.system.http.server.StandardScopeFilter
 
init(FilterConfig) - Method in class org.dbrain.binder.system.txs.http.TransactionFilter
 
InstanceServletDef(String, Servlet) - Constructor for class org.dbrain.binder.http.conf.ServletConf.InstanceServletDef
 
isActive() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
isActive() - Method in class org.dbrain.binder.system.txs.TransactionManager
 
iterator() - Method in class org.dbrain.binder.system.directory.QualifiersImpl
 

J

JdbcConnectionWrapper - Class in org.dbrain.binder.system.txs.jdbc
Created by epoitras on 3/5/15.
JdbcConnectionWrapper() - Constructor for class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper
 
JdbcConnectionWrapper.ConnectionToMemberAdapter - Class in org.dbrain.binder.system.txs.jdbc
Created by epoitras on 3/1/15.
JdbcDatasourceComponent - Class in org.dbrain.binder.jdbc
Created by epoitras on 3/5/15.
JdbcDatasourceComponent(Binder.BindingContext) - Constructor for class org.dbrain.binder.jdbc.JdbcDatasourceComponent
 
JdbcDriverDatasourceComponent - Class in org.dbrain.binder.jdbc
Created by epoitras on 3/5/15.
JdbcDriverDatasourceComponent(Binder.BindingContext) - Constructor for class org.dbrain.binder.jdbc.JdbcDriverDatasourceComponent
 
JettyConnectors - Class in org.dbrain.binder.system.jetty
Created by epoitras on 17/09/14.
JettyConnectors() - Constructor for class org.dbrain.binder.system.jetty.JettyConnectors
 
JettyServerBuilder - Class in org.dbrain.binder.system.jetty
Created with IntelliJ IDEA.
JettyServerBuilder(ServiceDirectory) - Constructor for class org.dbrain.binder.system.jetty.JettyServerBuilder
 
JettyServerComponent - Class in org.dbrain.binder.http
Register a Jetty Http Server.
JettyServerComponent(App, Binder.BindingContext) - Constructor for class org.dbrain.binder.http.JettyServerComponent
 
JsrScopedSession - Class in org.dbrain.binder.system.jetty.websocket
Created by epoitras on 3/27/15.
JsrScopedSession(RequestScopeContext, SessionScopeContext, LogicalConnection, ClientContainer, String, URI, EventDriver, SessionListener...) - Constructor for class org.dbrain.binder.system.jetty.websocket.JsrScopedSession
 
JsrScopedSessionFactory - Class in org.dbrain.binder.system.jetty.websocket
Created by epoitras on 3/27/15.
JsrScopedSessionFactory(RequestScopeContext, SessionScopeContext) - Constructor for class org.dbrain.binder.system.jetty.websocket.JsrScopedSessionFactory
 

K

keystore(URI, String, String) - Method in class org.dbrain.binder.http.HttpsConnectorBuilder
 

L

leave() - Method in class org.dbrain.binder.system.lifecycle.ThreadLocalProvider
 
leave() - Method in class org.dbrain.binder.system.scope.RequestScopeContext
 
leave() - Method in class org.dbrain.binder.system.scope.SessionScopeContext
 
listen(Integer) - Method in class org.dbrain.binder.http.AbstractHttpServerComponent
 
listen(ConnectorConf) - Method in class org.dbrain.binder.http.AbstractHttpServerComponent
 
listServices(Class<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
listServices(Class<T>, String) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
listServices(Class<T>, Class<? extends Annotation>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
listServices(Class<T>, Qualifiers) - Method in interface org.dbrain.binder.directory.ServiceDirectory
 
listServices(Class<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
listServices(Class<T>, String) - Method in class org.dbrain.binder.system.app.AppImpl
 
listServices(Class<T>, Class<? extends Annotation>) - Method in class org.dbrain.binder.system.app.AppImpl
 
listServices(Class<T>, Qualifiers) - Method in class org.dbrain.binder.system.app.AppImpl
 
locate(Class<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
Locate a service of the specified class.
locate(Class<T>, String) - Method in interface org.dbrain.binder.directory.ServiceDirectory
Locate a named service of the specified class.
locate(Class<T>, Class<? extends Annotation>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
Locate a qualified service of the specified class.
locate(ServiceKey<T>) - Method in interface org.dbrain.binder.directory.ServiceDirectory
Locate a service identified by the key.
locate(Class<T>, Qualifiers) - Method in interface org.dbrain.binder.directory.ServiceDirectory
Locate a qualified service of the specified class.
locate(Class<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
locate(Class<T>, String) - Method in class org.dbrain.binder.system.app.AppImpl
 
locate(Class<T>, Class<? extends Annotation>) - Method in class org.dbrain.binder.system.app.AppImpl
 
locate(ServiceKey<T>) - Method in class org.dbrain.binder.system.app.AppImpl
 
locate(Class<T>, Qualifiers) - Method in class org.dbrain.binder.system.app.AppImpl
 

M

modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.dbrain.binder.system.jetty.websocket.WebSocketInjectorConfigurator
 

N

named(String) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
named(String) - Method in interface org.dbrain.binder.directory.Qualifiers.Builder
 
named(String) - Method in interface org.dbrain.binder.directory.ServiceKey.Builder
 
named(String) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
named(String) - Method in class org.dbrain.binder.system.app.QualifiedComponent
 
named(String) - Method in class org.dbrain.binder.system.directory.QualifiersBuilderImpl
 
named(String) - Method in class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
 
newBuilder() - Static method in interface org.dbrain.binder.directory.Qualifiers
 
notifyClose(int, String) - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSession
 
NoTransactionException - Exception in org.dbrain.binder.txs.exceptions
Created with IntelliJ IDEA.
NoTransactionException() - Constructor for exception org.dbrain.binder.txs.exceptions.NoTransactionException
 

O

of(Class<U>) - Static method in interface org.dbrain.binder.directory.ServiceKey
 
of(Class<U>, String) - Static method in interface org.dbrain.binder.directory.ServiceKey
 
of(Class<U>, Class<? extends Annotation>) - Static method in interface org.dbrain.binder.directory.ServiceKey
 
of(String, Servlet) - Static method in interface org.dbrain.binder.http.conf.ServletConf
 
of(String, Filter) - Static method in interface org.dbrain.binder.http.conf.ServletFilterConf
 
of(String, Class<? extends Filter>) - Static method in interface org.dbrain.binder.http.conf.ServletFilterConf
 
of(Integer) - Static method in class org.dbrain.binder.http.HttpConnectorBuilder
 
of(Class<?>) - Static method in class org.dbrain.binder.http.WebSocketServerBuilder
Websocket defined using standard javax.websocket.* annotations.
of(ServiceKey<?>) - Static method in class org.dbrain.binder.http.WebSocketServerBuilder
Websocket service defined using standard javax.websocket.* annotations.
of(ServerEndpointConfig) - Static method in class org.dbrain.binder.http.WebSocketServerBuilder
Websocket defined with a server enpoint configuration.
of(Provider<T>) - Static method in class org.dbrain.binder.system.app.Factories
Create a factory from a provider.
of(T) - Static method in class org.dbrain.binder.system.app.Factories
 
of(T) - Static method in class org.dbrain.binder.system.app.Factories
 
of(Class<U>) - Static method in class org.dbrain.binder.system.util.AnnotationBuilder
Create an annotation with default values or no values from the specified class.
of(Class<U>, Object) - Static method in class org.dbrain.binder.system.util.AnnotationBuilder
Create an annotation with a value from the specified class.
onBind(Consumer<Binder>) - Method in interface org.dbrain.binder.app.Binder.BindingContext
 
onBind(Consumer<Binder>) - Method in class org.dbrain.binder.system.app.SimpleBindingContext
 
org.dbrain.binder.app - package org.dbrain.binder.app
 
org.dbrain.binder.directory - package org.dbrain.binder.directory
 
org.dbrain.binder.http - package org.dbrain.binder.http
 
org.dbrain.binder.http.conf - package org.dbrain.binder.http.conf
 
org.dbrain.binder.jdbc - package org.dbrain.binder.jdbc
 
org.dbrain.binder.lifecycle - package org.dbrain.binder.lifecycle
 
org.dbrain.binder.system.app - package org.dbrain.binder.system.app
 
org.dbrain.binder.system.directory - package org.dbrain.binder.system.directory
 
org.dbrain.binder.system.http.server - package org.dbrain.binder.system.http.server
 
org.dbrain.binder.system.http.server.utils - package org.dbrain.binder.system.http.server.utils
 
org.dbrain.binder.system.http.webapp - package org.dbrain.binder.system.http.webapp
 
org.dbrain.binder.system.jetty - package org.dbrain.binder.system.jetty
 
org.dbrain.binder.system.jetty.websocket - package org.dbrain.binder.system.jetty.websocket
 
org.dbrain.binder.system.lifecycle - package org.dbrain.binder.system.lifecycle
 
org.dbrain.binder.system.scope - package org.dbrain.binder.system.scope
 
org.dbrain.binder.system.txs - package org.dbrain.binder.system.txs
 
org.dbrain.binder.system.txs.http - package org.dbrain.binder.system.txs.http
 
org.dbrain.binder.system.txs.jdbc - package org.dbrain.binder.system.txs.jdbc
 
org.dbrain.binder.system.util - package org.dbrain.binder.system.util
 
org.dbrain.binder.txs - package org.dbrain.binder.txs
 
org.dbrain.binder.txs.exceptions - package org.dbrain.binder.txs.exceptions
 

P

path(String) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
port(int) - Method in class org.dbrain.binder.http.AbstractHttpConnectorBuilder
 
providedBy(T) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
providedBy(ServiceConfigurator.ServiceProvider<T>) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
providedBy(T) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
providedBy(ServiceConfigurator.ServiceProvider<T>) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 

Q

qualifiedBy(Annotation) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
qualifiedBy(Class<? extends Annotation>) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
qualifiedBy(Iterable<Annotation>) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
qualifiedBy(Annotation) - Method in interface org.dbrain.binder.directory.ServiceKey.Builder
 
qualifiedBy(Class<? extends Annotation>) - Method in interface org.dbrain.binder.directory.ServiceKey.Builder
 
qualifiedBy(Iterable<Annotation>) - Method in interface org.dbrain.binder.directory.ServiceKey.Builder
 
qualifiedBy(Annotation) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
qualifiedBy(Class<? extends Annotation>) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
qualifiedBy(Iterable<Annotation>) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
qualifiedBy(Annotation) - Method in class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
 
qualifiedBy(Class<? extends Annotation>) - Method in class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
 
qualifiedBy(Iterable<Annotation>) - Method in class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
 
QualifiedComponent<T extends QualifiedComponent> - Class in org.dbrain.binder.system.app
Basic abstract component interfaces that defines contract to qualify a component being configured.
QualifiedComponent() - Constructor for class org.dbrain.binder.system.app.QualifiedComponent
 
qualifiedWith(Annotation) - Method in interface org.dbrain.binder.directory.Qualifiers.Builder
 
qualifiedWith(Class<? extends Annotation>) - Method in interface org.dbrain.binder.directory.Qualifiers.Builder
 
qualifiedWith(Iterable<Annotation>) - Method in interface org.dbrain.binder.directory.Qualifiers.Builder
 
qualifiedWith(Annotation) - Method in class org.dbrain.binder.system.app.QualifiedComponent
 
qualifiedWith(Class<Annotation>) - Method in class org.dbrain.binder.system.app.QualifiedComponent
 
qualifiedWith(Annotation) - Method in class org.dbrain.binder.system.directory.QualifiersBuilderImpl
 
qualifiedWith(Class<? extends Annotation>) - Method in class org.dbrain.binder.system.directory.QualifiersBuilderImpl
 
qualifiedWith(Iterable<Annotation>) - Method in class org.dbrain.binder.system.directory.QualifiersBuilderImpl
 
Qualifiers - Interface in org.dbrain.binder.directory
Describe qualifiers.
Qualifiers.Builder - Interface in org.dbrain.binder.directory
Builder for service key.
QualifiersBuilderImpl - Class in org.dbrain.binder.system.directory
Created by epoitras on 3/15/15.
QualifiersBuilderImpl() - Constructor for class org.dbrain.binder.system.directory.QualifiersBuilderImpl
 
QualifiersImpl - Class in org.dbrain.binder.system.directory
Implementations of the Qualifiers interface.
QualifiersImpl(Collection<Annotation>) - Constructor for class org.dbrain.binder.system.directory.QualifiersImpl
 

R

RequestScopeContext - Class in org.dbrain.binder.system.scope
Implementation of the request scope.
RequestScopeContext() - Constructor for class org.dbrain.binder.system.scope.RequestScopeContext
 
RequestScoped - Annotation Type in org.dbrain.binder.lifecycle
Defines a service that is bound to a request scope.
ResourceSandbox - Class in org.dbrain.binder.system.http.server.utils
Created by epoitras on 18/09/14.
ResourceSandbox(URI) - Constructor for class org.dbrain.binder.system.http.server.utils.ResourceSandbox
 
rollback() - Method in class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper.ConnectionToMemberAdapter
 
rollback() - Method in class org.dbrain.binder.system.txs.TransactionImpl
 
rollback() - Method in interface org.dbrain.binder.system.txs.TransactionMember
 
rollback() - Method in interface org.dbrain.binder.txs.Transaction
 

S

security - Variable in class org.dbrain.binder.http.ServletContextBuilder
 
security(ServletAppSecurityConf) - Method in class org.dbrain.binder.http.ServletContextBuilder
 
self() - Method in class org.dbrain.binder.http.AbstractHttpConnectorBuilder
 
self() - Method in class org.dbrain.binder.http.HttpConnectorBuilder
 
self() - Method in class org.dbrain.binder.http.HttpsConnectorBuilder
 
self() - Method in class org.dbrain.binder.http.JettyServerComponent
 
self() - Method in class org.dbrain.binder.jdbc.JdbcDatasourceComponent
 
self() - Method in class org.dbrain.binder.jdbc.JdbcDriverDatasourceComponent
 
self() - Method in class org.dbrain.binder.system.app.QualifiedComponent
 
serve(ServletContextConf) - Method in class org.dbrain.binder.http.AbstractHttpServerComponent
 
serve(ServletConf) - Method in class org.dbrain.binder.http.ServletContextBuilder
 
serve(WebSocketServerConf) - Method in class org.dbrain.binder.http.ServletContextBuilder
 
ServiceConfigurator<T> - Interface in org.dbrain.binder.app
Configure a single service description.
ServiceConfigurator.ServiceDisposer<T> - Interface in org.dbrain.binder.app
A disposer that can fail miserably by throwing an exception.
ServiceConfigurator.ServiceProvider<T> - Interface in org.dbrain.binder.app
A provider that can fail miserably by throwing an exception.
ServiceDirectory - Interface in org.dbrain.binder.directory
Directory service interface.
ServiceKey<T> - Interface in org.dbrain.binder.directory
Describe a service.
ServiceKey.Builder<T> - Interface in org.dbrain.binder.directory
Builder for service key.
ServiceKeyBuilderImpl<T> - Class in org.dbrain.binder.system.directory
Created by epoitras on 3/15/15.
ServiceKeyBuilderImpl(Type, Class<T>) - Constructor for class org.dbrain.binder.system.directory.ServiceKeyBuilderImpl
 
ServiceKeyImpl<T> - Class in org.dbrain.binder.system.directory
Created by epoitras on 3/15/15.
ServiceKeyImpl(Type, Class<T>, Collection<Annotation>) - Constructor for class org.dbrain.binder.system.directory.ServiceKeyImpl
 
ServletAppSecurityConf - Class in org.dbrain.binder.http.conf
Servlet application should reply to authenticated requests.
ServletAppSecurityConf(String, FormLocationConf, CredentialsConf) - Constructor for class org.dbrain.binder.http.conf.ServletAppSecurityConf
 
ServletConf - Interface in org.dbrain.binder.http.conf
Created with IntelliJ IDEA.
ServletConf.InstanceServletDef - Class in org.dbrain.binder.http.conf
 
ServletConf.Visitor - Interface in org.dbrain.binder.http.conf
 
ServletContextBuilder - Class in org.dbrain.binder.http
Created with IntelliJ IDEA.
ServletContextBuilder(String) - Constructor for class org.dbrain.binder.http.ServletContextBuilder
 
ServletContextConf - Class in org.dbrain.binder.http.conf
Created with IntelliJ IDEA.
ServletContextConf(String, List<ServletConf>, List<ServletFilterConf>, List<WebSocketServerConf>, ServletAppSecurityConf) - Constructor for class org.dbrain.binder.http.conf.ServletContextConf
 
ServletFilterClassDef(String, Class<? extends Filter>) - Constructor for class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterClassDef
 
ServletFilterConf - Interface in org.dbrain.binder.http.conf
Created with IntelliJ IDEA.
ServletFilterConf.ServletFilterClassDef - Class in org.dbrain.binder.http.conf
 
ServletFilterConf.ServletFilterInstanceDef - Class in org.dbrain.binder.http.conf
 
ServletFilterConf.Visitor - Interface in org.dbrain.binder.http.conf
 
ServletFilterInstanceDef(String, Filter) - Constructor for class org.dbrain.binder.http.conf.ServletFilterConf.ServletFilterInstanceDef
 
servlets - Variable in class org.dbrain.binder.http.ServletContextBuilder
 
SessionScopeContext - Class in org.dbrain.binder.system.scope
Implementation of the session scope.
SessionScopeContext() - Constructor for class org.dbrain.binder.system.scope.SessionScopeContext
 
SessionScoped - Annotation Type in org.dbrain.binder.lifecycle
Defines a service that is bound to a request scope.
setEndPoints(List<ConnectorConf>) - Method in class org.dbrain.binder.http.conf.HttpServerConf
 
setHost(String) - Method in class org.dbrain.binder.http.conf.HttpConnectorConf
 
setKeyManagerPassord(String) - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
 
setKeyStore(URI) - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
 
setKeyStorePassword(String) - Method in class org.dbrain.binder.http.conf.HttpsConnectorConf
 
setPort(Integer) - Method in class org.dbrain.binder.http.conf.HttpConnectorConf
 
setServletContexts(List<ServletContextConf>) - Method in class org.dbrain.binder.http.conf.HttpServerConf
 
shutdown() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
shutdown() - Method in class org.dbrain.binder.system.scope.RequestScopeContext
 
shutdown() - Method in class org.dbrain.binder.system.scope.SessionScopeContext
 
shutdown() - Method in class org.dbrain.binder.system.txs.TransactionManager
 
SimpleBinder - Class in org.dbrain.binder.system.app
Created by epoitras on 3/8/15.
SimpleBinder(App, SimpleBindingContext) - Constructor for class org.dbrain.binder.system.app.SimpleBinder
 
SimpleBindingContext - Class in org.dbrain.binder.system.app
Implementation of the BindingContext interface.
SimpleBindingContext() - Constructor for class org.dbrain.binder.system.app.SimpleBindingContext
 
size() - Method in interface org.dbrain.binder.directory.Qualifiers
 
size() - Method in class org.dbrain.binder.system.directory.QualifiersImpl
 
size() - Method in class org.dbrain.binder.system.lifecycle.ThreadLocalProvider
 
StandardScopeComponent - Class in org.dbrain.binder.system.scope
This feature defines both the Request and Session scopes.
StandardScopeComponent(Binder.BindingContext) - Constructor for class org.dbrain.binder.system.scope.StandardScopeComponent
 
StandardScopeFilter - Class in org.dbrain.binder.system.http.server
Http filers that allows to use @SessionScoped and @RequestScoped in association with an http end-point.
StandardScopeFilter(RequestScopeContext, SessionScopeContext) - Constructor for class org.dbrain.binder.system.http.server.StandardScopeFilter
 
start() - Method in class org.dbrain.binder.system.txs.TransactionManager
 
start() - Method in interface org.dbrain.binder.txs.TransactionControl
 
subprotocols(String...) - Method in class org.dbrain.binder.http.WebSocketServerBuilder
 
supports(EventDriver) - Method in class org.dbrain.binder.system.jetty.websocket.JsrScopedSessionFactory
 
supportsNullCreation() - Method in class org.dbrain.binder.system.lifecycle.DelegateContext
 
supportsNullCreation() - Method in class org.dbrain.binder.system.txs.TransactionManager
 
SystemConfiguration - Annotation Type in org.dbrain.binder.system.app
Quality a hook to configure the system.

T

ThreadLocalProvider<T> - Class in org.dbrain.binder.system.lifecycle
A thread local provider that keeps a stack of context.
ThreadLocalProvider() - Constructor for class org.dbrain.binder.system.lifecycle.ThreadLocalProvider
 
to(Type) - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
to(Type) - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 
toArray() - Method in interface org.dbrain.binder.directory.Qualifiers
 
toArray() - Method in class org.dbrain.binder.system.directory.QualifiersImpl
 
Transaction - Interface in org.dbrain.binder.txs
Created with IntelliJ IDEA.
TransactionAlreadyStartedException - Exception in org.dbrain.binder.txs.exceptions
Created with IntelliJ IDEA.
TransactionAlreadyStartedException() - Constructor for exception org.dbrain.binder.txs.exceptions.TransactionAlreadyStartedException
 
TransactionComponent - Class in org.dbrain.binder.system.txs
Created by epoitras on 3/5/15.
TransactionComponent(Binder.BindingContext) - Constructor for class org.dbrain.binder.system.txs.TransactionComponent
 
TransactionControl - Interface in org.dbrain.binder.txs
Interface to control transactions.
TransactionException - Exception in org.dbrain.binder.txs
Exception thrown when transaction-related operation fails.
TransactionException(String) - Constructor for exception org.dbrain.binder.txs.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception org.dbrain.binder.txs.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.dbrain.binder.txs.TransactionException
 
TransactionException(String, Throwable, boolean, boolean) - Constructor for exception org.dbrain.binder.txs.TransactionException
 
TransactionFilter - Class in org.dbrain.binder.system.txs.http
Created with IntelliJ IDEA.
TransactionFilter(Provider<TransactionManager>) - Constructor for class org.dbrain.binder.system.txs.http.TransactionFilter
 
TransactionImpl - Class in org.dbrain.binder.system.txs
A registry that keeps track of transactional objects.
TransactionImpl(Iterable<TransactionMember.Wrapper>, Runnable) - Constructor for class org.dbrain.binder.system.txs.TransactionImpl
 
TransactionManager - Class in org.dbrain.binder.system.txs
Implementation of the transaction control interface as well as provide a registry for the transaction scope.
TransactionManager(ServiceLocator, IterableProvider<TransactionMember.Wrapper>) - Constructor for class org.dbrain.binder.system.txs.TransactionManager
 
TransactionMember - Interface in org.dbrain.binder.system.txs
Created by epoitras on 3/1/15.
TransactionMember.Wrapper<T> - Interface in org.dbrain.binder.system.txs
Created by epoitras on 3/5/15.
TransactionScoped - Annotation Type in org.dbrain.binder.lifecycle
Defines a service that is bound to a request scope.
TransactionState - Enum in org.dbrain.binder.txs
Describe the state of a specific transaction.

U

uri(URI) - Method in class org.dbrain.binder.http.HttpsConnectorBuilder
 
useProxy() - Method in interface org.dbrain.binder.app.ServiceConfigurator
 
useProxy() - Method in class org.dbrain.binder.system.app.BindingBuilderImpl
 

V

value(String, Object) - Method in class org.dbrain.binder.system.util.AnnotationBuilder
 
value(Object) - Method in class org.dbrain.binder.system.util.AnnotationBuilder
 
valueOf(String) - Static method in enum org.dbrain.binder.txs.TransactionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dbrain.binder.txs.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
visit(ServletConf.InstanceServletDef) - Method in interface org.dbrain.binder.http.conf.ServletConf.Visitor
 
visit(ServletFilterConf.ServletFilterInstanceDef) - Method in interface org.dbrain.binder.http.conf.ServletFilterConf.Visitor
 
visit(ServletFilterConf.ServletFilterClassDef) - Method in interface org.dbrain.binder.http.conf.ServletFilterConf.Visitor
 
visit(WebSocketServiceServerConf) - Method in interface org.dbrain.binder.http.conf.WebSocketServerConf.Visitor
 
visit(WebSocketConfiguredServerConf) - Method in interface org.dbrain.binder.http.conf.WebSocketServerConf.Visitor
 

W

WebAppComponent - Class in org.dbrain.binder.system.http.webapp
Created by epoitras on 3/13/15.
WebAppComponent(Binder.BindingContext, ServiceLocator) - Constructor for class org.dbrain.binder.system.http.webapp.WebAppComponent
 
WebAppConfigServletContextListener - Class in org.dbrain.binder.system.http.webapp
This class configure the parameters for linking Jersey's servlet with the application's service locator.
WebAppConfigServletContextListener(ServiceLocator) - Constructor for class org.dbrain.binder.system.http.webapp.WebAppConfigServletContextListener
 
WebApplicationBuilder - Class in org.dbrain.binder.http
Builder for simple web applications using jax-rs / jersey.
WebApplicationBuilder() - Constructor for class org.dbrain.binder.http.WebApplicationBuilder
 
WebSocketConfiguredServerConf - Class in org.dbrain.binder.http.conf
Created by epoitras on 6/4/15.
WebSocketConfiguredServerConf(ServerEndpointConfig) - Constructor for class org.dbrain.binder.http.conf.WebSocketConfiguredServerConf
 
WebSocketInjectorConfigurator - Class in org.dbrain.binder.system.jetty.websocket
Support injection into Websocket instances.
WebSocketInjectorConfigurator(ServiceDirectory, ServerEndpointConfig.Configurator, ServiceKey<?>) - Constructor for class org.dbrain.binder.system.jetty.websocket.WebSocketInjectorConfigurator
 
webSockets - Variable in class org.dbrain.binder.http.ServletContextBuilder
 
WebSocketServerBuilder - Class in org.dbrain.binder.http
Builder for WebSocket server endpoint.
WebSocketServerConf - Interface in org.dbrain.binder.http.conf
Define a websocket.
WebSocketServerConf.Visitor - Interface in org.dbrain.binder.http.conf
Visitor for configuration.
WebSocketServiceServerConf - Class in org.dbrain.binder.http.conf
Created by epoitras on 6/4/15.
WebSocketServiceServerConf(ServiceKey<?>) - Constructor for class org.dbrain.binder.http.conf.WebSocketServiceServerConf
 
withProvider(Provider<Connection>) - Method in class org.dbrain.binder.jdbc.JdbcDriverDatasourceComponent
 
wrap(Connection) - Method in class org.dbrain.binder.system.txs.jdbc.JdbcConnectionWrapper
 
wrap(T) - Method in interface org.dbrain.binder.system.txs.TransactionMember.Wrapper
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.