Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<ServiceBeanType<T>> |
ServiceBeanType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<GenericBeanType<T>> |
GenericBeanType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<ServiceBeanType<T>> |
ServiceBeanType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<GenericBeanType<T>> |
GenericBeanType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<GenericBeanType<T>> |
GenericBeanType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<GenericBeanType<T>> |
GenericBeanType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<ServiceBeanType<T>>> |
ServiceBeanType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<GenericBeanType<T>>> |
GenericBeanType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<ServiceBeanType<T>>> |
ServiceBeanType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<GenericBeanType<T>>> |
GenericBeanType.getAllPreDestroy()
Returns all
pre-destroy elements |
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackType<T> |
LifecycleCallbackType.lifecycleCallbackClass(String lifecycleCallbackClass)
Sets the
lifecycle-callback-class element |
LifecycleCallbackType<T> |
LifecycleCallbackType.lifecycleCallbackMethod(String lifecycleCallbackMethod)
Sets the
lifecycle-callback-method element |
LifecycleCallbackType<T> |
LifecycleCallbackType.removeLifecycleCallbackClass()
Removes the
lifecycle-callback-class element |
LifecycleCallbackType<T> |
LifecycleCallbackType.removeLifecycleCallbackMethod()
Removes the
lifecycle-callback-method element |
Copyright © 2013 JBoss by Red Hat. All rights reserved.