|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteMBeanServer
Contains methods for instantiating, registering, and deleting MBeans from a remote JVM. WebLogic Server provides this interface to support standard JMX interaction with MBeans on server instances from remote JVMs.
WebLogic Server provides another interface for interacting with
MBeans, MBeanHome
, but
MBeanHome
is not a standard JMX interface. Any code
that uses MBeanHome
might not function in other J2EE
application servers.
To look up this RemoteMBeanServer
interface,
use MBeanHome
.
Field Summary | |
---|---|
static String |
JNDI_NAME
Deprecated. The JNDI name for this interface. |
Method Summary | |
---|---|
MBeanHome |
getMBeanHome()
Deprecated. Returns the local MBeanHome interface. |
Field Detail |
---|
static final String JNDI_NAME
Method Detail |
---|
MBeanHome getMBeanHome() throws RemoteException
MBeanHome
interface.
You can use the MBeanHome
interface to look up the
Local Configuration MBeans and Runtime MBeans that are registered
on the current server instance. You can also use MBeanHome
to retrieve strongly typed stubs for the MBeans on the current
server instance.
RemoteException
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |