|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotCompliantMBeanException | |
javax.management | |
javax.management.relation | The JBossMX relation service. |
org.jboss.mx.metadata | |
org.jboss.mx.modelmbean | |
org.jboss.mx.server | |
org.jboss.mx.server.registry | |
org.jboss.mx.util | Utilities for the Java Management Extentions API. |
Uses of NotCompliantMBeanException in javax.management |
Methods in javax.management that throw NotCompliantMBeanException | |
void |
StandardMBean.setImplementation(Object implementation)
Replace the implementation object |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServerConnection.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
ObjectName loaderName)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServer.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
Create an MBean registered using the given object name. |
ObjectInstance |
MBeanServer.registerMBean(Object object,
ObjectName name)
Registers an mbean. |
Constructors in javax.management that throw NotCompliantMBeanException | |
StandardMBean(Object implementation,
Class mbeanInterface)
Construct a DynamicMBean from the given implementation object and the passed management interface class. |
|
StandardMBean(Class mbeanInterface)
Construct a DynamicMBean from this object and the passed management interface class. |
Uses of NotCompliantMBeanException in javax.management.relation |
Constructors in javax.management.relation that throw NotCompliantMBeanException | |
RoleInfo(String name,
String className)
Construct a role info with the given name and class name. |
|
RoleInfo(String name,
String className,
boolean readable,
boolean writable)
Construct a role info with the given name, class name and read/write attributes. |
|
RoleInfo(String name,
String className,
boolean readable,
boolean writable,
int minDegree,
int maxDegree,
String description)
Construct a role info with the given name, class name, read/write attributes, minimum/maximum degree and description. |
Uses of NotCompliantMBeanException in org.jboss.mx.metadata |
Methods in org.jboss.mx.metadata that throw NotCompliantMBeanException | |
MBeanInfo |
XMLMetaData.build()
Constructs the Model MBean metadata. |
MBeanInfo |
StandardMetaData.build()
|
MBeanInfo |
MetaDataBuilder.build()
Constructs the Model MBean metadata. |
static MBeanCapability |
MBeanCapability.of(Class mbeanClass)
|
MBeanInfo |
JBossXMBean10.build()
|
protected Descriptor |
JBossXMBean10.getDescriptor(org.dom4j.Element parent,
String infoName,
String type)
|
protected ModelMBeanInfo |
JBossXMBean10.buildMBeanMetaData(String description,
List constructors,
List operations,
List attributes,
List notifications,
Descriptor descr)
|
protected ModelMBeanConstructorInfo[] |
JBossXMBean10.buildConstructorInfo(List constructors)
|
protected ModelMBeanOperationInfo[] |
JBossXMBean10.buildOperationInfo(List operations,
List attributes)
|
protected ModelMBeanNotificationInfo[] |
JBossXMBean10.buildNotificationInfo(List notifications)
|
protected ModelMBeanAttributeInfo[] |
JBossXMBean10.buildAttributeInfo(List attributes)
|
protected Object |
JBossXMBean10.getAttributeValue(org.dom4j.Element attribute,
String typeName,
String which)
Get the value for the attribute descriptor "value" or "default" the same way we would do for mbean attribute overrides |
protected Object |
JBossXMBean10.convertValue(String unconverted,
String typeName)
Describe convertType method here. |
abstract MBeanInfo |
AbstractBuilder.build()
|
Constructors in org.jboss.mx.metadata that throw NotCompliantMBeanException | |
StandardMetaData(Object mbeanInstance)
Initializes the Standard metadata builder. |
|
StandardMetaData(Class mbeanClass)
Initializes the Standard metadata builder. |
|
StandardMetaData(Object mbInstance,
Class mbInterface)
Initializes the Standard metadata builder. |
Uses of NotCompliantMBeanException in org.jboss.mx.modelmbean |
Constructors in org.jboss.mx.modelmbean that throw NotCompliantMBeanException | |
XMBean(Object resource,
String resourceType)
Creates a XMBean instance with a given resource object and resource type. |
|
XMBean(Object resource,
URL interfaceURL)
|
|
XMBean(Descriptor descriptor)
|
|
XMBean(Object resource,
Element element,
String version)
|
|
XMBean(Object resource,
org.dom4j.Element element,
String version)
|
Uses of NotCompliantMBeanException in org.jboss.mx.server |
Methods in org.jboss.mx.server that throw NotCompliantMBeanException | |
ObjectInstance |
MBeanServerImpl.createMBean(String className,
ObjectName name)
|
ObjectInstance |
MBeanServerImpl.createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
|
ObjectInstance |
MBeanServerImpl.createMBean(String className,
ObjectName name,
ObjectName loaderName)
|
ObjectInstance |
MBeanServerImpl.createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
|
ObjectInstance |
MBeanServerImpl.registerMBean(Object object,
ObjectName name)
Registers a pre-existing object as an MBean with the MBean server. |
protected ObjectInstance |
MBeanServerImpl.registerMBean(Object mbean,
ObjectName name,
ObjectName loaderName)
Register an MBean |
protected ObjectInstance |
MBeanServerImpl.registerMBean(Object object,
ObjectName name,
ClassLoader cl)
Register an MBean |
Uses of NotCompliantMBeanException in org.jboss.mx.server.registry |
Methods in org.jboss.mx.server.registry that throw NotCompliantMBeanException | |
ObjectInstance |
MBeanRegistry.registerMBean(Object object,
ObjectName name,
Map valueMap)
Register an mbean. |
ObjectInstance |
BasicMBeanRegistry.registerMBean(Object object,
ObjectName name,
Map valueMap)
|
protected ObjectName |
BasicMBeanRegistry.invokePreRegister(MBeanInvoker invoker,
ObjectName regName,
String magicToken)
|
Uses of NotCompliantMBeanException in org.jboss.mx.util |
Subclasses of NotCompliantMBeanException in org.jboss.mx.util | |
class |
JBossNotCompliantMBeanException
JBossNotCompliantMBeanException.java Created: Tues Feb 18 22:45:03 2003 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |