|
||||||||||
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.
public interface Proxy
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 |
---|
ObjectInstance getMBeanObjectInstance()
ProxyHandler getServer()
void setServer(ProxyHandler server)
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |