Interface WritableJndiNameEnvironment

    • Method Detail

      • addEnvironmentProperty

        void addEnvironmentProperty​(EnvironmentProperty environmentProperty)
        Adds the specified environment property to the receiver.
        Parameters:
        environmentProperty - the EnvironmentProperty to add.
      • removeEnvironmentProperty

        void removeEnvironmentProperty​(EnvironmentProperty environmentProperty)
        Removes the specified environment property from receiver.
        Parameters:
        environmentProperty - the EnvironmentProperty to remove.
      • addEjbReferenceDescriptor

        void addEjbReferenceDescriptor​(EjbReference ejbReference)
        Adds the specified ejb reference to the receiver.
        Parameters:
        ejbReference - the EjbReferenceDescriptor to add.
      • removeEjbReferenceDescriptor

        void removeEjbReferenceDescriptor​(EjbReference ejbReference)
        Removes the specificed ejb reference from the receiver.
        Parameters:
        ejbReference - the EjbReferenceDescriptor to remove.
      • addResourceReferenceDescriptor

        void addResourceReferenceDescriptor​(ResourceReferenceDescriptor resourceReference)
        Adds the specified resource reference to the receiver.
        Parameters:
        resourceReference - the ResourceReferenceDescriptor to add.
      • removeResourceReferenceDescriptor

        void removeResourceReferenceDescriptor​(ResourceReferenceDescriptor resourceReference)
        Removes the specified resource reference from the receiver.
        Parameters:
        resourceReference - the ResourceReferenceDescriptor to remove.
      • addResourceEnvReferenceDescriptor

        void addResourceEnvReferenceDescriptor​(ResourceEnvReferenceDescriptor resourceEnvReference)
        Adds the specified resource environment reference to the receiver.
        Parameters:
        resourceEnvReference - the ResourceEnvReferenceDescriptor to add.
      • removeResourceEnvReferenceDescriptor

        void removeResourceEnvReferenceDescriptor​(ResourceEnvReferenceDescriptor resourceEnvReference)
        Removes the specified resource environment reference from the receiver.
        Parameters:
        resourceEnvReference - the ResourceEnvReferenceDescriptor to remove.
      • addMessageDestinationReferenceDescriptor

        void addMessageDestinationReferenceDescriptor​(MessageDestinationReferenceDescriptor msgDestRef)
        Adds the specified message destination reference to the receiver.
        Parameters:
        msgDestRef - the MessageDestinationReferenceDescriptor to add.
      • removeMessageDestinationReferenceDescriptor

        void removeMessageDestinationReferenceDescriptor​(MessageDestinationReferenceDescriptor msgDestRef)
        Removes the specified message destination reference from the receiver.
        Parameters:
        msgDestRef - MessageDestinationReferenceDescriptor to remove.
      • addPostConstructDescriptor

        void addPostConstructDescriptor​(LifecycleCallbackDescriptor postConstructDesc)
        Adds the specified post-construct descriptor to the receiver.
        Parameters:
        postConstructDesc - the post-construct LifecycleCallbackDescriptor to add.
      • addPreDestroyDescriptor

        void addPreDestroyDescriptor​(LifecycleCallbackDescriptor preDestroyDesc)
        Adds the specified pre-destroy descriptor to the receiver.
        Parameters:
        preDestroyDesc - the pre-destroy LifecycleCallbackDescriptor to add.
      • addServiceReferenceDescriptor

        void addServiceReferenceDescriptor​(ServiceReferenceDescriptor serviceReference)
        Adds the specified service reference to the receiver.
        Parameters:
        serviceReference - the ServiceReferenceDescriptor to add.
      • removeServiceReferenceDescriptor

        void removeServiceReferenceDescriptor​(ServiceReferenceDescriptor serviceReference)
        Removes the specified service reference from the receiver.
        Parameters:
        serviceReference - the ServiceReferenceDescriptor to remove.
      • addResourceDescriptor

        void addResourceDescriptor​(ResourceDescriptor reference)
        Adds the specified descriptor to the receiver.
        Parameters:
        reference - Descriptor to add.
      • removeResourceDescriptor

        void removeResourceDescriptor​(ResourceDescriptor reference)
        Removes the specified descriptor from the receiver.
        Parameters:
        reference - Descriptor to remove.