| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.runtime.client
public class MBeanProxyFactory
The gateway to the MBeanProxy. Based on a MBean server
connection and an ObjectName (or ObjectInstance) you
can create an MBean server instance.
Author:
msimonsen
Links:
Kernel Association Association Link
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
| Method Summary |
public Object |
create(MBeanServerConnection mbsc, ObjectName remoteName) |
public Object |
create(MBeanServerConnection mbsc, ObjectInstance remoteInstance) |
|
|
Multiplicity:
1
Static.
public Object create (MBeanServerConnection mbsc, ObjectName remoteName)
Creates an instance of a "Remote Proxy Object", from an
MBeanServerConnection MBeanServerConnection and the
object name from that connection.
the proxy to the MBean interface that you intend to operate
on. The user is intended to cast the object returned to the
desired interface (MBean) of choice, to make it of any use
at all.
Parameters:
mbsc
remoteName
Return:
The remote proxy object
Throws:
ClassNotFoundException,IOException,InstanceNotFoundException
public Object create (MBeanServerConnection mbsc, ObjectInstance remoteInstance)
Creates an instance of a "Remote Proxy Object", from an
MBeanServerConnection MBeanServerConnection and the
remote instance from that connection.
the proxy to the MBean interface that you intend to operate
on. The user is intended to cast the object returned to the
desired interface (MBean) of choice, to make it of any use
at all.
Parameters:
mbsc
remoteInstance
Return:
The remote proxy object
Throws:
ClassNotFoundException
Get an instance.
Return:
instance
Static.
Synchronized.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|