Runtime services for the console.
Deprecated.
Since | 10.3.1.0 | ||
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.ConsoleRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Is the console enabled?
Available Since | Release 10.3.1.0 |
Privileges | Read only |
Type | boolean |
Gets the URL for the console's home page
Available Since | Release 10.3.1.0 |
Privileges | Read only |
Type | java.lang.String |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Gets the URL for the default page of an object. You can optionally specify the kind of default page (e.g. configuration or monitoring). For example, use this method to get a WLS cluster's default page's URL. Use this method when possible since it isolates the caller from the specific console page labels. This method does not check whether the page exists. To find out, use the URL and see if it works.
For more information, see:
Operation Name | "getDefaultPageURL" |
Parameters | Object [] { context, perspective }
where:
|
Signature | String [] {
"[Ljava.lang.String;",
"java.lang.String" } |
Returns | String
|
Gets the URLs for the default pages for a set of objects. This method works exactly like getDefaultPageURL, except that it lets you get the URLS for a set of pages in one JMX call (to increase network performance).
For more information, see:
Operation Name | "getDefaultPageURLs" |
Parameters | Object [] { contexts, perspectives }
where:
|
Signature | String [] {
"[[Ljava.lang.String;",
"[Ljava.lang.String;" } |
Returns |
class |
Gets the URLs for the default pages for a set of objects. This method works exactly like getDefaultPageURL, except that it lets you get the URLS for a set of pages in one JMX call (to increase network performance).
For more information, see:
Operation Name | "getDefaultPageURLs" |
Parameters | Object [] { contexts, perspective }
where:
|
Signature | String [] {
"[[Ljava.lang.String;",
"java.lang.String" } |
Returns |
class |
Gets a context for a WLS mbean. This method does not check whether the mbean exists. The results of this method are usually passed into getDefaultPageURL or getSpecificPageURL.
For more information, see:
Operation Name | "getObjectNameContext" |
Parameters | Object [] { objectName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
class |
Gets the URL for a specific console page. For example, use this method to get a WLS server's SSL configuration page's URL or the servers table page's URL. Note: WLS reserves the right to change its portal page names in future releases. Therefore, customers are advised to use "getDefaultPageURL" if possible so that they'll be isolated from these kinds of changes. This method does not check whether the page exists. To find out, use the URL and see if it works.
For more information, see:
Operation Name | "getSpecificPageURL" |
Parameters | Object [] { page, context }
where:
|
Signature | String [] {
"java.lang.String",
"[Ljava.lang.String;" } |
Returns | String
|
Gets the URLs for a set of specific console page. This method works exactly like getSpecificPageURL, except that it lets you get the URLS for a set of pages in one JMX call (to increase network performance).
For more information, see:
Operation Name | "getSpecificPageURLs" |
Parameters | Object [] { page, contexts }
where:
|
Signature | String [] {
"java.lang.String",
"[[Ljava.lang.String;" } |
Returns |
class |
Gets the URLs for a set of specific console pages. This method works exactly like getSpecificPageURL, except that it lets you get the URLS for a set of pages in one JMX call (to increase network performance).
For more information, see:
Operation Name | "getSpecificPageURLs" |
Parameters | Object [] { pages, contexts }
where:
|
Signature | String [] {
"[Ljava.lang.String;",
"[[Ljava.lang.String;" } |
Returns |
class |