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

A

AbstractHandle - Class in org.jboss.ejb3.common.kernel
Abstract handle.
AbstractHandle(Object) - Constructor for class org.jboss.ejb3.common.kernel.AbstractHandle
 
adjustWhitespaceStringToNull(String) - Static method in class org.jboss.ejb3.common.string.StringUtils
Sets the specified String to null if it is empty or contains only whitespace
AsyncProcessor - Class in org.jboss.ejb3.common.proxy.plugins.async
AsyncProcessor A processor that invokes upon the chain in a separate Thread, saving a reference to the Future result
AsyncProcessor() - Constructor for class org.jboss.ejb3.common.proxy.plugins.async.AsyncProcessor
 
AsyncProvider - Interface in org.jboss.ejb3.common.proxy.plugins.async
AsyncProvider Contract for a provider of asynchronous invocations, with support to obtain the Future result
AsyncUtils - Class in org.jboss.ejb3.common.proxy.plugins.async
AsyncUtils Common Utility methods for use with the Async Proxies
AttachmentNames - Interface in org.jboss.ejb3.common.deployers.spi
AttachmentNames Contains DeploymentUnit attachment names as a contract

B

bind(Object, Object) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Binds the specified value to the key of specified name, throwing a DuplicateBindException in the case the name is not unique
bind(Object, Object) - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Binds the specified value to the key of specified name, throwing a DuplicateBindException in the case the name is not unique
bindRegistrar(Ejb3Registrar) - Static method in class org.jboss.ejb3.common.registrar.spi.Ejb3RegistrarLocator
Binds the specified Ejb3Registrar implementation as the registrar of record for the life of this process, immutable once set

C

cast(Class<T>, Object) - Static method in class org.jboss.ejb3.common.lang.ClassHelper
Casts an object to the class or interface represented by the targetClass Class object.
ChainableProcessor - Interface in org.jboss.ejb3.common.proxy.spi
ChainableInvocationHandler An InvocationHandler that is chain-aware.
ChainedProcessingInvocationHandler - Class in org.jboss.ejb3.common.proxy.spi
ChainedProcessingInvocationHandler A Chain of Processors which may be invoked in succession.
ChainedProcessingInvocationHandler(Object, ChainableProcessor) - Constructor for class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
ChainedProcessingInvocationHandler(Object, ChainableProcessor[]) - Constructor for class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
ClassHelper - Class in org.jboss.ejb3.common.lang
Useful methods for classes.
ClassHelper() - Constructor for class org.jboss.ejb3.common.lang.ClassHelper
 
createHandle(ControllerContext) - Method in class org.jboss.ejb3.common.kernel.DefaultHandleFactory
 
createHandle(ControllerContext, Object) - Method in class org.jboss.ejb3.common.kernel.DefaultHandleFactory
 
createHandle(ControllerContext) - Method in interface org.jboss.ejb3.common.kernel.HandleFactory
Create the handle for context.
createHandle(ControllerContext, Object) - Method in interface org.jboss.ejb3.common.kernel.HandleFactory
Create handle for an alias.

D

decorateEjbsWithJndiPolicy(JBossMetaData, ClassLoader) - Static method in class org.jboss.ejb3.common.metadata.MetadataUtil
Wraps all EJBs in the specified metadata with JNDI Resolution logic as determined by the specified policy
DefaultHandleFactory - Class in org.jboss.ejb3.common.kernel
The default handle factory.
DU_ATTACHMENT_NAME_METADATA - Static variable in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
The attachment name of the metadata within the DU
DuplicateBindException - Exception in org.jboss.ejb3.common.registrar.spi
DuplicateBindException Signals that a bind operation cannot complete because a key is already bound
DuplicateBindException() - Constructor for exception org.jboss.ejb3.common.registrar.spi.DuplicateBindException
 
DuplicateBindException(String) - Constructor for exception org.jboss.ejb3.common.registrar.spi.DuplicateBindException
 
DuplicateBindException(Throwable) - Constructor for exception org.jboss.ejb3.common.registrar.spi.DuplicateBindException
 
DuplicateBindException(String, Throwable) - Constructor for exception org.jboss.ejb3.common.registrar.spi.DuplicateBindException
 

E

Ejb3DeployerUtils - Class in org.jboss.ejb3.common.deployers.spi
Ejb3DeployerUtils A Set of Utilities to assist w/ EJB3 tasks related to VDF
Ejb3McRegistrar - Class in org.jboss.ejb3.common.registrar.plugin.mc
Ejb3McRegistrar Microcontainer-based Implementation of the Ejb3Registrar
Ejb3McRegistrar(Kernel) - Constructor for class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
 
Ejb3Registrar - Interface in org.jboss.ejb3.common.registrar.spi
Ejb3Registrar Defines the contract for implementations of the EJB3 Object Store, providing mechanisms to bind, unbind, and lookup generic Objects
Ejb3RegistrarLocator - Class in org.jboss.ejb3.common.registrar.spi
Ejb3RegistrarLocator Provides simple mechanism for locating and setting the Ejb3Registrar.
EjbReference - Class in org.jboss.ejb3.common.resolvers.spi
EjbReference Models an EJB reference denoted by either javax.ejb.EJB or its XML equivalent Encapsulates descriptions required to resolve an @EJB reference
EjbReference(String, String, String) - Constructor for class org.jboss.ejb3.common.resolvers.spi.EjbReference
Sole Constructor
EjbReferenceResolver - Interface in org.jboss.ejb3.common.resolvers.spi
EjbReferenceResolver
EjbReferenceResolverBase - Class in org.jboss.ejb3.common.resolvers.spi
EjbReferenceResolverBase A base upon which EJB Reference Resolvers may build upon.
EjbReferenceResolverBase() - Constructor for class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
 
EjbReferenceResolverFactory - Class in org.jboss.ejb3.common.resolvers.spi
EjbReferenceResolverFactory Factory allowing abstraction of EjbReferenceResolver instances
equals(Object) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 

F

findClass(String) - Method in class org.jboss.ejb3.common.classloader.PrimitiveAwareClassLoader
As recommended in ClassLoader.findClass(java.lang.String), the findClass method should be overriden by the custom classloaders.
FirstMatchEjbReferenceResolver - Class in org.jboss.ejb3.common.resolvers.plugins
FirstMatchEjbReferenceResolver An EJB Reference resolver which will return the first match found.
FirstMatchEjbReferenceResolver() - Constructor for class org.jboss.ejb3.common.resolvers.plugins.FirstMatchEjbReferenceResolver
 

G

getActualClassName() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
getAllEjb3DeploymentUnitsInMainDeployer() - Static method in class org.jboss.ejb3.common.deployers.spi.Ejb3DeployerUtils
Obtains all EJB3 Deployment Units registered w/ the Main Deployer
getAllMethodsByName(Class<?>, String) - Static method in class org.jboss.ejb3.common.lang.ClassHelper
Find all methods with a specific name on a class and it's super classes regardless of parameter signature.
getAllMethodsByPrefix(Class<?>, String) - Static method in class org.jboss.ejb3.common.lang.ClassHelper
Find all methods starting with the specified prefix on the specified class
getArgumentTypes() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
getBean(Kernel) - Method in class org.jboss.ejb3.common.kernel.AbstractHandle
 
getBean(Kernel) - Method in interface org.jboss.ejb3.common.kernel.Handle
Get the bean.
getBeanInterface() - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 
getBeanName() - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 
getClassFromName(String, ClassLoader) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
Returns the class associated with the given name
getClassFromTypeName(String, ClassLoader) - Static method in class org.jboss.ejb3.common.lang.ClassHelper
Obtains a Class corresponding to the specified type using the specified ClassLoader, throwing a descriptive RuntimeException in the case the Class could not be found
getClassType() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
Obtains the Class described by this view, using the TCL
getClassType(ClassLoader) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
Obtains the Class described by this view, using the specified ClassLoader
getDeclaringClassName() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
getDelegate() - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
getFutureResult() - Method in class org.jboss.ejb3.common.proxy.plugins.async.AsyncProcessor
Obtains the result of the last asynchronous invocation performed as a Future
getFutureResult() - Method in interface org.jboss.ejb3.common.proxy.plugins.async.AsyncProvider
Obtains the result of the last asynchronous invocation performed as a Future
getFutureResult(Object) - Static method in class org.jboss.ejb3.common.proxy.plugins.async.AsyncUtils
Obtains the Future result from the specified proxy, which must implement AsyncProvider
getHandlerChain() - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
getInstance() - Static method in class org.jboss.ejb3.common.kernel.DefaultHandleFactory
Get the instance.
getJndiBindingPolicy(JBossEnterpriseBeanMetaData, String, ClassLoader) - Static method in class org.jboss.ejb3.common.metadata.MetadataUtil
Obtains the JNDI Binding Policy instance to use for the specified metadata, defaulting to a BasicJndiBindingPolicy if none is explicitly specified either in the metadata itself or in its parent deployable unit
getJndiName(EjbReference, JBossSessionBeanMetaData, ClassLoader) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
Obtains the resolved JNDI target for the specified reference within the specified metadata
getMappedName() - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 
getMatch(EjbReference, JBossMetaData, ClassLoader) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
Returns the session bean within the specified metadata to match the specified reference, otherwise returns null.
getMetaData(DeploymentUnit) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
Obtains the metadata attachment from the specified deployment unit, returning null if not present
getName() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
getNextHandlerIndex() - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
getPostMergeMetadataProcessorChain(ClassLoader) - Static method in class org.jboss.ejb3.common.metadata.MetadataUtil
Obtains the ProcessorChain to be run upon a fully-merged metadata
getPostMergeMetadataProcessors(ClassLoader) - Static method in class org.jboss.ejb3.common.metadata.MetadataUtil
Obtains the processors to be applied to metadata once merging is complete
getPrintStream() - Method in class org.jboss.ejb3.common.thread.RedirectProcessOutputThread
 
getPrivateMethod(Class<?>, String, Class<?>...) - Static method in class org.jboss.ejb3.common.lang.ClassHelper
Returns the Method with the given attributes of either this class or one of it's super classes.
getProcess() - Method in class org.jboss.ejb3.common.thread.RedirectProcessOutputThread
 
getProvider() - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Returns a provider implementation-specific class to break contract and invoke upon vendor-specific features.
getProvider() - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Returns a provider implementation-specific class to break contract and invoke upon vendor-specific features.
getReturnType() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
getRoot(DeploymentUnit) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
Obtains the root deployment unit
getSearchInfo() - Method in class org.jboss.ejb3.common.kernel.AbstractHandle
Get the search info.
getSearchInfo() - Method in class org.jboss.ejb3.common.kernel.ScopeKeyHandle
 
getSearchInfo() - Method in class org.jboss.ejb3.common.kernel.UniqueNameHandle
 

H

Handle - Interface in org.jboss.ejb3.common.kernel
The serializable MC bean handle.
HandleFactory - Interface in org.jboss.ejb3.common.kernel
The handle factory.
hashCode() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 

I

INSTANCE - Static variable in class org.jboss.ejb3.common.kernel.DefaultHandleFactory
 
invoke(ChainedProcessingInvocationHandler, Object, Method, Object[]) - Method in class org.jboss.ejb3.common.proxy.plugins.async.AsyncProcessor
 
invoke(ChainedProcessingInvocationHandler, Object, Method, Object[]) - Method in interface org.jboss.ejb3.common.proxy.spi.ChainableProcessor
Invokes this handler with the specified arguments.
invoke(Object, Method, Object[]) - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
Provides a base invocation mechanism under which the request is passed along to the delegate instance
invoke(Object, String, Object[], String[]) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Invokes the specified method name on the object bound at the specified name, returning the result
invoke(Object, String, Object[], String[]) - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Invokes the specified method name on the object bound at the specified name, returning the result
invokeNext(Object, Method, Object[]) - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
Invokes the next processor in the chain with the specified arguments.
isMatch(EjbReference, JBossSessionBeanMetaData, ClassLoader) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverBase
Determines whether the specified session bean is a match for the specified reference
isRegistrarBound() - Static method in class org.jboss.ejb3.common.registrar.spi.Ejb3RegistrarLocator
Returns whether or not the Ejb3Registrar has been bound to this Process

L

list() - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Lists out all installed (bound) objects in form key == name , value == object.
list() - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Lists out all installed (bound) objects in form key == name , value == object.
locateRegistrar() - Static method in class org.jboss.ejb3.common.registrar.spi.Ejb3RegistrarLocator
Obtains the Ejb3Registrar associated with this process; in the case one has not yet been bound, a RuntimeException will be thrown
lookup(Object) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key
lookup(Object, boolean) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key.
lookup(Object, Class<T>) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key.
lookup(Object) - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key
lookup(Object, Class<T>) - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key.

M

MERGED_METADATA - Static variable in interface org.jboss.ejb3.common.deployers.spi.AttachmentNames
Fully-merged JBossMetaData
MetadataUtil - Class in org.jboss.ejb3.common.metadata
MetadataUtil Contains helper methods central to EJB3 metadata
mixinAsync(T) - Static method in class org.jboss.ejb3.common.proxy.plugins.async.AsyncUtils
Makes the specified delegate object invoked as async, tacking on support to obtain the async result
mixinProxy(Object, Class<?>[], ChainedProcessingInvocationHandler) - Static method in class org.jboss.ejb3.common.proxy.spi.ProxyUtils
Wraps the existing Proxy in a new Proxy to extend functionality, adding support of the specified interfaces via the specified ChainedProcessingInvocationHandler (which contains a chain of processors) May be used to, at runtime, extend a service
mixinProxy(Object, Class<?>[], ChainedProcessingInvocationHandler, T) - Static method in class org.jboss.ejb3.common.proxy.spi.ProxyUtils
Wraps the existing Proxy in a new Proxy to extend functionality, adding support of the specified interfaces via the specified ChainedProcessingInvocationHandler (which contains a chain of processors) May be used to, at runtime, extend a service

N

newInstance(String) - Static method in class org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolverFactory
Returns a new EjbReferenceResolver using the specified implementation
NonDeterministicInterfaceException - Exception in org.jboss.ejb3.common.resolvers.spi
NonDeterministicInterfaceException Signifies that a beanInterface supplied for EJB reference resolution was not unique within the defined context
NonDeterministicInterfaceException() - Constructor for exception org.jboss.ejb3.common.resolvers.spi.NonDeterministicInterfaceException
 
NonDeterministicInterfaceException(String) - Constructor for exception org.jboss.ejb3.common.resolvers.spi.NonDeterministicInterfaceException
 
NonDeterministicInterfaceException(Throwable) - Constructor for exception org.jboss.ejb3.common.resolvers.spi.NonDeterministicInterfaceException
 
NonDeterministicInterfaceException(String, Throwable) - Constructor for exception org.jboss.ejb3.common.resolvers.spi.NonDeterministicInterfaceException
 
NotBoundException - Exception in org.jboss.ejb3.common.registrar.spi
NotBoundException Signals that an operation cannot complete because a requested object could not be found
NotBoundException() - Constructor for exception org.jboss.ejb3.common.registrar.spi.NotBoundException
 
NotBoundException(String) - Constructor for exception org.jboss.ejb3.common.registrar.spi.NotBoundException
 
NotBoundException(Throwable) - Constructor for exception org.jboss.ejb3.common.registrar.spi.NotBoundException
 
NotBoundException(String, Throwable) - Constructor for exception org.jboss.ejb3.common.registrar.spi.NotBoundException
 

O

org.jboss.ejb3.common.classloader - package org.jboss.ejb3.common.classloader
 
org.jboss.ejb3.common.deployers.spi - package org.jboss.ejb3.common.deployers.spi
 
org.jboss.ejb3.common.kernel - package org.jboss.ejb3.common.kernel
 
org.jboss.ejb3.common.lang - package org.jboss.ejb3.common.lang
 
org.jboss.ejb3.common.metadata - package org.jboss.ejb3.common.metadata
 
org.jboss.ejb3.common.proxy.plugins.async - package org.jboss.ejb3.common.proxy.plugins.async
 
org.jboss.ejb3.common.proxy.spi - package org.jboss.ejb3.common.proxy.spi
 
org.jboss.ejb3.common.registrar.plugin.mc - package org.jboss.ejb3.common.registrar.plugin.mc
 
org.jboss.ejb3.common.registrar.spi - package org.jboss.ejb3.common.registrar.spi
 
org.jboss.ejb3.common.resolvers.plugins - package org.jboss.ejb3.common.resolvers.plugins
 
org.jboss.ejb3.common.resolvers.spi - package org.jboss.ejb3.common.resolvers.spi
 
org.jboss.ejb3.common.string - package org.jboss.ejb3.common.string
 
org.jboss.ejb3.common.thread - package org.jboss.ejb3.common.thread
 

P

PrimitiveAwareClassLoader - Class in org.jboss.ejb3.common.classloader
PrimitiveAwareClassLoader This is more of a hack to avoid checking for primitives at multiple places while loading a class from a name.
PrimitiveAwareClassLoader(ClassLoader) - Constructor for class org.jboss.ejb3.common.classloader.PrimitiveAwareClassLoader
 
PROCESSED_METADATA - Static variable in interface org.jboss.ejb3.common.deployers.spi.AttachmentNames
Post-merge, processed JBossMetaData
ProxyUtils - Class in org.jboss.ejb3.common.proxy.spi
ProxyUtils Common Utility methods for use with the Proxies

R

rebind(Object, Object) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Binds the specified value to the key of specified name, optionally unbinding the current value if one exists
rebind(Object, Object) - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Binds the specified value to the key of specified name, optionally unbinding the current value if one exists
RedirectProcessOutputThread - Class in org.jboss.ejb3.common.thread
RedirectProcessOutputThread Captures output from a Process and redirects to a specified PrintStream
RedirectProcessOutputThread(Process, PrintStream) - Constructor for class org.jboss.ejb3.common.thread.RedirectProcessOutputThread
Constructor
RedirectProcessOutputToSystemOutThread - Class in org.jboss.ejb3.common.thread
RedirectProcessOutputToSystemOutThread Captures output from a Process and redirects to System.out
RedirectProcessOutputToSystemOutThread(Process) - Constructor for class org.jboss.ejb3.common.thread.RedirectProcessOutputToSystemOutThread
Constructor
reset() - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
Resets the internal counter for the next processor in the chain
resolveEjb(DeploymentUnit, EjbReference) - Method in class org.jboss.ejb3.common.resolvers.plugins.FirstMatchEjbReferenceResolver
 
resolveEjb(DeploymentUnit, EjbReference) - Method in interface org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolver
Returns the JNDI Name of the proxy described by the specified arguments.
resolveEjbFromRoot(DeploymentUnit, EjbReference) - Method in class org.jboss.ejb3.common.resolvers.plugins.FirstMatchEjbReferenceResolver
Follows a preorder traversal scheme to resolve the specified reference from the specified metadata (or its children).
run() - Method in class org.jboss.ejb3.common.thread.RedirectProcessOutputThread
 

S

ScopeKeyHandle - Class in org.jboss.ejb3.common.kernel
Scope key handle.
ScopeKeyHandle(ScopeKey, Object) - Constructor for class org.jboss.ejb3.common.kernel.ScopeKeyHandle
 
SerializableMethod - Class in org.jboss.ejb3.common.lang
SerializableMethod A Serializable view of an Invoked Method, providing overridden implementations of hashCode, equals, and toString JIRA: EJBTHREE-1269
SerializableMethod(Method) - Constructor for class org.jboss.ejb3.common.lang.SerializableMethod
Constructor Creates a Serializable Method View, using the declaring class of the specified method as the actual class
SerializableMethod(Method, Class<?>) - Constructor for class org.jboss.ejb3.common.lang.SerializableMethod
Constructor Creates a Serializable Method View, allowing for an alternate "actual class" defining the method in addition to the declaring class
SerializableMethod(Method, String) - Constructor for class org.jboss.ejb3.common.lang.SerializableMethod
Constructor Creates a Serializable Method View, allowing for an alternate "actual class" defining the method in addition to the declaring class
setActualClassName(String) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
setArgumentTypes(String[]) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
setBeanInterface(String) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 
setBeanName(String) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 
setDeclaringClassName(String) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
setDelegate(Object) - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
setHandlerChain(ChainableProcessor[]) - Method in class org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler
 
setMappedName(String) - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 
setName(String) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
setPrintStream(PrintStream) - Method in class org.jboss.ejb3.common.thread.RedirectProcessOutputThread
 
setProcess(Process) - Method in class org.jboss.ejb3.common.thread.RedirectProcessOutputThread
 
setReturnType(String) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
setState(ControllerState) - Method in class org.jboss.ejb3.common.kernel.AbstractHandle
Set the bean expected state.
StringUtils - Class in org.jboss.ejb3.common.string
StringUtils A Set of String Manipulation Utilities
StringUtils() - Constructor for class org.jboss.ejb3.common.string.StringUtils
 

T

toMethod() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
Obtains the Method described by this view, using the TCL
toMethod(ClassLoader) - Method in class org.jboss.ejb3.common.lang.SerializableMethod
Obtains the Method described by this view, using the ClassLoader specified
toString() - Method in class org.jboss.ejb3.common.lang.SerializableMethod
 
toString() - Method in class org.jboss.ejb3.common.resolvers.spi.EjbReference
 

U

unbind(Object) - Method in class org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar
Unbinds the object at the specified name, throwing NotBoundException if no object exists at that name
unbind(Object) - Method in interface org.jboss.ejb3.common.registrar.spi.Ejb3Registrar
Unbinds the object at the specified name, throwing NotBoundException if no object exists at that name
unbindRegistrar() - Static method in class org.jboss.ejb3.common.registrar.spi.Ejb3RegistrarLocator
Unbinds the current Ejb3Registrar implementation as the registrar of record
UniqueNameHandle - Class in org.jboss.ejb3.common.kernel
Unique name handle.
UniqueNameHandle(Object) - Constructor for class org.jboss.ejb3.common.kernel.UniqueNameHandle
 
UnresolvableReferenceException - Exception in org.jboss.ejb3.common.resolvers.spi
UnresolvableReferenceException Thrown when a reference is not resolvable to a target JNDI Name for a given deployment
UnresolvableReferenceException() - Constructor for exception org.jboss.ejb3.common.resolvers.spi.UnresolvableReferenceException
 
UnresolvableReferenceException(String) - Constructor for exception org.jboss.ejb3.common.resolvers.spi.UnresolvableReferenceException
 
UnresolvableReferenceException(Throwable) - Constructor for exception org.jboss.ejb3.common.resolvers.spi.UnresolvableReferenceException
 
UnresolvableReferenceException(String, Throwable) - Constructor for exception org.jboss.ejb3.common.resolvers.spi.UnresolvableReferenceException
 

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

Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.