public interface WritableJndiNameEnvironment extends JndiNameEnvironment
| Modifier and Type | Method and Description |
|---|---|
void |
addEjbReferenceDescriptor(EjbReference ejbReference)
Adds the specified ejb reference to the receiver.
|
void |
addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference) |
void |
addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference) |
void |
addEnvironmentProperty(EnvironmentProperty environmentProperty)
Adds the specified environment property to the receiver.
|
void |
addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
Adds the specified message destination reference to the receiver.
|
void |
addPostConstructDescriptor(LifecycleCallbackDescriptor postConstructDesc)
Adds the specified post-construct descriptor to the receiver.
|
void |
addPreDestroyDescriptor(LifecycleCallbackDescriptor preDestroyDesc)
Adds the specified pre-destroy descriptor to the receiver.
|
void |
addResourceDescriptor(ResourceDescriptor reference)
Adds the specified descriptor to the receiver.
|
void |
addResourceEnvReferenceDescriptor(ResourceEnvReferenceDescriptor resourceEnvReference)
Adds the specified resource environment reference to the receiver.
|
void |
addResourceReferenceDescriptor(ResourceReferenceDescriptor resourceReference)
Adds the specified resource reference to the receiver.
|
void |
addServiceReferenceDescriptor(ServiceReferenceDescriptor serviceReference)
Adds the specified service reference to the receiver.
|
void |
removeEjbReferenceDescriptor(EjbReference ejbReference)
Removes the specificed ejb reference from the receiver.
|
void |
removeEnvironmentProperty(EnvironmentProperty environmentProperty)
Removes the specified environment property from receiver.
|
void |
removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
Removes the specified message destination reference from the receiver.
|
void |
removeResourceDescriptor(ResourceDescriptor reference)
Removes the specified descriptor from the receiver.
|
void |
removeResourceEnvReferenceDescriptor(ResourceEnvReferenceDescriptor resourceEnvReference)
Removes the specified resource environment reference from the receiver.
|
void |
removeResourceReferenceDescriptor(ResourceReferenceDescriptor resourceReference)
Removes the specified resource reference from the receiver.
|
void |
removeServiceReferenceDescriptor(ServiceReferenceDescriptor serviceReference)
Removes the specified service reference from the receiver.
|
getAllResourcesDescriptors, getAllResourcesDescriptors, getEjbReferenceDescriptors, getEntityManagerFactoryReferenceByName, getEntityManagerFactoryReferenceDescriptors, getEntityManagerReferenceByName, getEntityManagerReferenceDescriptors, getEnvironmentProperties, getEnvironmentPropertyByName, getInjectableResourcesByClass, getInjectionInfoByClass, getMessageDestinationReferenceByName, getMessageDestinationReferenceDescriptors, getPostConstructDescriptorByClass, getPostConstructDescriptors, getPreDestroyDescriptorByClass, getPreDestroyDescriptors, getResourceDescriptors, getResourceEnvReferenceByName, getResourceEnvReferenceDescriptors, getResourceReferenceDescriptors, getServiceReferenceByName, getServiceReferenceDescriptorsvoid addEnvironmentProperty(EnvironmentProperty environmentProperty)
environmentProperty - the EnvironmentProperty to add.void removeEnvironmentProperty(EnvironmentProperty environmentProperty)
environmentProperty - the EnvironmentProperty to remove.void addEjbReferenceDescriptor(EjbReference ejbReference)
ejbReference - the EjbReferenceDescriptor to add.void removeEjbReferenceDescriptor(EjbReference ejbReference)
ejbReference - the EjbReferenceDescriptor to remove.void addResourceReferenceDescriptor(ResourceReferenceDescriptor resourceReference)
resourceReference - the ResourceReferenceDescriptor to add.void removeResourceReferenceDescriptor(ResourceReferenceDescriptor resourceReference)
resourceReference - the ResourceReferenceDescriptor to remove.void addResourceEnvReferenceDescriptor(ResourceEnvReferenceDescriptor resourceEnvReference)
resourceEnvReference - the ResourceEnvReferenceDescriptor to add.void removeResourceEnvReferenceDescriptor(ResourceEnvReferenceDescriptor resourceEnvReference)
resourceEnvReference - the ResourceEnvReferenceDescriptor to remove.void addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
msgDestRef - the MessageDestinationReferenceDescriptor to add.void removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
msgDestRef - MessageDestinationReferenceDescriptor to remove.void addPostConstructDescriptor(LifecycleCallbackDescriptor postConstructDesc)
postConstructDesc - the post-construct LifecycleCallbackDescriptor to add.void addPreDestroyDescriptor(LifecycleCallbackDescriptor preDestroyDesc)
preDestroyDesc - the pre-destroy LifecycleCallbackDescriptor to add.void addServiceReferenceDescriptor(ServiceReferenceDescriptor serviceReference)
serviceReference - the ServiceReferenceDescriptor to add.void removeServiceReferenceDescriptor(ServiceReferenceDescriptor serviceReference)
serviceReference - the ServiceReferenceDescriptor to remove.void addEntityManagerFactoryReferenceDescriptor(EntityManagerFactoryReferenceDescriptor reference)
void addEntityManagerReferenceDescriptor(EntityManagerReferenceDescriptor reference)
void addResourceDescriptor(ResourceDescriptor reference)
reference - Descriptor to add.void removeResourceDescriptor(ResourceDescriptor reference)
reference - Descriptor to remove.Copyright © 2017. All rights reserved.