|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBeanServerInvocationHandler.newProxyInstance
. The interface
Proxy
may be removed in a
future version of Java DMK.
Interface common to all proxy objects manipulated by
a remote or local MBean manager.
It must be implemented by both proxy MBeans generated by ProxyGen
(from standard MBeans) and by GenericProxy
objects.
Method Summary | |
ObjectInstance |
getMBeanObjectInstance()
Deprecated. Returns an ObjectInstance object that contains the object name (ObjectName object) and the class name of the remote MBean that this proxy MBean represents. |
ProxyHandler |
getServer()
Deprecated. Returns the server to which this proxy is bound. |
void |
setServer(ProxyHandler server)
Deprecated. Sets the server to which this proxy is bound. |
Method Detail |
public ObjectInstance getMBeanObjectInstance()
public ProxyHandler getServer()
public void setServer(ProxyHandler server)
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |