Package com.sun.enterprise.admin.common

Examples of com.sun.enterprise.admin.common.RequestID


    /**
        Restarts a running instance.
    */
    public RequestID restart() throws ControlException
    {
        RequestID reqId = null;
       
        String adminId          = AdminService.getAdminService().getInstanceName();
/*        if (mInstanceName.equals(adminId))
        {
            String msg = localStrings.getString( "admin.server.core.mbean.config.cannot_restart_admin_instance" );
View Full Code Here

TOP

Related Classes of com.sun.enterprise.admin.common.RequestID

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.