| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
   weblogic.management.Helper
weblogic.management.Helper
Deprecated.
public final class Helper
A utility class that simplifies acquiring the MBeanHome object for either the entire adminstrative domain or for a particular managed server.
The URL that is specified is used to acquire the JNDI InitialContext from which the MBeanHome will be acquired.
MBeanHome| Method Summary | |
|---|---|
| static MBeanHome | getAdminMBeanHome(String user, String password, String adminServerURL)Deprecated. Returns the MBeanHome for the entire administrative domain. | 
| static MBeanHome | getMBeanHome(String user, String password, String serverURL, String serverName)Deprecated. Returns the regular MBeanHome of the server specified. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static final MBeanHome getAdminMBeanHome(String user,
                                                String password,
                                                String adminServerURL)
                                         throws IllegalArgumentException
user - the id for a user which has authorization to find the MBeanHome on the admin serverpassword - for the specified useradminServerURL - The URL used to acquire the InitialContextIllegalArgumentException - if any of the arguments are null or invalid
public static final MBeanHome getMBeanHome(String user,
                                           String password,
                                           String serverURL,
                                           String serverName)
                                    throws IllegalArgumentException
user - the id for a user which has authorization to find the MBeanHome on the admin serverpassword - for the specified user.serverName - name of the target server as defined in the domain configuration.serverURL - the URL used to acquire the InitialContext. The URL must either be that of the Adminstration server or the managed server that is specified in the serverNameIllegalArgumentException - if any of the arguments are null or invalid| 
 | Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||