C D E G L R S T

C

com.tzavellas.dyndelegate - package com.tzavellas.dyndelegate
 
convert(Throwable) - Method in class com.tzavellas.dyndelegate.EJBExceptionConverter
If the specified Throwable is a RemoteException that wraps an unchecked exception return the wrapped unchecked exception, else return a RuntimeException wrapping the RemoteException.
convert(Throwable) - Method in class com.tzavellas.dyndelegate.RuntimeExceptionWrapper
Wrap the specified Throwable to a RuntimeException
convert(Throwable) - Method in interface com.tzavellas.dyndelegate.ThrowableConverter
Convert the specified Throwable to another Throwable.
createDelegate(String, Class, Class, Object[], boolean) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Dynamically create a Business Delegate.
createLocalDelegate(String, Class, Class) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Dynamically create a Business Delegate for an EJB with local access.
createLocalDelegate(String, Class, Class, Object[]) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Dynamically create a Business Delegate for an EJB with local access.
createRemoteDelegate(String, Class, Class) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Dynamically create a Business Delegate for an EJB with remote access.
createRemoteDelegate(String, Class, Class, Object[]) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Dynamically create a Business Delegate for an EJB with remote access.

D

DynamicDelegateFactory - Class in com.tzavellas.dyndelegate
A Dynamic Delegate for Session Beans.
DynamicDelegateFactory(ThrowableConverter, EJBHomeFactory) - Constructor for class com.tzavellas.dyndelegate.DynamicDelegateFactory
Construct a DynamicDelegateFactory using the specified ThrowableConverter and EJBHomeFactory.
DynamicDelegateFactory() - Constructor for class com.tzavellas.dyndelegate.DynamicDelegateFactory
Construct a DynamicDelegateFactory with an EJBExceptionConverter and a SimpleEJBHomeFactory.

E

EJBExceptionConverter - Class in com.tzavellas.dyndelegate
A ThrowableConverter implementation suitable for converting Exceptions in Business Delegate implementations.
EJBExceptionConverter() - Constructor for class com.tzavellas.dyndelegate.EJBExceptionConverter
 
EJBHomeFactory - Interface in com.tzavellas.dyndelegate
A strategy interface for EJBHome factories.

G

getBean(Object) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Get the EJB that the specified Business Delegate proxies.

L

lookupLocal(String, Class) - Method in interface com.tzavellas.dyndelegate.EJBHomeFactory
Return the EJBLocalHome bound at the specified JNDI name.
lookupLocal(String, Class) - Method in class com.tzavellas.dyndelegate.SimpleEJBHomeFactory
Return the EJBLocalHome bound at the specified JNDI name.
lookupRemote(String, Class) - Method in interface com.tzavellas.dyndelegate.EJBHomeFactory
Return the EJBHome bound at the specified JNDI name.
lookupRemote(String, Class) - Method in class com.tzavellas.dyndelegate.SimpleEJBHomeFactory
Return the EJBHome bound at the specified JNDI name.

R

remove(Object) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Remove the EJB behind the specified dynamic delegate object.
RuntimeExceptionWrapper - Class in com.tzavellas.dyndelegate
Wrap any java.lang.Throwable inside a java.lang.RuntimeException.
RuntimeExceptionWrapper() - Constructor for class com.tzavellas.dyndelegate.RuntimeExceptionWrapper
 

S

setExceptionConverter(ThrowableConverter) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Set the ThrowableConverter to use with this factory.
setHomeFactory(EJBHomeFactory) - Method in class com.tzavellas.dyndelegate.DynamicDelegateFactory
Set the EJBHomeFactory to use with this factory.
SimpleEJBHomeFactory - Class in com.tzavellas.dyndelegate
A non-caching implementation of the EJBHomeFactory interface.
SimpleEJBHomeFactory() - Constructor for class com.tzavellas.dyndelegate.SimpleEJBHomeFactory
 

T

ThrowableConverter - Interface in com.tzavellas.dyndelegate
This is a strategy interface for converting a java.lang.Throwable to another java.lang.Throwable

C D E G L R S T

Copyright © 2005-2009 spiros.blog(). All Rights Reserved.