Package com.sun.mfwk.agent.appserv

Examples of com.sun.mfwk.agent.appserv.ASServerManagerRegistry


    * @param domain the domain name of the application server
    */
    public ListenerImpl(String server, String domain) throws IOException {
        this.server = server;
        this.domain = domain;
        ASServerManagerRegistry serverManagerRegistry =
            ASServerManagerRegistry.getInstance();
        mediator = serverManagerRegistry.getASServerManager(server, domain);
    }
View Full Code Here

TOP

Related Classes of com.sun.mfwk.agent.appserv.ASServerManagerRegistry

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.