A B C D E F G H I J L O P R S U W X

A

AbsContextInterceptor - Class in org.ow2.jonas.jndi.interceptors.impl
Abstract class for some JOnAS context interceptors.
AbsContextInterceptor() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
 
AuditSystemContextInterceptor - Class in org.ow2.jonas.jndi.interceptors.impl.audit
Context interceptor for JNDI calls.
AuditSystemContextInterceptor() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptor
Default constructor.
AuditSystemContextInterceptorAdapter - Class in org.ow2.jonas.jndi.interceptors.impl.audit
Commons modeler adapter.
AuditSystemContextInterceptorAdapter() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptorAdapter
Create the mbean.

B

beforeBind(EZBContainerCallbackInfo, EZBRef) - Method in class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerConfigurationExtension
Called before binding a reference into the registry.
bindEventService(IEventService) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Callback invoked when an EventService becomes available.

C

cleanupStackTrace(StackTraceElement[]) - Static method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptor
Cleanup the stack trace elements to ave the right stack.
configure(EZBContainerConfig) - Method in class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerConfigurationExtension
Adapt the given configuration.
ConnectionProxy - Class in org.ow2.jonas.jndi.interceptors.impl.datasource
Invocation handler that will monitor the calls to the stop() method.
ConnectionProxy(Long, DatasourceWrapper, Connection, StackTraceElement[]) - Constructor for class org.ow2.jonas.jndi.interceptors.impl.datasource.ConnectionProxy
Constructor of the handler of the proxy.

D

DataSourceLeakDetectorContextInterceptor - Class in org.ow2.jonas.jndi.interceptors.impl.datasource
Context interceptor for Datasources.
DataSourceLeakDetectorContextInterceptor() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.datasource.DataSourceLeakDetectorContextInterceptor
 
DatasourceWrapper - Class in org.ow2.jonas.jndi.interceptors.impl.datasource
Wrapper of existing datasources.
DatasourceWrapper(DataSource) - Constructor for class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Wrap a given datasource.
delistAll() - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
Delist all resources that are enlisted.
delistResource(IResourceChecker) - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
Delist a resource.
detect(IResourceCheckerInfo) - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
Call detect method on each enlisted resource.
detect(IResourceCheckerInfo) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Callback occuring in order to check if there are problems.

E

enlistResource(IResourceChecker) - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
Enlist a new resource.
equals(Object) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Change equals method to use the equals on the underlying wrapped object.

F

filterOnJndiName(String) - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
Allows to filter JNDI Name in order to enable interceptor.
filterOnMethodName(Method) - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
For a given method, check if the interceptor is applied or not.

G

getConnection() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Attempts to establish a connection with the data source that this DataSource object represents.
getContextInterceptors() - Method in class org.ow2.jonas.jndi.interceptors.impl.Interceptors
Gets the list of interceptors.
getId() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.ConnectionProxy
 
getInterceptors() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
 
getJndiRegexp() - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
 
getLoginTimeout() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Retrieves the log writer for this DataSource object.
getManagedComponent() - Method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptorAdapter
 
getMapperName() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Method implemented by some datasources.
getMethodsRegexp() - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
 
getNextSeqNumber() - Method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptor
 
getObjectName(String) - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
 
getObjectName(String) - Method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptor
 
getObjectName(ContextInterceptor) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
 
getResourceCheckerManager() - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
 
getResourceCheckerManager() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
 
getResources() - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
 
getStackTraceElements() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.ConnectionProxy
 
getWrappedConnection() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.ConnectionProxy
 

H

hashCode() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
 

I

intercept(InterceptionContext) - Method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptor
Intercept every JNDI call.
intercept(InterceptionContext) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DataSourceLeakDetectorContextInterceptor
Intercept the lookup on the Datasources.
intercept(EasyBeansInvocationContext) - Method in class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerInterceptor
Defines the interceptor schema of EasyBeans interceptors.
Interceptors - Class in org.ow2.jonas.jndi.interceptors.impl
Defines the object that is containing all the interceptors.
Interceptors() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.Interceptors
Default constructor.
invoke(Object, Method, Object[]) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.ConnectionProxy
Intercept methods called on the connection object.
isForceClose() - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DataSourceLeakDetectorContextInterceptor
 
isWrapperFor(Class<?>) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.

J

JNDIInterceptorsComponent - Class in org.ow2.jonas.jndi.interceptors.impl
Component that will create and register JNDI interceptors.
JNDIInterceptorsComponent() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Default constructor.
JNDIInterceptorsComponentException - Exception in org.ow2.jonas.jndi.interceptors.impl
Exception thrown by the JNDI Interceptor Component.
JNDIInterceptorsComponentException(String) - Constructor for exception org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponentException
Constructs a new exception with the specified detail message.
JNDIInterceptorsComponentException(String, Throwable) - Constructor for exception org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponentException
Constructs a new exception with the specified detail message and cause.
JONAS_BASE - Static variable in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
The name of the JONAS_BASE directory.

L

loadXML() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Load the XML configuration of the interceptor component.

O

org.ow2.jonas.jndi.checker.impl - package org.ow2.jonas.jndi.checker.impl
 
org.ow2.jonas.jndi.interceptors.impl - package org.ow2.jonas.jndi.interceptors.impl
 
org.ow2.jonas.jndi.interceptors.impl.audit - package org.ow2.jonas.jndi.interceptors.impl.audit
 
org.ow2.jonas.jndi.interceptors.impl.datasource - package org.ow2.jonas.jndi.interceptors.impl.datasource
 
org.ow2.jonas.jndi.interceptors.impl.easybeans - package org.ow2.jonas.jndi.interceptors.impl.easybeans
 

P

pop() - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
Pop the list on the stacK.
postRegister(Boolean) - Method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptorAdapter
Calls some operation on the wrapped object.
push() - Method in class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
Push a new list on the stack.

R

registerContextInterceptor(ContextInterceptor) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Register the given context interceptor.
remove(Long) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Remove the data for the given connection id.
ResourceCheckerConfigurationExtension - Class in org.ow2.jonas.jndi.interceptors.impl.easybeans
Allows to register some extensions
ResourceCheckerConfigurationExtension(IResourceCheckerManager) - Constructor for class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerConfigurationExtension
Build an extension for the given checker manager.
ResourceCheckerInterceptor - Class in org.ow2.jonas.jndi.interceptors.impl.easybeans
Interceptors that will check if all resources have been closed.
ResourceCheckerInterceptor() - Constructor for class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerInterceptor
Default constructor.
ResourceCheckerManager - Class in org.ow2.jonas.jndi.checker.impl
Manager of all the resources that need to be checked.
ResourceCheckerManager() - Constructor for class org.ow2.jonas.jndi.checker.impl.ResourceCheckerManager
 

S

setBroadcaster(ModelMBeanNotificationBroadcaster) - Method in class org.ow2.jonas.jndi.interceptors.impl.audit.AuditSystemContextInterceptor
Sets the given broadcaster in order to send notification.
setContextInterceptors(List<ContextInterceptor>) - Method in class org.ow2.jonas.jndi.interceptors.impl.Interceptors
Sets the list of interceptors.
setEasyBeansService(IEasyBeansService) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Sets the easybeans service.
setForceClose(boolean) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DataSourceLeakDetectorContextInterceptor
Sets the flag for automatically closing or not the connection.
setForceClose(boolean) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Sets the flag for automatically closing or not the connection.
setInterceptorManager(InterceptorManager) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Sets the interceptor manager.
setInterceptors(Interceptors) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Sets the interceptors manager object.
setJmxService(JmxService) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
 
setJndiRegexp(String) - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
Sets the JNDI regexp.
setLoginTimeout(int) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setMethodsRegexp(String) - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
Sets the Method regexp.
setResourceCheckerManager(IResourceCheckerManager) - Method in class org.ow2.jonas.jndi.interceptors.impl.AbsContextInterceptor
Sets the resource checker manager.
setResourceCheckerManager(IResourceCheckerManager) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Sets the resource checker manager.
start(EZBContainerCallbackInfo) - Method in class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerConfigurationExtension
Called when container is starting.
start() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Analyze the JNDI interceptors and register them.
stop(EZBContainerCallbackInfo) - Method in class org.ow2.jonas.jndi.interceptors.impl.easybeans.ResourceCheckerConfigurationExtension
Called when container is stopping.
stop() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Stop the JNDI interceptors.

U

unbindEventService(IEventService) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Callback invoked when the used EventService becomes unavalable.
unregisterContextInterceptor(ContextInterceptor) - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Unregister the given context interceptor.
unsetEasyBeansService() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Unset the easybeans service.
unsetInterceptorManager() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Unset the interceptor manager.
unsetResourceCheckerManager() - Method in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Unset the resource checker manager.
unwrap(Class<T>) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.

W

wrapConnection(Connection, StackTraceElement[]) - Method in class org.ow2.jonas.jndi.interceptors.impl.datasource.DatasourceWrapper
Wrap the given connection and return it to the client.

X

XML_FILE - Static variable in class org.ow2.jonas.jndi.interceptors.impl.JNDIInterceptorsComponent
Name of the XML file.

A B C D E F G H I J L O P R S U W X

Copyright © 2011 OW2 Consortium. All Rights Reserved.