Uses of Class
com.sun.enterprise.deployment.runtime.BeanPoolDescriptor
-
-
Uses of BeanPoolDescriptor in com.sun.enterprise.connectors.inbound
Methods in com.sun.enterprise.connectors.inbound with parameters of type BeanPoolDescriptor Modifier and Type Method Description voidActiveInboundResourceAdapter. updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor)update MDB container runtime propertiesvoidActiveInboundResourceAdapterImpl. updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor) -
Uses of BeanPoolDescriptor in com.sun.enterprise.connectors.jms.system
Methods in com.sun.enterprise.connectors.jms.system with parameters of type BeanPoolDescriptor Modifier and Type Method Description voidActiveJmsResourceAdapter. updateMDBRuntimeInfo(EjbMessageBeanDescriptor descriptor_, BeanPoolDescriptor poolDescriptor)This is the most appropriate time (??) to update the runtime info of a 1.3 MDB into 1.4 MDB. -
Uses of BeanPoolDescriptor in org.glassfish.ejb.api
Methods in org.glassfish.ejb.api that return BeanPoolDescriptor Modifier and Type Method Description BeanPoolDescriptorMessageBeanProtocolManager. getPoolDescriptor()Returns the message-bean container's pool properties. -
Uses of BeanPoolDescriptor in org.glassfish.ejb.deployment.descriptor.runtime
Methods in org.glassfish.ejb.deployment.descriptor.runtime that return BeanPoolDescriptor Modifier and Type Method Description BeanPoolDescriptorIASEjbExtraDescriptors. getBeanPool()Getter for property beanPool.Methods in org.glassfish.ejb.deployment.descriptor.runtime with parameters of type BeanPoolDescriptor Modifier and Type Method Description voidIASEjbExtraDescriptors. setBeanPool(BeanPoolDescriptor beanPool)Setter for property beanPool. -
Uses of BeanPoolDescriptor in org.glassfish.ejb.deployment.node.runtime
Methods in org.glassfish.ejb.deployment.node.runtime that return BeanPoolDescriptor Modifier and Type Method Description BeanPoolDescriptorBeanPoolNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node.runtime with parameters of type BeanPoolDescriptor Modifier and Type Method Description NodeBeanPoolNode. writeDescriptor(Node parent, String nodeName, BeanPoolDescriptor descriptor) -
Uses of BeanPoolDescriptor in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb that return BeanPoolDescriptor Modifier and Type Method Description BeanPoolDescriptorMessageBeanContainer. getPoolDescriptor() -
Uses of BeanPoolDescriptor in org.glassfish.persistence.ejb.entitybean.container
Fields in org.glassfish.persistence.ejb.entitybean.container declared as BeanPoolDescriptor Modifier and Type Field Description protected BeanPoolDescriptorEntityContainer. beanPoolDes
-