public interface ProxyInfo
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getInterface(javax.management.ObjectName name,
            InterfaceBindingContext context)
Given an ObjectName, add the set of interfaces implemented by the MBean
 represented by that ObjectName to the context. 
 | 
javax.management.ObjectName | 
getMBeanName(java.lang.Class intf,
            NameBindingContext context)
Given an interface, return a ObjectName that uniquely 
 implements that interface. 
 | 
javax.management.ObjectName getMBeanName(java.lang.Class intf,
                                         NameBindingContext context)
intf - getInterface()
 with this name should return atleast the original interface or more.BindingException - if intf is not recognized, or if more
 than one ObjectNames qualify.boolean getInterface(javax.management.ObjectName name,
                     InterfaceBindingContext context)
name - context - context for the bindingBindingException - if no interfaces can be found for ObjectName.