Skip navigation links
A B C D F G I J L M N P Q R S T 

A

AbstractTestBean - Class in ch.inftec.ju.ee.test
Base class for simple test beans.
AbstractTestBean() - Constructor for class ch.inftec.ju.ee.test.AbstractTestBean
 
ANY - Static variable in interface ch.inftec.ju.ee.client.ServiceLocator
Instance of the Any annotation to be used for cdiAllAnno.
appName(String) - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
Sets the application name.

B

buildLocal() - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
Gets a builder to create a new Local ServiceLocator, i.e.
buildRemote() - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
Gets a builder to create a new Remote ServiceLocator, i.e.

C

cdi(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
Default CDI lookup of the specified type.
cdiAll(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
Gets a list of all CDI beans for the specified type.
cdiAllAnno(Class<T>, Annotation...) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
Gets a list of all CDI beans for the specified type.
cdiAnno(Class<T>, Annotation...) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
Looks up a resource in the CDI BeanManager.
cdiComplex(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
Returns a builder to issue complex CDI queries.
cdiNamed(Class<T>, String) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
Get a @Named annotated object with the specified name.
CdiServiceLocator - Interface in ch.inftec.ju.ee.client
ServiceLocator that looks up CDI beans programmatically using the BeanManager interface of a Container.
CdiServiceLocator.CdiComplexLookupBuilder<T> - Class in ch.inftec.ju.ee.client
Helper to construct complex CDI queries
ch.inftec.ju.ee.cdi - package ch.inftec.ju.ee.cdi
 
ch.inftec.ju.ee.client - package ch.inftec.ju.ee.client
 
ch.inftec.ju.ee.test - package ch.inftec.ju.ee.test
 
ch.inftec.ju.ee.test.sim - package ch.inftec.ju.ee.test.sim
 
ch.inftec.ju.util.ee - package ch.inftec.ju.util.ee
 
createLocalByBeanManager(BeanManager) - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
Creates a local (CDI) ServiceLocator using the specified BeanManager implementation.
createRemoteByConfigurationFiles() - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
Builds a remote service locator based on the values of configuration properties using the default JU Property chain.
createServiceLocator() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.LocalServiceLocatorBuilder
Creates a new LocalServiceLocatorBuilder instance with the attributes specified to the builder.
createServiceLocator() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
Creates a new RemoteServiceLocator instance with the attributes specified to the builder.

D

DynamicCdi - Interface in ch.inftec.ju.ee.cdi
This is a tag interface that is used by the DynamicCdiLoader class to lookup all eligable classes available on the classpath.
DynamicCdiFactory - Interface in ch.inftec.ju.ee.cdi
This is a tag interface that is used by the DynamicCdiLoader class to lookup all eligable factories available on the classpath.
DynamicCdiLoader - Class in ch.inftec.ju.ee.cdi
Helper class to load CDI implementations dynamically at run time using system properties to configure them.
DynamicCdiLoader() - Constructor for class ch.inftec.ju.ee.cdi.DynamicCdiLoader
 
DynamicCdiLoader(Instance<DynamicCdi>) - Constructor for class ch.inftec.ju.ee.cdi.DynamicCdiLoader
A Producer of DynamicCdiLoader will need to get Instance<DynamicCdi> injected by Weld using the annotations @Inject @Any
DynamicCdiTag - Annotation Type in ch.inftec.ju.ee.cdi
Annotation to tag an implementation that can be dynamically looked up using CDI.

F

find() - Method in class ch.inftec.ju.ee.client.CdiServiceLocator.CdiComplexLookupBuilder
Returns a FindHelper instance to query the result set of CDI objects found by our settings.

G

getGreeting(String) - Method in class ch.inftec.ju.ee.test.AbstractTestBean
Gets a greeting containing the specified name and the simple name of the class.
getGreeting(String) - Method in interface ch.inftec.ju.ee.test.TestLocal
Gets a greeting containing the specified name and the simple name of the class.
getGreeting(String) - Method in interface ch.inftec.ju.ee.test.TestRemote
Gets a greeting containing the specified name and the simple name of the class.
getImplementation(Class<T>) - Method in class ch.inftec.ju.ee.cdi.DynamicCdiLoader
Gets the specified implementation for the given class.
getMBeanServer() - Static method in class ch.inftec.ju.util.ee.JBossUtils
 
getMessageCount() - Method in class ch.inftec.ju.util.ee.JBossUtils.JmxInfoQuery.JmsInfoQuery.QueueInfoQuery
 
getRequestCount(Class<T>) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Gets the count of requests for the specified type.

I

initByConfigurationFiles() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
Initializes the remote service locator based on the values of configuration properties using the default JU Property chain.

J

JBossUtils - Class in ch.inftec.ju.util.ee
JBoss specific utility functions.
JBossUtils() - Constructor for class ch.inftec.ju.util.ee.JBossUtils
 
JBossUtils.JmxInfoQuery - Class in ch.inftec.ju.util.ee
 
JBossUtils.JmxInfoQuery.JmsInfoQuery - Class in ch.inftec.ju.util.ee
 
JBossUtils.JmxInfoQuery.JmsInfoQuery.QueueInfoQuery - Class in ch.inftec.ju.util.ee
 
jms() - Method in class ch.inftec.ju.util.ee.JBossUtils.JmxInfoQuery
 
JmsInfoQuery() - Constructor for class ch.inftec.ju.util.ee.JBossUtils.JmxInfoQuery.JmsInfoQuery
 
JmxInfoQuery() - Constructor for class ch.inftec.ju.util.ee.JBossUtils.JmxInfoQuery
 
JndiServiceLocator - Interface in ch.inftec.ju.ee.client
ServiceLocator that can perform JNDI lookups by a JNDI name.

L

LocalServiceLocatorBuilder() - Constructor for class ch.inftec.ju.ee.client.ServiceLocatorBuilder.LocalServiceLocatorBuilder
 
lookup(String) - Method in interface ch.inftec.ju.ee.client.JndiServiceLocator
Looks up the specified JNDI resource by its name
lookup(Class<T>) - Method in interface ch.inftec.ju.ee.client.JndiServiceLocator
Looks up the specified JNDI resource by its type.

M

moduleName(String) - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.LocalServiceLocatorBuilder
Sets the module name.
moduleName(String) - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
Sets the module name.

N

named(String) - Method in class ch.inftec.ju.ee.client.CdiServiceLocator.CdiComplexLookupBuilder
Bean is annotated with @Named annotation

P

peekFromEndWithOffset(Class<T>, int) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Gets a request from the holder (from the end of the queu, i.e.
peekLastRequest(Class<T>) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Gets a request from the holder (from the end of the queu, i.e.
peekRequest(Class<T>) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Gets a request from the holder (from the start at the queue, i.e.
pollLastRequest(Class<T>) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Gets the last request on the queue, i.e.
pollRequest(Class<T>) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Polls a request from the holder (from the start at the queue, i.e.
putRequest(Class<T>, T) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
Puts a request to the holder (at the end of the queue).

Q

queryJmx() - Static method in class ch.inftec.ju.util.ee.JBossUtils
Returns a helper object to query JBoss info through JMX.
queueInfo(String) - Method in class ch.inftec.ju.util.ee.JBossUtils.JmxInfoQuery.JmsInfoQuery
 

R

remoteServer(String, int) - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
Sets the remote host and port for the lookup.
RemoteServiceLocatorBuilder() - Constructor for class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
 
RemoteServiceLocatorStrategy - Interface in ch.inftec.ju.ee.client
 
RequestHolder - Class in ch.inftec.ju.ee.test.sim
 
RequestHolder() - Constructor for class ch.inftec.ju.ee.test.sim.RequestHolder
 

S

ScopeControl - Annotation Type in ch.inftec.ju.ee.cdi
Helper qualifier that can be used to control scopes explicitly depending on certain conditions.
scopeControl() - Method in class ch.inftec.ju.ee.client.CdiServiceLocator.CdiComplexLookupBuilder
Bean is annotated with @ScopeControl annotation
ServiceLocator - Interface in ch.inftec.ju.ee.client
ServiceLocator implementing both CdiServiceLocator and JndiServiceLocator interfaces.
ServiceLocatorBuilder - Class in ch.inftec.ju.ee.client
Builder to create ServiceLocator instances.
ServiceLocatorBuilder() - Constructor for class ch.inftec.ju.ee.client.ServiceLocatorBuilder
 
ServiceLocatorBuilder.LocalServiceLocatorBuilder - Class in ch.inftec.ju.ee.client
Helper class to build local ServiceLocator instances
ServiceLocatorBuilder.RemoteServiceLocatorBuilder - Class in ch.inftec.ju.ee.client
Helper class to build remote ServiceLocator instances

T

TestLocal - Interface in ch.inftec.ju.ee.test
Interface that can be used as a local interface for bean testing.
TestLocalBean - Class in ch.inftec.ju.ee.test
Simple local testing facade.
TestLocalBean() - Constructor for class ch.inftec.ju.ee.test.TestLocalBean
 
TestNoInterfaceBean - Class in ch.inftec.ju.ee.test
Simple no-interface testing facade.
TestNoInterfaceBean() - Constructor for class ch.inftec.ju.ee.test.TestNoInterfaceBean
 
TestRemote - Interface in ch.inftec.ju.ee.test
Interface that can be used as a remote interface for bean testing.
TestRemoteBean - Class in ch.inftec.ju.ee.test
Simple remote testing facade.
TestRemoteBean() - Constructor for class ch.inftec.ju.ee.test.TestRemoteBean
 
A B C D F G I J L M N P Q R S T 
Skip navigation links

Copyright © 2016. All rights reserved.