|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MalformedObjectNameException | |
javax.management | |
org.jboss.mx.interceptor | |
org.jboss.mx.loading | |
org.jboss.mx.persistence | |
org.jboss.mx.server.registry | |
org.jboss.mx.util | Utilities for the Java Management Extentions API. |
Uses of MalformedObjectNameException in javax.management |
Methods in javax.management that throw MalformedObjectNameException | |
static ObjectName |
ObjectName.getInstance(String name)
Return an instance of an ObjectName |
static ObjectName |
ObjectName.getInstance(String domain,
String key,
String value)
Return an instance of an ObjectName |
static ObjectName |
ObjectName.getInstance(String domain,
Hashtable table)
Return an instance of an ObjectName |
Constructors in javax.management that throw MalformedObjectNameException | |
ObjectName(String name)
|
|
ObjectName(String domain,
String key,
String value)
Construct a new ObjectName |
|
ObjectName(String domain,
Hashtable table)
Construct a new ObjectName |
|
ObjectInstance(String name,
String className)
Creates a new object instance with a given object name and a fully qualified class name. |
Uses of MalformedObjectNameException in org.jboss.mx.interceptor |
Methods in org.jboss.mx.interceptor that throw MalformedObjectNameException | |
protected ObjectName |
AbstractSharedInterceptor.createObjectName()
Creates an object name for this interceptor. |
Uses of MalformedObjectNameException in org.jboss.mx.loading |
Methods in org.jboss.mx.loading that throw MalformedObjectNameException | |
ObjectName |
UnifiedClassLoader.getObjectName()
Obtain the ObjectName under which the UCL can be registered with the JMX server. |
abstract ObjectName |
RepositoryClassLoader.getObjectName()
Get the ObjectName |
static LoaderRepositoryFactory.LoaderRepositoryConfig |
LoaderRepositoryFactory.parseRepositoryConfig(Element config)
Given a loader-repository element fragment like: |
Uses of MalformedObjectNameException in org.jboss.mx.persistence |
Methods in org.jboss.mx.persistence that throw MalformedObjectNameException | |
protected ObjectName |
MbeanInfoDbPm.objectName(File fileName)
|
Uses of MalformedObjectNameException in org.jboss.mx.server.registry |
Methods in org.jboss.mx.server.registry that throw MalformedObjectNameException | |
protected void |
BasicMBeanRegistry.persistIfRequired(MBeanInfo info,
ObjectName name)
Adds the given MBean Info object to the persistence queue if it explicity denotes (via metadata) that it should be stored. |
Uses of MalformedObjectNameException in org.jboss.mx.util |
Methods in org.jboss.mx.util that throw MalformedObjectNameException | |
static ObjectName |
ObjectNameConverter.convert(String pObjectName)
Parses the given Object Name String representation and replaces any invalid characters in property keays and values with valid characters. |
static ObjectName |
ObjectNameConverter.convert(String pDomainName,
Hashtable pProperties)
Check the keys and values of the properties and convert invalid characters |
static Object |
MBeanProxyExt.create(Class intf,
String name)
Create an MBean proxy. |
static Object |
MBeanProxyExt.create(Class intf,
String name,
MBeanServer server)
Create an MBean proxy. |
ObjectInstance |
MBeanInstaller.installMBean(MBeanElement element)
Install a mbean with mbean metadata |
ObjectInstance |
MBeanInstaller.createMBean(MBeanElement element)
|
ObjectInstance |
MBeanInstaller.deserialize(MBeanElement element)
|
ObjectInstance |
MBeanInstaller.updateMBean(MBeanElement element)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |