Uses of Interface
com.sun.enterprise.deployment.EjbDescriptor
-
-
Uses of EjbDescriptor in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type EjbDescriptor Modifier and Type Method Description static StringConnectorsUtil. getModuleName(EjbDescriptor descriptor) -
Uses of EjbDescriptor in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EjbDescriptor Modifier and Type Method Description EjbDescriptorEjbContainerUtil. ejbIdToDescriptor(long ejbId)EjbDescriptorEjbContainerUtilImpl. ejbIdToDescriptor(long ejbId)EjbDescriptorEjbIiopServiceImpl. ejbIdToDescriptor(long ejbId)EjbDescriptorEjbContainerUtil. getDescriptor(long id)EjbDescriptorEjbContainerUtilImpl. getDescriptor(long id)Constructors in com.sun.ejb.containers with parameters of type EjbDescriptor Constructor Description EJBHomeInvocationHandler(EjbDescriptor ejbDescriptor, Class homeIntfClass)EJBLocalHomeInvocationHandler(EjbDescriptor ejbDescriptor, Class localHomeIntf) -
Uses of EjbDescriptor in com.sun.enterprise.container.common.spi
Methods in com.sun.enterprise.container.common.spi with parameters of type EjbDescriptor Modifier and Type Method Description <T> TJCDIService. createInterceptorInstance(Class<T> interceptorClass, EjbDescriptor ejbDesc, JCDIService.JCDIInjectionContext<T> ejbContext, Set<EjbInterceptor> ejbInterceptors)Create an interceptor instance for an ejb.<T> JCDIService.JCDIInjectionContext<T>JCDIService. createJCDIInjectionContext(EjbDescriptor ejbDesc, Map<Class<?>,Object> ejbInfo)Create an ejb via CDI.<T> JCDIService.JCDIInjectionContext<T>JCDIService. createJCDIInjectionContext(EjbDescriptor ejbDesc, T instance, Map<Class<?>,Object> ejbInfo) -
Uses of EjbDescriptor in com.sun.enterprise.deployment
Subinterfaces of EjbDescriptor in com.sun.enterprise.deployment Modifier and Type Interface Description interfaceEjbMessageBeanDescriptorInterface for Message-Driven BeansinterfaceEjbSessionDescriptorMethods in com.sun.enterprise.deployment that return EjbDescriptor Modifier and Type Method Description abstract EjbDescriptor[]EjbBundleDescriptor. getEjbByClassName(String className)EjbDescriptorApplication. getEjbByName(String ejbName)Obtain the EJB in this application of the given display name.abstract EjbDescriptorEjbBundleDescriptor. getEjbByName(String name)abstract EjbDescriptor[]EjbBundleDescriptor. getEjbBySEIName(String className)EjbDescriptorWebServiceEndpoint. getEjbComponentImpl()EjbDescriptorEjbReferenceDescriptor. getEjbDescriptor()return the ejb to whoch I refer.EjbDescriptor[]Application. getSortedEjbDescriptors()Returns all the ejb descriptor in this application in ordered form.Methods in com.sun.enterprise.deployment that return types with arguments of type EjbDescriptor Modifier and Type Method Description Vector<EjbDescriptor>Application. getEjbDescriptors()Return the Vector of ejb deployment objects.abstract Set<? extends EjbDescriptor>EjbBundleDescriptor. getEjbs()Methods in com.sun.enterprise.deployment with parameters of type EjbDescriptor Modifier and Type Method Description static NamedReferencePairNamedReferencePair. createEjbPair(EjbDescriptor referant, EjbDescriptor referee)VectorMethodDescriptor. doStyleConversion(EjbDescriptor ejbDescriptor, Collection allMethods)Performs a conversion from the style1 style2 and style3 (no interface symbol) to method descriptors of style3 with an interface symbol.MethodMethodDescriptor. getDeclaredMethod(EjbDescriptor ejbDescriptor)MethodMethodDescriptor. getDeclaredMethod(EjbDescriptor ejbDescriptor, Class[] javaParamClassNames)Collection<WebServiceEndpoint>WebServicesDescriptor. getEndpointsImplementedBy(EjbDescriptor ejb)MethodMethodDescriptor. getMethod(EjbDescriptor ejbDescriptor)booleanWebServicesDescriptor. hasEndpointsImplementedBy(EjbDescriptor ejb)booleanWebServiceEndpoint. implementedByEjbComponent(EjbDescriptor ejb)voidWebServiceEndpoint. setEjbComponentImpl(EjbDescriptor ejbComponent)voidEjbReferenceDescriptor. setEjbDescriptor(EjbDescriptor ejbDescriptor)Sets the ejb descriptor to which I refer.Constructors in com.sun.enterprise.deployment with parameters of type EjbDescriptor Constructor Description EjbReferenceDescriptor(String name, String description, EjbDescriptor ejbDescriptor)Construct an remote ejb reference to the given ejb descriptor with the given name and descriptor of the reference.EjbReferenceDescriptor(String name, String description, EjbDescriptor ejbDescriptor, boolean isLocal)constructs an local or remote ejb reference to the given ejb descriptor, the description and the name of the reference -
Uses of EjbDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return EjbDescriptor Modifier and Type Method Description EjbDescriptorEjbContext. getDescriptor()Methods in com.sun.enterprise.deployment.annotation.context with parameters of type EjbDescriptor Modifier and Type Method Description voidEjbContext. setDescriptor(EjbDescriptor currentEjb)Constructors in com.sun.enterprise.deployment.annotation.context with parameters of type EjbDescriptor Constructor Description EjbContext(EjbDescriptor currentEjb, Class ejbClass)EjbsContext(EjbDescriptor[] ejbDescs, Class ejbClass) -
Uses of EjbDescriptor in com.sun.enterprise.deployment.annotation.handlers
Methods in com.sun.enterprise.deployment.annotation.handlers with parameters of type EjbDescriptor Modifier and Type Method Description protected voidDenyAllHandler. processEjbMethodSecurity(Annotation authAnnotation, MethodDescriptor md, EjbDescriptor ejbDesc)protected voidPermitAllHandler. processEjbMethodSecurity(Annotation authAnnoation, MethodDescriptor md, EjbDescriptor ejbDesc)protected voidRolesAllowedHandler. processEjbMethodSecurity(Annotation authAnnotation, MethodDescriptor md, EjbDescriptor ejbDesc)Add roles and permissions to given method in EjbDescriptor. -
Uses of EjbDescriptor in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type EjbDescriptor Modifier and Type Method Description voidWebServiceEndpointRuntimeNode. writeWebServiceEndpointInfo(Node parent, EjbDescriptor ejb)writes all the runtime information for web service endpoints for a given ejb -
Uses of EjbDescriptor in com.sun.enterprise.deployment.types
Methods in com.sun.enterprise.deployment.types that return EjbDescriptor Modifier and Type Method Description EjbDescriptorEjbReference. getEjbDescriptor()Methods in com.sun.enterprise.deployment.types with parameters of type EjbDescriptor Modifier and Type Method Description voidEjbReference. setEjbDescriptor(EjbDescriptor descriptor) -
Uses of EjbDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util that return EjbDescriptor Modifier and Type Method Description protected EjbDescriptorComponentValidator. getEjbDescriptor()Methods in com.sun.enterprise.deployment.util that return types with arguments of type EjbDescriptor Modifier and Type Method Description protected Collection<EjbDescriptor>ApplicationValidator. getEjbDescriptors()protected Collection<? extends EjbDescriptor>ComponentValidator. getEjbDescriptors() -
Uses of EjbDescriptor in com.sun.enterprise.iiop.security
Methods in com.sun.enterprise.iiop.security that return EjbDescriptor Modifier and Type Method Description EjbDescriptorCSIV2TaggedComponentInfo. getEjbDescriptor(org.omg.PortableInterceptor.IORInfo iorInfo)Methods in com.sun.enterprise.iiop.security with parameters of type EjbDescriptor Modifier and Type Method Description org.omg.IOP.TaggedComponentCSIV2TaggedComponentInfo. createSecurityTaggedComponent(int sslPort, EjbDescriptor ejbDescriptor)Create the security mechanism list tagged component based on the deployer specified configuration information.org.omg.IOP.TaggedComponentCSIV2TaggedComponentInfo. createSecurityTaggedComponent(List<com.sun.corba.ee.spi.folb.SocketInfo> socketInfos, EjbDescriptor ejbDescriptor)Create the CSIv2 tagged component for a clustered app server. -
Uses of EjbDescriptor in com.sun.enterprise.security.jacc
Methods in com.sun.enterprise.security.jacc with parameters of type EjbDescriptor Modifier and Type Method Description static voidJaccEJBConstraintsTranslator. translateConstraintsToPermissions(EjbDescriptor ejbDescriptor, jakarta.security.jacc.PolicyConfiguration policyConfiguration)Translate the security constraints presents in the givenEjbDescriptorto JACC permissions and store those in the givenPolicyConfiguration. -
Uses of EjbDescriptor in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc with parameters of type EjbDescriptor Modifier and Type Method Description <T> TACCJCDIServiceImpl. createInterceptorInstance(Class<T> interceptorClass, EjbDescriptor ejbDesc, JCDIService.JCDIInjectionContext<T> ejbContext, Set<EjbInterceptor> ejbInterceptors)<T> JCDIService.JCDIInjectionContext<T>ACCJCDIServiceImpl. createJCDIInjectionContext(EjbDescriptor ejbDesc, Map<Class<?>,Object> ejbInfo)<T> JCDIService.JCDIInjectionContext<T>ACCJCDIServiceImpl. createJCDIInjectionContext(EjbDescriptor ejbDesc, T instance, Map<Class<?>,Object> ejbInfo) -
Uses of EjbDescriptor in org.glassfish.ejb.deployment
Methods in org.glassfish.ejb.deployment with parameters of type EjbDescriptor Modifier and Type Method Description static Vector<Method>BeanMethodCalculatorImpl. getMethodsFor(EjbDescriptor ejbDescriptor, ClassLoader classLoader)static Collection<MethodDescriptor>BeanMethodCalculatorImpl. getTransactionalMethodsFor(EjbDescriptor desc, ClassLoader loader) -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.descriptor
Classes in org.glassfish.ejb.deployment.descriptor that implement EjbDescriptor Modifier and Type Class Description classDummyEjbDescriptorA dummy implementation of the EjbDescriptorclassEjbCMPEntityDescriptorThis class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.classEjbDescriptorThis abstract class encapsulates the meta-information describing Entity, Session and MessageDriven EJBs.classEjbEntityDescriptorThis class contains deployment information for an EntityBean with bean-managed persistence.classEjbMessageBeanDescriptorObjects of this kind represent the deployment information describing a single message driven Ejb.classEjbSessionDescriptorObjects of this kind represent the deployment information describing a single Session Ejb : { stateful , stateless, singleton }classIASEjbCMPEntityDescriptorThis class contains information about EJB1.1 and EJB2.0 CMP EntityBeans. -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.descriptor.runtime
Methods in org.glassfish.ejb.deployment.descriptor.runtime that return EjbDescriptor Modifier and Type Method Description EjbDescriptorCheckpointAtEndOfMethodDescriptor. getEjbDescriptor()Getter for ejbDescriptorEjbDescriptorFlushAtEndOfMethodDescriptor. getEjbDescriptor()Getter for ejbDescriptorEjbDescriptorIASEjbExtraDescriptors. getEjbDescriptor()Getter for property ejbDescriptor.EjbDescriptorPrefetchDisabledDescriptor. getEjbDescriptor()Getter for ejbDescriptorMethods in org.glassfish.ejb.deployment.descriptor.runtime with parameters of type EjbDescriptor Modifier and Type Method Description voidIASEjbExtraDescriptors. parseCheckpointedMethods(EjbDescriptor ejbDesc)Parse checkpointed-methods element and save its values in CheckpointAtEndOfMethodDescriptor The methods should be separated by semicolons.voidCheckpointAtEndOfMethodDescriptor. setEjbDescriptor(EjbDescriptor ejbDescriptor)Setter for ejbDescriptorsvoidFlushAtEndOfMethodDescriptor. setEjbDescriptor(EjbDescriptor ejbDescriptor)Setter for ejbDescriptorsvoidIASEjbExtraDescriptors. setEjbDescriptor(EjbDescriptor ejbDescriptor)Setter for property ejbDescriptorvoidPrefetchDisabledDescriptor. setEjbDescriptor(EjbDescriptor ejbDescriptor)Setter for ejbDescriptors -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node with parameters of type EjbDescriptor Modifier and Type Method Description NodeMethodPermissionNode. writeDescriptor(Node parent, String nodeName, MethodPermissionDescriptor descriptor, EjbDescriptor ejb)write the descriptor class to a DOM tree and return itNodeMethodPermissionNode. writeDescriptorInNode(Node subNode, MethodPermissionDescriptor descriptor, EjbDescriptor ejb)Write the descriptor in a DOM tree which root element is provided -
Uses of EjbDescriptor in org.glassfish.ejb.spi
Methods in org.glassfish.ejb.spi with parameters of type EjbDescriptor Modifier and Type Method Description voidEjbContainerInterceptor. postInvoke(EjbDescriptor ejbDesc)User can set some useful informations after invoking the EJB applicationvoidEjbContainerInterceptor. preInvoke(EjbDescriptor ejbDesc)User can set some useful informations before invoking the EJB application -
Uses of EjbDescriptor in org.glassfish.enterprise.iiop.api
Methods in org.glassfish.enterprise.iiop.api that return EjbDescriptor Modifier and Type Method Description EjbDescriptorProtocolManager. getEjbDescriptor(byte[] ejbKey) -
Uses of EjbDescriptor in org.glassfish.enterprise.iiop.impl
Methods in org.glassfish.enterprise.iiop.impl that return EjbDescriptor Modifier and Type Method Description EjbDescriptorCSIv2Policy. getEjbDescriptor()EjbDescriptorPOAProtocolMgr. getEjbDescriptor(byte[] ejbKey)Called from SecurityMechanismSelector for each objref creationConstructors in org.glassfish.enterprise.iiop.impl with parameters of type EjbDescriptor Constructor Description CSIv2Policy(EjbDescriptor ejbDescriptor) -
Uses of EjbDescriptor in org.glassfish.enterprise.iiop.spi
Methods in org.glassfish.enterprise.iiop.spi that return EjbDescriptor Modifier and Type Method Description EjbDescriptorEjbService. ejbIdToDescriptor(long ejbId)EjbDescriptorEjbContainerFacade. getEjbDescriptor() -
Uses of EjbDescriptor in org.glassfish.persistence.ejb.entitybean.container
Constructors in org.glassfish.persistence.ejb.entitybean.container with parameters of type EjbDescriptor Constructor Description EntityBeanLocalHomeImpl(EjbDescriptor ejbDescriptor, Class localHomeIntf)ReadOnlyEJBLocalHomeImpl(EjbDescriptor ejbDescriptor, Class localHomeIntf) -
Uses of EjbDescriptor in org.glassfish.weld
Methods in org.glassfish.weld that return types with arguments of type EjbDescriptor Modifier and Type Method Description Collection<EjbDescriptor>DeploymentImpl. getDeployedEjbs()Method parameters in org.glassfish.weld with type arguments of type EjbDescriptor Modifier and Type Method Description protected voidDeploymentImpl. addDeployedEjbs(Collection<EjbDescriptor> ejbs)voidDeploymentImpl. scanArchive(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext context, String moduleName)ProduceBeanDeploymentArchives for thisDeploymentfrom information from the providedReadableArchive.Constructor parameters in org.glassfish.weld with type arguments of type EjbDescriptor Constructor Description BeanDeploymentArchiveImpl(String id, List<Class<?>> wClasses, List<URL> beansXmlUrls, Collection<EjbDescriptor> ejbs, DeploymentContext ctx)These are for empty BDAs that do not model Bean classes in the current //deployment unit -- for example: BDAs for portable Extensions.BeanDeploymentArchiveImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext ctx)Produce aBeanDeploymentArchiveform information contained in the providedReadableArchive.BeanDeploymentArchiveImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext ctx, String bdaID)DeploymentImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext context, ArchiveFactory archiveFactory, String moduleName, InjectionManager injectionManager)ProduceBeanDeploymentArchives for thisDeploymentfrom information from the providedReadableArchive.RootBeanDeploymentArchive(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext deploymentContext)RootBeanDeploymentArchive(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext deploymentContext, String moduleBdaID) -
Uses of EjbDescriptor in org.glassfish.weld.ejb
Methods in org.glassfish.weld.ejb that return EjbDescriptor Modifier and Type Method Description EjbDescriptorEjbDescriptorImpl. getEjbDescriptor()Constructors in org.glassfish.weld.ejb with parameters of type EjbDescriptor Constructor Description EjbDescriptorImpl(EjbDescriptor ejbDescriptor) -
Uses of EjbDescriptor in org.glassfish.weld.services
Methods in org.glassfish.weld.services with parameters of type EjbDescriptor Modifier and Type Method Description <T> TJCDIServiceImpl. createInterceptorInstance(Class<T> interceptorClass, EjbDescriptor ejb, JCDIService.JCDIInjectionContext<T> ejbContext, Set<EjbInterceptor> ejbInterceptors)<T> JCDIService.JCDIInjectionContext<T>JCDIServiceImpl. createJCDIInjectionContext(EjbDescriptor ejbDesc, Map<Class<?>,Object> ejbInfo)<T> JCDIService.JCDIInjectionContext<T>JCDIServiceImpl. createJCDIInjectionContext(EjbDescriptor ejbDesc, T instance, Map<Class<?>,Object> ejbInfo)
-