Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.LifecycleCallbackType

Packages that use LifecycleCallbackType
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl   
 

Uses of LifecycleCallbackType in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee that return LifecycleCallbackType
 LifecycleCallbackType ObjectFactory.createLifecycleCallbackType()
          Create an instance of LifecycleCallbackType
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee that return types with arguments of type LifecycleCallbackType
 javax.xml.bind.JAXBElement<LifecycleCallbackType> ObjectFactory.createWebAppTypePostConstruct(LifecycleCallbackType value)
          Create an instance of JAXBElement<LifecycleCallbackType>}
 javax.xml.bind.JAXBElement<LifecycleCallbackType> ObjectFactory.createWebAppTypePreDestroy(LifecycleCallbackType value)
          Create an instance of JAXBElement<LifecycleCallbackType>}
 List<LifecycleCallbackType> SessionBeanType.getPostActivate()
          Gets the value of the postActivate property.
 List<LifecycleCallbackType> InterceptorType.getPostActivate()
          Gets the value of the postActivate property.
 List<LifecycleCallbackType> ApplicationClientType.getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> EntityBeanType.getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> MessageDrivenBeanType.getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> SessionBeanType.getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> InterceptorType.getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> ApplicationClientType.getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> EntityBeanType.getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> MessageDrivenBeanType.getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> SessionBeanType.getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> InterceptorType.getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> SessionBeanType.getPrePassivate()
          Gets the value of the prePassivate property.
 List<LifecycleCallbackType> InterceptorType.getPrePassivate()
          Gets the value of the prePassivate property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee with parameters of type LifecycleCallbackType
 javax.xml.bind.JAXBElement<LifecycleCallbackType> ObjectFactory.createWebAppTypePostConstruct(LifecycleCallbackType value)
          Create an instance of JAXBElement<LifecycleCallbackType>}
 javax.xml.bind.JAXBElement<LifecycleCallbackType> ObjectFactory.createWebAppTypePreDestroy(LifecycleCallbackType value)
          Create an instance of JAXBElement<LifecycleCallbackType>}
 

Uses of LifecycleCallbackType in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl that implement LifecycleCallbackType
 class LifecycleCallbackTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl with type parameters of type LifecycleCallbackType
protected  List<LifecycleCallbackType> InterceptorTypeImpl.postActivate
           
protected  List<LifecycleCallbackType> SessionBeanTypeImpl.postActivate
           
protected  List<LifecycleCallbackType> EntityBeanTypeImpl.postConstruct
           
protected  List<LifecycleCallbackType> InterceptorTypeImpl.postConstruct
           
protected  List<LifecycleCallbackType> SessionBeanTypeImpl.postConstruct
           
protected  List<LifecycleCallbackType> MessageDrivenBeanTypeImpl.postConstruct
           
protected  List<LifecycleCallbackType> ApplicationClientTypeImpl.postConstruct
           
protected  List<LifecycleCallbackType> EntityBeanTypeImpl.preDestroy
           
protected  List<LifecycleCallbackType> InterceptorTypeImpl.preDestroy
           
protected  List<LifecycleCallbackType> SessionBeanTypeImpl.preDestroy
           
protected  List<LifecycleCallbackType> MessageDrivenBeanTypeImpl.preDestroy
           
protected  List<LifecycleCallbackType> ApplicationClientTypeImpl.preDestroy
           
protected  List<LifecycleCallbackType> InterceptorTypeImpl.prePassivate
           
protected  List<LifecycleCallbackType> SessionBeanTypeImpl.prePassivate
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl that return types with arguments of type LifecycleCallbackType
 List<LifecycleCallbackType> InterceptorTypeImpl.getPostActivate()
           
 List<LifecycleCallbackType> SessionBeanTypeImpl.getPostActivate()
           
 List<LifecycleCallbackType> EntityBeanTypeImpl.getPostConstruct()
           
 List<LifecycleCallbackType> InterceptorTypeImpl.getPostConstruct()
           
 List<LifecycleCallbackType> SessionBeanTypeImpl.getPostConstruct()
           
 List<LifecycleCallbackType> MessageDrivenBeanTypeImpl.getPostConstruct()
           
 List<LifecycleCallbackType> ApplicationClientTypeImpl.getPostConstruct()
           
 List<LifecycleCallbackType> EntityBeanTypeImpl.getPreDestroy()
           
 List<LifecycleCallbackType> InterceptorTypeImpl.getPreDestroy()
           
 List<LifecycleCallbackType> SessionBeanTypeImpl.getPreDestroy()
           
 List<LifecycleCallbackType> MessageDrivenBeanTypeImpl.getPreDestroy()
           
 List<LifecycleCallbackType> ApplicationClientTypeImpl.getPreDestroy()
           
 List<LifecycleCallbackType> InterceptorTypeImpl.getPrePassivate()
           
 List<LifecycleCallbackType> SessionBeanTypeImpl.getPrePassivate()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl with type arguments of type LifecycleCallbackType
protected static void InterceptorTypeImpl.copyPostActivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostActivate.
protected static void InterceptorTypeImpl.copyPostActivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostActivate.
protected static void SessionBeanTypeImpl.copyPostActivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostActivate.
protected static void SessionBeanTypeImpl.copyPostActivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostActivate.
protected static void EntityBeanTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void EntityBeanTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void InterceptorTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void InterceptorTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void SessionBeanTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void SessionBeanTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void MessageDrivenBeanTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void MessageDrivenBeanTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void ApplicationClientTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void ApplicationClientTypeImpl.copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
protected static void EntityBeanTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void EntityBeanTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void InterceptorTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void InterceptorTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void SessionBeanTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void SessionBeanTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void MessageDrivenBeanTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void MessageDrivenBeanTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void ApplicationClientTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void ApplicationClientTypeImpl.copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
protected static void InterceptorTypeImpl.copyPrePassivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PrePassivate.
protected static void InterceptorTypeImpl.copyPrePassivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PrePassivate.
protected static void SessionBeanTypeImpl.copyPrePassivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PrePassivate.
protected static void SessionBeanTypeImpl.copyPrePassivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PrePassivate.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.