Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
InterceptorType<InterceptorsType<T>> |
InterceptorsType.createInterceptor()
Creates a new
interceptor element |
InterceptorType<T> |
InterceptorType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
InterceptorType<InterceptorsType<T>> |
InterceptorsType.getOrCreateInterceptor()
If not already created, a new
interceptor element will be created and returned. |
InterceptorType<T> |
InterceptorType.id(String id)
Sets the
id attribute |
InterceptorType<T> |
InterceptorType.interceptorClass(String interceptorClass)
Sets the
interceptor-class element |
InterceptorType<T> |
InterceptorType.removeAllAdministeredObject()
Removes all
administered-object elements |
InterceptorType<T> |
InterceptorType.removeAllAroundConstruct()
Removes all
around-construct elements |
InterceptorType<T> |
InterceptorType.removeAllAroundInvoke()
Removes all
around-invoke elements |
InterceptorType<T> |
InterceptorType.removeAllAroundTimeout()
Removes all
around-timeout elements |
InterceptorType<T> |
InterceptorType.removeAllConnectionFactory()
Removes all
connection-factory elements |
InterceptorType<T> |
InterceptorType.removeAllDataSource()
Removes all
data-source elements |
InterceptorType<T> |
InterceptorType.removeAllDescription()
Removes the
description element |
InterceptorType<T> |
InterceptorType.removeAllEjbLocalRef()
Removes all
ejb-local-ref elements |
InterceptorType<T> |
InterceptorType.removeAllEjbRef()
Removes all
ejb-ref elements |
InterceptorType<T> |
InterceptorType.removeAllEnvEntry()
Removes all
env-entry elements |
InterceptorType<T> |
InterceptorType.removeAllJmsConnectionFactory()
Removes all
jms-connection-factory elements |
InterceptorType<T> |
InterceptorType.removeAllJmsDestination()
Removes all
jms-destination elements |
InterceptorType<T> |
InterceptorType.removeAllMailSession()
Removes all
mail-session elements |
InterceptorType<T> |
InterceptorType.removeAllMessageDestinationRef()
Removes all
message-destination-ref elements |
InterceptorType<T> |
InterceptorType.removeAllPersistenceContextRef()
Removes all
persistence-context-ref elements |
InterceptorType<T> |
InterceptorType.removeAllPersistenceUnitRef()
Removes all
persistence-unit-ref elements |
InterceptorType<T> |
InterceptorType.removeAllPostActivate()
Removes all
post-activate elements |
InterceptorType<T> |
InterceptorType.removeAllPostConstruct()
Removes all
post-construct elements |
InterceptorType<T> |
InterceptorType.removeAllPreDestroy()
Removes all
pre-destroy elements |
InterceptorType<T> |
InterceptorType.removeAllPrePassivate()
Removes all
pre-passivate elements |
InterceptorType<T> |
InterceptorType.removeAllResourceEnvRef()
Removes all
resource-env-ref elements |
InterceptorType<T> |
InterceptorType.removeAllResourceRef()
Removes all
resource-ref elements |
InterceptorType<T> |
InterceptorType.removeAllServiceRef()
Removes all
service-ref elements |
InterceptorType<T> |
InterceptorType.removeId()
Removes the
id attribute |
InterceptorType<T> |
InterceptorType.removeInterceptorClass()
Removes the
interceptor-class element |
Modifier and Type | Method and Description |
---|---|
AdministeredObjectType<InterceptorType<T>> |
InterceptorType.createAdministeredObject()
Creates a new
administered-object element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createAroundConstruct()
Creates a new
around-construct element |
AroundInvokeType<InterceptorType<T>> |
InterceptorType.createAroundInvoke()
Creates a new
around-invoke element |
AroundTimeoutType<InterceptorType<T>> |
InterceptorType.createAroundTimeout()
Creates a new
around-timeout element |
ConnectionFactoryResourceType<InterceptorType<T>> |
InterceptorType.createConnectionFactory()
Creates a new
connection-factory element |
DataSourceType<InterceptorType<T>> |
InterceptorType.createDataSource()
Creates a new
data-source element |
EjbLocalRefType<InterceptorType<T>> |
InterceptorType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<InterceptorType<T>> |
InterceptorType.createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<InterceptorType<T>> |
InterceptorType.createEnvEntry()
Creates a new
env-entry element |
JmsConnectionFactoryType<InterceptorType<T>> |
InterceptorType.createJmsConnectionFactory()
Creates a new
jms-connection-factory element |
JmsDestinationType<InterceptorType<T>> |
InterceptorType.createJmsDestination()
Creates a new
jms-destination element |
MailSessionType<InterceptorType<T>> |
InterceptorType.createMailSession()
Creates a new
mail-session element |
MessageDestinationRefType<InterceptorType<T>> |
InterceptorType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
PersistenceContextRefType<InterceptorType<T>> |
InterceptorType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<InterceptorType<T>> |
InterceptorType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPostActivate()
Creates a new
post-activate element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPrePassivate()
Creates a new
pre-passivate element |
ResourceEnvRefType<InterceptorType<T>> |
InterceptorType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<InterceptorType<T>> |
InterceptorType.createResourceRef()
Creates a new
resource-ref element |
ServiceRefType<InterceptorType<T>> |
InterceptorType.createServiceRef()
Creates a new
service-ref element |
List<AdministeredObjectType<InterceptorType<T>>> |
InterceptorType.getAllAdministeredObject()
Returns all
administered-object elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllAroundConstruct()
Returns all
around-construct elements |
List<AroundInvokeType<InterceptorType<T>>> |
InterceptorType.getAllAroundInvoke()
Returns all
around-invoke elements |
List<AroundTimeoutType<InterceptorType<T>>> |
InterceptorType.getAllAroundTimeout()
Returns all
around-timeout elements |
List<ConnectionFactoryResourceType<InterceptorType<T>>> |
InterceptorType.getAllConnectionFactory()
Returns all
connection-factory elements |
List<DataSourceType<InterceptorType<T>>> |
InterceptorType.getAllDataSource()
Returns all
data-source elements |
List<EjbLocalRefType<InterceptorType<T>>> |
InterceptorType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<InterceptorType<T>>> |
InterceptorType.getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<InterceptorType<T>>> |
InterceptorType.getAllEnvEntry()
Returns all
env-entry elements |
List<InterceptorType<InterceptorsType<T>>> |
InterceptorsType.getAllInterceptor()
Returns all
interceptor elements |
List<JmsConnectionFactoryType<InterceptorType<T>>> |
InterceptorType.getAllJmsConnectionFactory()
Returns all
jms-connection-factory elements |
List<JmsDestinationType<InterceptorType<T>>> |
InterceptorType.getAllJmsDestination()
Returns all
jms-destination elements |
List<MailSessionType<InterceptorType<T>>> |
InterceptorType.getAllMailSession()
Returns all
mail-session elements |
List<MessageDestinationRefType<InterceptorType<T>>> |
InterceptorType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<PersistenceContextRefType<InterceptorType<T>>> |
InterceptorType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<InterceptorType<T>>> |
InterceptorType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPostActivate()
Returns all
post-activate elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPrePassivate()
Returns all
pre-passivate elements |
List<ResourceEnvRefType<InterceptorType<T>>> |
InterceptorType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<InterceptorType<T>>> |
InterceptorType.getAllResourceRef()
Returns all
resource-ref elements |
List<ServiceRefType<InterceptorType<T>>> |
InterceptorType.getAllServiceRef()
Returns all
service-ref elements |
AdministeredObjectType<InterceptorType<T>> |
InterceptorType.getOrCreateAdministeredObject()
If not already created, a new
administered-object element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreateAroundConstruct()
If not already created, a new
around-construct element will be created and returned. |
AroundInvokeType<InterceptorType<T>> |
InterceptorType.getOrCreateAroundInvoke()
If not already created, a new
around-invoke element will be created and returned. |
AroundTimeoutType<InterceptorType<T>> |
InterceptorType.getOrCreateAroundTimeout()
If not already created, a new
around-timeout element will be created and returned. |
ConnectionFactoryResourceType<InterceptorType<T>> |
InterceptorType.getOrCreateConnectionFactory()
If not already created, a new
connection-factory element will be created and returned. |
DataSourceType<InterceptorType<T>> |
InterceptorType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
EjbLocalRefType<InterceptorType<T>> |
InterceptorType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<InterceptorType<T>> |
InterceptorType.getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
EnvEntryType<InterceptorType<T>> |
InterceptorType.getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
JmsConnectionFactoryType<InterceptorType<T>> |
InterceptorType.getOrCreateJmsConnectionFactory()
If not already created, a new
jms-connection-factory element will be created and returned. |
JmsDestinationType<InterceptorType<T>> |
InterceptorType.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
MailSessionType<InterceptorType<T>> |
InterceptorType.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
MessageDestinationRefType<InterceptorType<T>> |
InterceptorType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
PersistenceContextRefType<InterceptorType<T>> |
InterceptorType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<InterceptorType<T>> |
InterceptorType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePostActivate()
If not already created, a new
post-activate element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePrePassivate()
If not already created, a new
pre-passivate element will be created and returned. |
ResourceEnvRefType<InterceptorType<T>> |
InterceptorType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<InterceptorType<T>> |
InterceptorType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ServiceRefType<InterceptorType<T>> |
InterceptorType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.