Examples of GerMessageDestinationType


Examples of org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType

    public String getAdminObjectLink() {
        return getMessageDestination().getAdminObjectLink();
    }

    public void setAdminObjectLink(String link) {
        GerMessageDestinationType ref = getMessageDestination();
        if(link != null && ref.isSetPattern()) {
            clearPatternFromChoice();
        }
        String old = getAdminObjectLink();
        ref.setAdminObjectLink(link);
        pcs.firePropertyChange("adminObjectLink", old, link);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.