A B C D E G H I N O P S T U

A

AbstractNoInterfaceViewJNDIBinder - Class in org.jboss.ejb3.nointerface.impl.jndi
AbstractNoInterfaceViewJNDIBinder
AbstractNoInterfaceViewJNDIBinder(KernelControllerContext) - Constructor for class org.jboss.ejb3.nointerface.impl.jndi.AbstractNoInterfaceViewJNDIBinder
Creates a jndi binder
AsyncClientInterceptor - Class in org.jboss.ejb3.nointerface.impl.async
No-interface implementation of a client interceptor to dispatch asynchronous invocations
AsyncClientInterceptor(AsyncEndpoint, AsyncMethodsMetaData, Serializable) - Constructor for class org.jboss.ejb3.nointerface.impl.async.AsyncClientInterceptor
Constructor

B

beanClass - Variable in class org.jboss.ejb3.nointerface.impl.view.factory.StatefulNoInterfaceViewFacade
The bean class
bindNoInterfaceView(Context, Class<?>, JBossSessionBean31MetaData) - Method in class org.jboss.ejb3.nointerface.impl.jndi.SessionAwareNoInterfaceViewJNDIBinder
1) Creates a StatefulNoInterfaceViewFacade and binds it to JNDI (let's call this jndi-name "A") 2) Creates a StatefulNoInterfaceViewObjectFactory objectfactory and binds a Reference to this objectfactory into the JNDI (let's call it jndi-name "B").
bindNoInterfaceView(Context, Class<?>, JBossSessionBean31MetaData) - Method in class org.jboss.ejb3.nointerface.impl.jndi.SessionlessNoInterfaceViewJNDIBinder
Creates the no-interface view for the bean and binds it to the JNDI under the no-interface view jndi name obtained from sessionBeanMetadata.

C

create(DeploymentUnit) - Method in class org.jboss.ejb3.nointerface.impl.metadata.processor.ImplicitNoInterfaceViewMetadataProcessorFactory
 
createNoInterfaceView() - Method in class org.jboss.ejb3.nointerface.impl.view.factory.StatefulNoInterfaceViewFacade
First creates a session and then creates a no-interface view for the bean.

D

deploy(DeploymentUnit) - Method in class org.jboss.ejb3.nointerface.impl.deployers.EJB3NoInterfaceDeployer
Process the deployment unit and deploy appropriate MC beans (see details below) if it corresponds to a no-interface view deployment.

E

EJB3NoInterfaceDeployer - Class in org.jboss.ejb3.nointerface.impl.deployers
EJB3NoInterfaceDeployer Deployer responsible for processing EJB3 deployments with a no-interface view.
EJB3NoInterfaceDeployer() - Constructor for class org.jboss.ejb3.nointerface.impl.deployers.EJB3NoInterfaceDeployer
Constructor
endpointContext - Variable in class org.jboss.ejb3.nointerface.impl.jndi.AbstractNoInterfaceViewJNDIBinder
The endpoint context which will be used while creating the NoInterfaceViewInvocationHandler
endpointContext - Variable in class org.jboss.ejb3.nointerface.impl.jndi.NoInterfaceViewJNDIBinderFacade
The endpoint for which this NoInterfaceViewJNDIBinderFacade holds an no-interface view
endpointContext - Variable in class org.jboss.ejb3.nointerface.impl.view.factory.StatefulNoInterfaceViewFacade
The KernelControllerContext corresponding to the container of a bean for which the no-interface view is to be created by this factory.
ensureNoInterfaceViewExists(JBossSessionBean31MetaData) - Method in class org.jboss.ejb3.nointerface.impl.jndi.AbstractNoInterfaceViewJNDIBinder
Ensures that the bean represented by the beanMetadata has a no-interface view.
equals(Object) - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
 

G

getContainerContext() - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
Returns the context corresponding to the container, associated with this invocation handler
getInstalledEndpoint() - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
Returns the Endpoint container corresponding to this NoInterfaceViewInvocationHandler.
getJNDINameResolver(JBossSessionBean31MetaData) - Method in class org.jboss.ejb3.nointerface.impl.jndi.AbstractNoInterfaceViewJNDIBinder
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.ejb3.nointerface.impl.objectfactory.StatefulNoInterfaceViewObjectFactory
 
getProxyFactoryJNDINameFromReference(Reference) - Method in class org.jboss.ejb3.nointerface.impl.objectfactory.StatefulNoInterfaceViewObjectFactory
Returns the jndi-name at which the StatefulNoInterfaceViewFacade can be found

H

hashCode() - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
 

I

ImplicitNoInterfaceViewMetadataProcessorFactory - Class in org.jboss.ejb3.nointerface.impl.metadata.processor
ImplicitNoInterfaceViewMetadataProcessorFactory Responsible for creating a ImplicitNoInterfaceViewProcessor for processing the metadata with implicit nointerface bean rules (as defined in spec)
ImplicitNoInterfaceViewMetadataProcessorFactory() - Constructor for class org.jboss.ejb3.nointerface.impl.metadata.processor.ImplicitNoInterfaceViewMetadataProcessorFactory
 
invoke(InvocationContext) - Method in class org.jboss.ejb3.nointerface.impl.async.AsyncClientInterceptor
invoke(Object, Method, Object[]) - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
 
isHandled(Method) - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
 

N

NoInterfaceViewInvocationHandler - Class in org.jboss.ejb3.nointerface.impl.invocationhandler
NoInterfaceViewInvocationHandler An InvocationHandler which corresponds to the no-interface view of a EJB container.
NoInterfaceViewInvocationHandler(KernelControllerContext, Serializable, Class<?>, AsyncMethodsMetaData) - Constructor for class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
Constructor
NoInterfaceViewJNDIBinderFacade - Class in org.jboss.ejb3.nointerface.impl.jndi
NoInterfaceViewJNDIBinderFacade A NoInterfaceViewJNDIBinderFacade corresponds to a EJB which is eligible for a no-interface view This MC bean has dependencies (like the container) injected as necessary.
NoInterfaceViewJNDIBinderFacade(Context, Class<?>, JBossSessionBean31MetaData) - Constructor for class org.jboss.ejb3.nointerface.impl.jndi.NoInterfaceViewJNDIBinderFacade
Constructor
NoInterfaceViewProxyFactoryRefAddrTypes - Interface in org.jboss.ejb3.nointerface.impl.objectfactory
NoInterfaceViewProxyFactoryRefAddrTypes

O

onStart() - Method in class org.jboss.ejb3.nointerface.impl.jndi.NoInterfaceViewJNDIBinderFacade
Will be called when the dependencies of this NoInterfaceViewJNDIBinderFacade are resolved and this MC bean reaches the START state.
onStop() - Method in class org.jboss.ejb3.nointerface.impl.jndi.NoInterfaceViewJNDIBinderFacade
Does any relevant cleanup
org.jboss.ejb3.nointerface.impl.async - package org.jboss.ejb3.nointerface.impl.async
 
org.jboss.ejb3.nointerface.impl.deployers - package org.jboss.ejb3.nointerface.impl.deployers
 
org.jboss.ejb3.nointerface.impl.invocationhandler - package org.jboss.ejb3.nointerface.impl.invocationhandler
 
org.jboss.ejb3.nointerface.impl.jndi - package org.jboss.ejb3.nointerface.impl.jndi
 
org.jboss.ejb3.nointerface.impl.metadata.processor - package org.jboss.ejb3.nointerface.impl.metadata.processor
 
org.jboss.ejb3.nointerface.impl.objectfactory - package org.jboss.ejb3.nointerface.impl.objectfactory
 
org.jboss.ejb3.nointerface.impl.view.factory - package org.jboss.ejb3.nointerface.impl.view.factory
 

P

prettyPrintJNDIBindingInfo(JBossSessionBean31MetaData, String) - Method in class org.jboss.ejb3.nointerface.impl.jndi.AbstractNoInterfaceViewJNDIBinder
Utility method to log the jndi name, to which the no-interface view of the bean represented by the sessionBean, will be bound.

S

SessionAwareNoInterfaceViewJNDIBinder - Class in org.jboss.ejb3.nointerface.impl.jndi
Responsible for creating and binding nointerface view proxy (and any other relevant objects like session creating proxy factory) into jndi, for beans which are session aware (ex: Stateful session beans)
SessionAwareNoInterfaceViewJNDIBinder(KernelControllerContext) - Constructor for class org.jboss.ejb3.nointerface.impl.jndi.SessionAwareNoInterfaceViewJNDIBinder
Constructor
SessionlessNoInterfaceViewJNDIBinder - Class in org.jboss.ejb3.nointerface.impl.jndi
Responsible for binding a nointerface view proxy into jndi, for EJBs which are *not* session aware (ex: Stateless beans and Singleton beans)
SessionlessNoInterfaceViewJNDIBinder(KernelControllerContext) - Constructor for class org.jboss.ejb3.nointerface.impl.jndi.SessionlessNoInterfaceViewJNDIBinder
Constructor
setEndpointContext(KernelControllerContext) - Method in class org.jboss.ejb3.nointerface.impl.jndi.NoInterfaceViewJNDIBinderFacade
 
STATEFUL_NO_INTERFACE_VIEW_OBJECT_FACTORY_KEY - Static variable in interface org.jboss.ejb3.nointerface.impl.objectfactory.NoInterfaceViewProxyFactoryRefAddrTypes
 
STATEFUL_NO_INTERFACE_VIEW_PROXY_FACTORY_JNDI_LOCATION - Static variable in interface org.jboss.ejb3.nointerface.impl.objectfactory.NoInterfaceViewProxyFactoryRefAddrTypes
 
StatefulNoInterfaceViewFacade - Class in org.jboss.ejb3.nointerface.impl.view.factory
StatefulNoInterfaceViewFacade Responsible for (not necessarily in the following order) - Creating a session from the stateful container - Creating the no-interface view for a stateful session bean
StatefulNoInterfaceViewFacade(Class<?>, KernelControllerContext, JBossSessionBean31MetaData) - Constructor for class org.jboss.ejb3.nointerface.impl.view.factory.StatefulNoInterfaceViewFacade
Constructor
StatefulNoInterfaceViewObjectFactory - Class in org.jboss.ejb3.nointerface.impl.objectfactory
StatefulNoInterfaceViewObjectFactory
StatefulNoInterfaceViewObjectFactory() - Constructor for class org.jboss.ejb3.nointerface.impl.objectfactory.StatefulNoInterfaceViewObjectFactory
 

T

toString() - Method in class org.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
 

U

unbindNoInterfaceView(Context, Class<?>, JBossSessionBean31MetaData) - Method in class org.jboss.ejb3.nointerface.impl.jndi.SessionAwareNoInterfaceViewJNDIBinder
Unbind the StatefulNoInterfaceViewFacade and the StatefulNoInterfaceViewObjectFactory from the jndi
unbindNoInterfaceView(Context, Class<?>, JBossSessionBean31MetaData) - Method in class org.jboss.ejb3.nointerface.impl.jndi.SessionlessNoInterfaceViewJNDIBinder
Unbinds the no-interface view proxy from the JNDI
undeploy(DeploymentUnit, JBossMetaData) - Method in class org.jboss.ejb3.nointerface.impl.deployers.EJB3NoInterfaceDeployer
Undeploy

A B C D E G H I N O P S T U

Copyright © 2010. All Rights Reserved.