Serialized Form


Package org.jboss.ejb3.common.kernel

Class org.jboss.ejb3.common.kernel.AbstractHandle extends Object implements Serializable

Serialized Fields

name

Object name

state

org.jboss.dependency.spi.ControllerState state

Class org.jboss.ejb3.common.kernel.ScopeKeyHandle extends AbstractHandle implements Serializable

Serialized Fields

scopeKey

org.jboss.metadata.spi.scope.ScopeKey scopeKey

Class org.jboss.ejb3.common.kernel.UniqueNameHandle extends AbstractHandle implements Serializable


Package org.jboss.ejb3.common.lang

Class org.jboss.ejb3.common.lang.SerializableMethod extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the method


declaringClassName

String declaringClassName
Fully-qualified declaring class name of the method


actualClassName

String actualClassName
Fully-qualified final (child) class name of the method, may have inherited the method


returnType

String returnType
Fully-qualfied class name of the return type of the method


argumentTypes

String[] argumentTypes
Array of fully-qualified class names of arguments, in order


Package org.jboss.ejb3.common.registrar.spi

Class org.jboss.ejb3.common.registrar.spi.DuplicateBindException extends Exception implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.common.registrar.spi.NotBoundException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.jboss.ejb3.common.resolvers.spi

Class org.jboss.ejb3.common.resolvers.spi.EjbReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

beanName

String beanName
The name of the target EJB


beanInterface

String beanInterface
The fully-qualified name of the target interface (EJB 3.x Business or EJB 2.x Home)


mappedName

String mappedName
The mapped-name used for the target

Class org.jboss.ejb3.common.resolvers.spi.NonDeterministicInterfaceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.jboss.ejb3.common.resolvers.spi.UnresolvableReferenceException extends RuntimeException implements Serializable

serialVersionUID: 1L



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