| Modifier | Constructor and Description |
|---|---|
protected |
Weblogic10ProxyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static Weblogic10ProxyInfo |
getInstance() |
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.
|
void |
registerProxyInfo(ProxyInfo proxyInfo) |
void |
unregisterProxyInfo(ProxyInfo proxyInfo) |
public static Weblogic10ProxyInfo getInstance()
public void registerProxyInfo(ProxyInfo proxyInfo)
public void unregisterProxyInfo(ProxyInfo proxyInfo)
public javax.management.ObjectName getMBeanName(java.lang.Class intf,
NameBindingContext context)
ProxyInfogetMBeanName in interface ProxyInfogetInterface()
with this name should return atleast the original interface or more.public boolean getInterface(javax.management.ObjectName name,
InterfaceBindingContext context)
ProxyInfogetInterface in interface ProxyInfocontext - context for the binding