A B C D E F G I L M N O P R S T _

A

AbstractEJBProxy - Class in org.apache.hivemind.lib.impl
Generic EJB proxy for stateless session beans.
AbstractEJBProxy(NameLookup, RemoteExceptionCoordinator) - Constructor for class org.apache.hivemind.lib.impl.AbstractEJBProxy
 
addFilter(String, String, String, Object, Location) - Method in class org.apache.hivemind.lib.pipeline.PipelineAssembler
 
addRemoteExceptionListener(RemoteExceptionListener) - Method in class org.apache.hivemind.lib.impl.RemoteExceptionCoordinatorImpl
 
addRemoteExceptionListener(RemoteExceptionListener) - Method in interface org.apache.hivemind.lib.RemoteExceptionCoordinator
 

B

BeanFactory - Interface in org.apache.hivemind.lib
Service interface for a source of beans of a particular type.
BeanFactoryBuilder - Class in org.apache.hivemind.lib.factory
Service implementation factory that builds BeanFactory instances.
BeanFactoryBuilder() - Constructor for class org.apache.hivemind.lib.factory.BeanFactoryBuilder
 
BeanFactoryContribution - Class in org.apache.hivemind.lib.factory
A contribution used with an BeanFactory to define one class of objects that may be returned from the factory.
BeanFactoryContribution() - Constructor for class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
BeanFactoryImpl - Class in org.apache.hivemind.lib.factory
Implementation of BeanFactory.
BeanFactoryImpl(ErrorLog, Class, List, boolean) - Constructor for class org.apache.hivemind.lib.factory.BeanFactoryImpl
 
BeanFactoryObjectProvider - Class in org.apache.hivemind.lib.factory
An ObjectProvider that references a named (or named and initialized) bean from a BeanFactory.
BeanFactoryObjectProvider() - Constructor for class org.apache.hivemind.lib.factory.BeanFactoryObjectProvider
 
BeanFactoryParameter - Class in org.apache.hivemind.lib.factory
Parameter object passed to BeanFactoryBuilder.
BeanFactoryParameter() - Constructor for class org.apache.hivemind.lib.factory.BeanFactoryParameter
 
buildDefaultImplementation(Class) - Method in interface org.apache.hivemind.lib.DefaultImplementationBuilder
Builds a default implementation of the indicated interface, instantiates and returns it.
buildDefaultImplementation(Class) - Method in class org.apache.hivemind.lib.impl.DefaultImplementationBuilderImpl
 
buildImplementation(Class, List, String) - Method in interface org.apache.hivemind.lib.chain.ChainBuilder
Builds an implementation.
buildImplementation(Class, List, String) - Method in class org.apache.hivemind.lib.chain.ChainBuilderImpl
 

C

ChainBuilder - Interface in org.apache.hivemind.lib.chain
Service interface for hivemind.lib.ChainBuilder, a service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the "commands").
ChainBuilderImpl - Class in org.apache.hivemind.lib.chain
Gang of Four Chain of Commands Pattern.
ChainBuilderImpl() - Constructor for class org.apache.hivemind.lib.chain.ChainBuilderImpl
 
ChainContribution - Class in org.apache.hivemind.lib.chain
A contribution used with ChainFactory.
ChainContribution() - Constructor for class org.apache.hivemind.lib.chain.ChainContribution
 
ChainFactory - Class in org.apache.hivemind.lib.chain
Builds a service implementation using ChainBuilder.
ChainFactory() - Constructor for class org.apache.hivemind.lib.chain.ChainFactory
 
constructContext(Hashtable) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
Constructs the InitialContext (this is separated out in a standalone method so that it may be overridden in a testing subclass).
contains(String) - Method in interface org.apache.hivemind.lib.BeanFactory
Returns true if a bean matching the provided locator has been defined.
contains(String) - Method in class org.apache.hivemind.lib.factory.BeanFactoryImpl
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.chain.ChainFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.factory.BeanFactoryBuilder
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.impl.EJBProxyFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.impl.PlaceholderFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.impl.ServicePropertyFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.impl.SpringLookupFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.pipeline.PipelineFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.hivemind.lib.strategy.StrategyFactory
 
createInterceptor(InterceptorStack, Module, Object) - Method in class org.apache.hivemind.lib.impl.MethodInterceptorFactory
 
createInterceptor(InterceptorStack, Module, MethodInterceptor) - Method in class org.apache.hivemind.lib.impl.MethodInterceptorFactory
 
createPipeline() - Method in class org.apache.hivemind.lib.pipeline.PipelineAssembler
Returns an object that implements the service interface, and integrates any filters for the pipeline with the

D

DefaultImplementationBuilder - Interface in org.apache.hivemind.lib
Builds a default implementation of an interface.
DefaultImplementationBuilderImpl - Class in org.apache.hivemind.lib.impl
Implemenation of DefaultImplementationBuilder.
DefaultImplementationBuilderImpl() - Constructor for class org.apache.hivemind.lib.impl.DefaultImplementationBuilderImpl
 

E

EJBProxyFactory - Class in org.apache.hivemind.lib.impl
An implementation of ServiceImplementationFactory that can create a proxy to a stateless session EJB.
EJBProxyFactory() - Constructor for class org.apache.hivemind.lib.impl.EJBProxyFactory
 
EJBProxyParameters - Class in org.apache.hivemind.lib.impl
Parameters for the EJBProxyFactory.
EJBProxyParameters() - Constructor for class org.apache.hivemind.lib.impl.EJBProxyParameters
 

F

FilterContribution - Class in org.apache.hivemind.lib.pipeline
A contribution used to add a filter to the pipeline.
FilterContribution() - Constructor for class org.apache.hivemind.lib.pipeline.FilterContribution
 
FilterHolder - Class in org.apache.hivemind.lib.pipeline
A holder for a filter within a pipeline, and for the location for that filter.
FilterHolder(Object, Location) - Constructor for class org.apache.hivemind.lib.pipeline.FilterHolder
 
fireRemoteExceptionDidOccur(Object, Throwable) - Method in class org.apache.hivemind.lib.impl.RemoteExceptionCoordinatorImpl
 
fireRemoteExceptionDidOccur(Object, Throwable) - Method in interface org.apache.hivemind.lib.RemoteExceptionCoordinator
Invoked by an object which has caught a remote exception of some form.

G

get(String) - Method in interface org.apache.hivemind.lib.BeanFactory
Gets a bean via its locator (it's name plus, optionally, an initializer).
get(String) - Method in class org.apache.hivemind.lib.factory.BeanFactoryImpl
 
getAfter() - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
getBeanClass() - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
getBeanFactory() - Method in class org.apache.hivemind.lib.impl.SpringBeanFactoryHolderImpl
 
getBeanFactory() - Method in class org.apache.hivemind.lib.impl.SpringBeanParameter
 
getBeanFactory() - Method in interface org.apache.hivemind.lib.SpringBeanFactorySource
 
getBefore() - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
getCacheable() - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
getCommand() - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
getContributions() - Method in class org.apache.hivemind.lib.strategy.StrategyParameter
List of StrategyContribution.
getContributionsList() - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
The contributions to the list (assigned from the companion configuration point).
getDefaultCacheable() - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
Default value for cacheable in contributions that do not explicitly set a value.
getException() - Method in class org.apache.hivemind.lib.RemoteExceptionEvent
 
getFilter() - Method in class org.apache.hivemind.lib.pipeline.FilterHolder
 
getFilterInterface() - Method in class org.apache.hivemind.lib.pipeline.PipelineParameters
 
getHomeInterfaceClassName() - Method in class org.apache.hivemind.lib.impl.EJBProxyParameters
 
getId() - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
getJndiName() - Method in class org.apache.hivemind.lib.impl.EJBProxyParameters
 
getLocation() - Method in class org.apache.hivemind.lib.pipeline.FilterHolder
 
getName() - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
getName() - Method in class org.apache.hivemind.lib.impl.SpringBeanParameter
 
getNameLookup(NameLookup) - Method in class org.apache.hivemind.lib.impl.EJBProxyParameters
 
getPipelineConfiguration() - Method in class org.apache.hivemind.lib.pipeline.PipelineParameters
 
getPropertyName() - Method in class org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
 
getRegisterClass() - Method in class org.apache.hivemind.lib.strategy.StrategyContribution
 
getServicePoint() - Method in class org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
 
getStoreResultInCache(boolean) - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
getStrategy() - Method in class org.apache.hivemind.lib.strategy.StrategyContribution
 
getStrategy(Class) - Method in interface org.apache.hivemind.lib.util.StrategyRegistry
Gets the stategy object for the specified subjectClass.
getStrategy(Class) - Method in class org.apache.hivemind.lib.util.StrategyRegistryImpl
 
getTerminator() - Method in class org.apache.hivemind.lib.pipeline.PipelineParameters
 
getVendClass() - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
The class or interface to be vended by the factory (all contributed classes must be assigneble).

I

informAssembler(PipelineAssembler) - Method in class org.apache.hivemind.lib.pipeline.FilterContribution
 
informAssembler(PipelineAssembler) - Method in interface org.apache.hivemind.lib.pipeline.PipelineContribution
Invoke PipelineAssembler.addFilter(String, String, String, Object, Location) or PipelineAssembler.setTerminator(Object, Location).
informAssembler(PipelineAssembler) - Method in class org.apache.hivemind.lib.pipeline.TerminatorContribution
 

L

lookup(String, Class) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
 
lookup(String, Class) - Method in interface org.apache.hivemind.lib.NameLookup
Performs the lookup, returning the object that was found.

M

MethodInterceptorFactory - Class in org.apache.hivemind.lib.impl
A service interceptor factory supporting the AOP Alliance MethodInterceptor interface.
MethodInterceptorFactory() - Constructor for class org.apache.hivemind.lib.impl.MethodInterceptorFactory
 

N

NameLookup - Interface in org.apache.hivemind.lib
Service interface for performing name lookups.
NameLookupImpl - Class in org.apache.hivemind.lib.impl
Standard implementation of the NameLookup service interface.
NameLookupImpl() - Constructor for class org.apache.hivemind.lib.impl.NameLookupImpl
 

O

org.apache.hivemind.lib - package org.apache.hivemind.lib
 
org.apache.hivemind.lib.chain - package org.apache.hivemind.lib.chain
 
org.apache.hivemind.lib.factory - package org.apache.hivemind.lib.factory
 
org.apache.hivemind.lib.impl - package org.apache.hivemind.lib.impl
 
org.apache.hivemind.lib.pipeline - package org.apache.hivemind.lib.pipeline
 
org.apache.hivemind.lib.strategy - package org.apache.hivemind.lib.strategy
 
org.apache.hivemind.lib.util - package org.apache.hivemind.lib.util
 

P

PipelineAssembler - Class in org.apache.hivemind.lib.pipeline
Used by the PipelineFactory to assemble the pipeline.
PipelineAssembler(ErrorLog, String, Class, Class, ClassFactory, DefaultImplementationBuilder) - Constructor for class org.apache.hivemind.lib.pipeline.PipelineAssembler
 
PipelineContribution - Interface in org.apache.hivemind.lib.pipeline
Interface implemented by the configuration objects used to build a pipeline.
PipelineFactory - Class in org.apache.hivemind.lib.pipeline
Service factory that builds a pipeline of objects.
PipelineFactory() - Constructor for class org.apache.hivemind.lib.pipeline.PipelineFactory
 
PipelineParameters - Class in org.apache.hivemind.lib.pipeline
Parameter object used with the PipelineFactory.
PipelineParameters() - Constructor for class org.apache.hivemind.lib.pipeline.PipelineParameters
 
PlaceholderFactory - Class in org.apache.hivemind.lib.impl
Wrapper around DefaultImplementationBuilder that is used to create default implementations of services.
PlaceholderFactory() - Constructor for class org.apache.hivemind.lib.impl.PlaceholderFactory
 
provideObject(Module, Class, String, Location) - Method in class org.apache.hivemind.lib.factory.BeanFactoryObjectProvider
 
provideObject(Module, Class, String, Location) - Method in class org.apache.hivemind.lib.impl.SpringObjectProvider
 

R

register(Class, Object) - Method in interface org.apache.hivemind.lib.util.StrategyRegistry
Registers an adapter for a registration class.
register(Class, Object) - Method in class org.apache.hivemind.lib.util.StrategyRegistryImpl
 
RemoteExceptionCoordinator - Interface in org.apache.hivemind.lib
Coordinates propogation of remote events.
RemoteExceptionCoordinatorImpl - Class in org.apache.hivemind.lib.impl
Core implementation of RemoteExceptionCoordinator.
RemoteExceptionCoordinatorImpl() - Constructor for class org.apache.hivemind.lib.impl.RemoteExceptionCoordinatorImpl
 
remoteExceptionDidOccur(RemoteExceptionEvent) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
Sets the InitialContext to null.
remoteExceptionDidOccur(RemoteExceptionEvent) - Method in interface org.apache.hivemind.lib.RemoteExceptionListener
Invoked by RemoteExceptionCoordinator.fireRemoteExceptionDidOccur(Object, Throwable).
RemoteExceptionEvent - Class in org.apache.hivemind.lib
Event object used with RemoteExceptionListener.
RemoteExceptionEvent(Object, Throwable) - Constructor for class org.apache.hivemind.lib.RemoteExceptionEvent
 
RemoteExceptionListener - Interface in org.apache.hivemind.lib
Event listener interface for remote exceptions.
removeRemoteExceptionListener(RemoteExceptionListener) - Method in class org.apache.hivemind.lib.impl.RemoteExceptionCoordinatorImpl
 
removeRemoteExceptionListener(RemoteExceptionListener) - Method in interface org.apache.hivemind.lib.RemoteExceptionCoordinator
 

S

ServicePropertyFactory - Class in org.apache.hivemind.lib.impl
Factory that dynamically exposes a property of another service.
ServicePropertyFactory() - Constructor for class org.apache.hivemind.lib.impl.ServicePropertyFactory
 
ServicePropertyFactoryParameter - Class in org.apache.hivemind.lib.impl
Parameter object used with ServicePropertyFactory.
ServicePropertyFactoryParameter() - Constructor for class org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
 
setAfter(String) - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
setAfter(String) - Method in class org.apache.hivemind.lib.pipeline.FilterContribution
 
setBeanClass(Class) - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
setBeanFactory(BeanFactory) - Method in class org.apache.hivemind.lib.impl.SpringBeanFactoryHolderImpl
 
setBeanFactory(BeanFactory) - Method in class org.apache.hivemind.lib.impl.SpringBeanParameter
 
setBeanFactory(BeanFactory) - Method in class org.apache.hivemind.lib.impl.SpringObjectProvider
 
setBeanFactory(BeanFactory) - Method in interface org.apache.hivemind.lib.SpringBeanFactoryHolder
 
setBefore(String) - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
setBefore(String) - Method in class org.apache.hivemind.lib.pipeline.FilterContribution
 
setBuilder(DefaultImplementationBuilder) - Method in class org.apache.hivemind.lib.impl.PlaceholderFactory
 
setCacheable(Boolean) - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
setChainBuilder(ChainBuilder) - Method in class org.apache.hivemind.lib.chain.ChainFactory
 
setClassFactory(ClassFactory) - Method in class org.apache.hivemind.lib.chain.ChainBuilderImpl
 
setClassFactory(ClassFactory) - Method in class org.apache.hivemind.lib.impl.DefaultImplementationBuilderImpl
 
setClassFactory(ClassFactory) - Method in class org.apache.hivemind.lib.impl.EJBProxyFactory
 
setClassFactory(ClassFactory) - Method in class org.apache.hivemind.lib.impl.ServicePropertyFactory
 
setClassFactory(ClassFactory) - Method in class org.apache.hivemind.lib.pipeline.PipelineFactory
 
setClassFactory(ClassFactory) - Method in class org.apache.hivemind.lib.strategy.StrategyFactory
 
setClassResolver(ClassResolver) - Method in class org.apache.hivemind.lib.chain.ChainBuilderImpl
 
setCommand(Object) - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
setContributions(Map) - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
 
setContributions(List) - Method in class org.apache.hivemind.lib.strategy.StrategyParameter
 
setContributionsList(List) - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
 
setCoordinator(RemoteExceptionCoordinator) - Method in class org.apache.hivemind.lib.impl.EJBProxyFactory
 
setCoordinator(RemoteExceptionCoordinator) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
 
setDefaultBeanFactory(BeanFactory) - Method in class org.apache.hivemind.lib.impl.SpringLookupFactory
 
setDefaultCacheable(boolean) - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
 
setDefaultImplementationBuilder(DefaultImplementationBuilder) - Method in class org.apache.hivemind.lib.pipeline.PipelineFactory
 
setErrorLog(ErrorLog) - Method in class org.apache.hivemind.lib.pipeline.PipelineFactory
 
setFilter(Object) - Method in class org.apache.hivemind.lib.pipeline.FilterContribution
 
setFilterInterface(Class) - Method in class org.apache.hivemind.lib.pipeline.PipelineParameters
 
setHomeInterfaceClassName(String) - Method in class org.apache.hivemind.lib.impl.EJBProxyParameters
 
setId(String) - Method in class org.apache.hivemind.lib.chain.ChainContribution
 
setInitialFactory(String) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
Sets the initial factory used to create the initial JNDI context.
setJndiName(String) - Method in class org.apache.hivemind.lib.impl.EJBProxyParameters
 
setName(String) - Method in class org.apache.hivemind.lib.factory.BeanFactoryContribution
 
setName(String) - Method in class org.apache.hivemind.lib.impl.SpringBeanParameter
 
setName(String) - Method in class org.apache.hivemind.lib.pipeline.FilterContribution
 
setNameLookup(NameLookup) - Method in class org.apache.hivemind.lib.impl.EJBProxyFactory
 
setNameLookup(NameLookup) - Method in class org.apache.hivemind.lib.impl.EJBProxyParameters
 
setPipelineConfiguration(List) - Method in class org.apache.hivemind.lib.pipeline.PipelineParameters
 
setPropertyName(String) - Method in class org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
 
setProviderURL(String) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
Sets the JNDI provider URL, used to create the initial JNDI context.
setRegisterClass(Class) - Method in class org.apache.hivemind.lib.strategy.StrategyContribution
 
setServicePoint(ServicePoint) - Method in class org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
 
setStrategy(Object) - Method in class org.apache.hivemind.lib.strategy.StrategyContribution
 
setTerminator(Object, Location) - Method in class org.apache.hivemind.lib.pipeline.PipelineAssembler
 
setTerminator(Object) - Method in class org.apache.hivemind.lib.pipeline.PipelineParameters
 
setTerminator(Object) - Method in class org.apache.hivemind.lib.pipeline.TerminatorContribution
 
setURLPackages(String) - Method in class org.apache.hivemind.lib.impl.NameLookupImpl
Sets the URL packages, used to create the initial JNDI context.
setVendClass(Class) - Method in class org.apache.hivemind.lib.factory.BeanFactoryParameter
 
SpringBeanFactoryHolder - Interface in org.apache.hivemind.lib
Service which simply holds a bean factory (provided externally).
SpringBeanFactoryHolderImpl - Class in org.apache.hivemind.lib.impl
Simple holder of a BeanFactory.
SpringBeanFactoryHolderImpl() - Constructor for class org.apache.hivemind.lib.impl.SpringBeanFactoryHolderImpl
 
SpringBeanFactorySource - Interface in org.apache.hivemind.lib
A service which can acts as a source for a BeanFactory (from which the different kinds of Spring application contexts derive).
SpringBeanParameter - Class in org.apache.hivemind.lib.impl
Parameter to SpringLookupFactory, containing a (required) bean name to obtain, and an (optional) bean factory.
SpringBeanParameter() - Constructor for class org.apache.hivemind.lib.impl.SpringBeanParameter
 
SpringLookupFactory - Class in org.apache.hivemind.lib.impl
Implementation of ServiceImplementationFactory that doesn't create beans, but instead it looks them up inside a Spring BeanFactory.
SpringLookupFactory() - Constructor for class org.apache.hivemind.lib.impl.SpringLookupFactory
 
SpringObjectProvider - Class in org.apache.hivemind.lib.impl
Implementation of ObjectProvider mapped to the "spring:" prefix.
SpringObjectProvider() - Constructor for class org.apache.hivemind.lib.impl.SpringObjectProvider
 
StrategyContribution - Class in org.apache.hivemind.lib.strategy
Provides a mapping of subject class to strategy instance, used by StrategyFactory when building a service.
StrategyContribution() - Constructor for class org.apache.hivemind.lib.strategy.StrategyContribution
 
StrategyFactory - Class in org.apache.hivemind.lib.strategy
Implementation of the hivemind.lib.StrategyFactory service that constructs a service where the first parameter of each method is used to selecte a strategy from an StrategyRegistry.
StrategyFactory() - Constructor for class org.apache.hivemind.lib.strategy.StrategyFactory
 
StrategyParameter - Class in org.apache.hivemind.lib.strategy
Parameter value passed to the hivemind.lib.StrategyFactory service factory.
StrategyParameter() - Constructor for class org.apache.hivemind.lib.strategy.StrategyParameter
 
StrategyRegistry - Interface in org.apache.hivemind.lib.util
An implementation of the strategy pattern.
StrategyRegistryImpl - Class in org.apache.hivemind.lib.util
Thread-safe implementation of StrategyRegistry.
StrategyRegistryImpl() - Constructor for class org.apache.hivemind.lib.util.StrategyRegistryImpl
 

T

TerminatorContribution - Class in org.apache.hivemind.lib.pipeline
Contribution used to set the terminator for a service.
TerminatorContribution() - Constructor for class org.apache.hivemind.lib.pipeline.TerminatorContribution
 
toString() - Method in class org.apache.hivemind.lib.util.StrategyRegistryImpl
 

_

_clearCachedReferences() - Method in class org.apache.hivemind.lib.impl.AbstractEJBProxy
Clears the home and remote objects after any remote exception.
_handleRemoteException(RemoteException) - Method in class org.apache.hivemind.lib.impl.AbstractEJBProxy
Invoked by the fabricated subclass when a remote exception occurs.
_lookup(String) - Method in class org.apache.hivemind.lib.impl.AbstractEJBProxy
 

A B C D E F G I L M N O P R S T _

Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.