Package org.glassfish.deployment.common

Examples of org.glassfish.deployment.common.DynamicAttributesDescriptor


     * @return a value holder for all attributes of
     * this deployment extension elements
     */
    public DynamicAttributesDescriptor getAttributes() {
        if (attributes==null) {
            attributes = new DynamicAttributesDescriptor();
            attributes.addObserver(this);
        }
        return attributes;
    }   
View Full Code Here

TOP

Related Classes of org.glassfish.deployment.common.DynamicAttributesDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.