|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceNotFoundException | |
javax.management | |
javax.management.modelmbean | |
javax.management.relation | The JBossMX relation service. |
javax.management.timer | The JBossMX timer service. |
org.jboss.mx.loading | |
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 InstanceNotFoundException in javax.management |
Methods in javax.management that throw InstanceNotFoundException | |
void |
PersistentMBean.load()
Retrieves the MBean's state from a persistence store. |
void |
PersistentMBean.store()
Stores the MBean's state to a persistence store. |
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,
ObjectName loaderName,
Object[] params,
String[] signature)
Create an MBean registered using the given object name. |
void |
MBeanServerConnection.unregisterMBean(ObjectName name)
Unregisters an mbean. |
ObjectInstance |
MBeanServerConnection.getObjectInstance(ObjectName name)
Retrieve an MBean's registration information. |
Object |
MBeanServerConnection.getAttribute(ObjectName name,
String attribute)
Retrieve a value from an MBean. |
AttributeList |
MBeanServerConnection.getAttributes(ObjectName name,
String[] attributes)
Retrieve a list of values from an MBean. |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
Set a value for an MBean. |
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
Set a list of values for an MBean. |
Object |
MBeanServerConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
Invokes an operation on an mbean. |
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from an mbean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from an mbean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
MBeanInfo |
MBeanServerConnection.getMBeanInfo(ObjectName name)
Retrieves the jmx metadata for an mbean |
boolean |
MBeanServerConnection.isInstanceOf(ObjectName name,
String className)
Tests whether an mbean can be cast to the given type |
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,
ObjectName loaderName,
Object[] params,
String[] signature)
Create an MBean registered using the given object name. |
void |
MBeanServer.unregisterMBean(ObjectName name)
Unregisters an mbean. |
ObjectInstance |
MBeanServer.getObjectInstance(ObjectName name)
Retrieve an MBean's registration information. |
Object |
MBeanServer.getAttribute(ObjectName name,
String attribute)
Retrieve a value from an MBean. |
AttributeList |
MBeanServer.getAttributes(ObjectName name,
String[] attributes)
Retrieve a list of values from an MBean. |
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute)
Set a value for an MBean. |
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes)
Set a list of values for an MBean. |
Object |
MBeanServer.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
Invokes an operation on an mbean. |
void |
MBeanServer.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServer.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from an mbean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from an mbean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
MBeanInfo |
MBeanServer.getMBeanInfo(ObjectName name)
Retrieves the jmx metadata for an mbean |
boolean |
MBeanServer.isInstanceOf(ObjectName name,
String className)
Tests whether an mbean can be cast to the given type |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName)
Instantiates an object using the given class loader. |
Object |
MBeanServer.instantiate(String className,
ObjectName loaderName,
Object[] params,
String[] signature)
Instantiates an object using the given class loader. |
ObjectInputStream |
MBeanServer.deserialize(ObjectName name,
byte[] data)
Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the
appropriate classloader for deserialization |
ObjectInputStream |
MBeanServer.deserialize(String className,
ObjectName loaderName,
byte[] data)
Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the
appropriate classloader for deserialization |
ClassLoader |
MBeanServer.getClassLoaderFor(ObjectName name)
Retrieve the classloader for an mbean |
ClassLoader |
MBeanServer.getClassLoader(ObjectName name)
Retrieve the classloader registered as an MBean |
Uses of InstanceNotFoundException in javax.management.modelmbean |
Methods in javax.management.modelmbean that throw InstanceNotFoundException | |
void |
RequiredModelMBean.setManagedResource(Object mr,
String mr_type)
|
void |
RequiredModelMBean.load()
|
void |
RequiredModelMBean.store()
|
void |
ModelMBean.setManagedResource(Object mr,
String mr_type)
|
Uses of InstanceNotFoundException in javax.management.relation |
Methods in javax.management.relation that throw InstanceNotFoundException | |
void |
RelationServiceMBean.addRelation(ObjectName relation)
Add a manually created relation to the relation service. |
void |
RelationService.addRelation(ObjectName relation)
|
Uses of InstanceNotFoundException in javax.management.timer |
Methods in javax.management.timer that throw InstanceNotFoundException | |
void |
TimerMBean.removeNotification(Integer id)
Removes a notification from the timer MBean with the specified notification id. |
void |
TimerMBean.removeNotifications(String type)
Removes all notifications from the timer MBean of the specified notification type. |
void |
Timer.removeNotification(Integer id)
|
void |
Timer.removeNotifications(String type)
|
Uses of InstanceNotFoundException in org.jboss.mx.loading |
Constructors in org.jboss.mx.loading that throw InstanceNotFoundException | |
HeirarchicalLoaderRepository3(UnifiedLoaderRepository3 parent)
Create a HeirarchicalLoaderRepository3 with an explicit parent. |
|
HeirarchicalLoaderRepository3(MBeanServer server)
Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the ServerConstants.DEFAULT_LOADER_NAME mbean. |
|
HeirarchicalLoaderRepository3(MBeanServer server,
ObjectName parentName)
Create a HeirarchicalLoaderRepository3 with a parent obtained by querying the server for the parentName mbean. |
Uses of InstanceNotFoundException in org.jboss.mx.modelmbean |
Methods in org.jboss.mx.modelmbean that throw InstanceNotFoundException | |
void |
ModelMBeanInvoker.setManagedResource(Object ref,
String resourceType)
Sets the managed resource for this Model MBean instance. |
void |
ModelMBeanInvoker.load()
|
void |
ModelMBeanInvoker.store()
|
protected void |
ModelMBeanInvoker.initPersistence(MBeanServer server,
ObjectName name)
initializes the persistence manager based on the info for this bean. |
Uses of InstanceNotFoundException in org.jboss.mx.server |
Methods in org.jboss.mx.server that throw InstanceNotFoundException | |
Object |
MBeanServerImpl.instantiate(String className,
ObjectName loaderName)
|
Object |
MBeanServerImpl.instantiate(String className,
ObjectName loaderName,
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)
|
void |
MBeanServerImpl.unregisterMBean(ObjectName name)
|
ObjectInstance |
MBeanServerImpl.getObjectInstance(ObjectName name)
|
Object |
MBeanServerImpl.getAttribute(ObjectName name,
String attribute)
|
AttributeList |
MBeanServerImpl.getAttributes(ObjectName name,
String[] attributes)
|
void |
MBeanServerImpl.setAttribute(ObjectName name,
Attribute attribute)
|
AttributeList |
MBeanServerImpl.setAttributes(ObjectName name,
AttributeList attributes)
|
Object |
MBeanServerImpl.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
|
MBeanInfo |
MBeanServerImpl.getMBeanInfo(ObjectName name)
|
void |
MBeanServerImpl.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean. |
void |
MBeanServerImpl.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from a registered MBean. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
boolean |
MBeanServerImpl.isInstanceOf(ObjectName name,
String className)
|
ObjectInputStream |
MBeanServerImpl.deserialize(ObjectName name,
byte[] data)
Deprecated. |
ObjectInputStream |
MBeanServerImpl.deserialize(String className,
ObjectName loaderName,
byte[] data)
Deprecated. |
ClassLoader |
MBeanServerImpl.getClassLoaderFor(ObjectName name)
|
ClassLoader |
MBeanServerImpl.getClassLoader(ObjectName name)
|
protected ObjectInstance |
MBeanServerImpl.registerMBean(Object mbean,
ObjectName name,
ObjectName loaderName)
Register an MBean |
Uses of InstanceNotFoundException in org.jboss.mx.server.registry |
Methods in org.jboss.mx.server.registry that throw InstanceNotFoundException | |
void |
MBeanRegistry.unregisterMBean(ObjectName name)
Unregister an mbean. |
MBeanEntry |
MBeanRegistry.get(ObjectName name)
Retrieve the registration for an object name. |
ObjectInstance |
MBeanRegistry.getObjectInstance(ObjectName name)
Retrieve the object instance for an object name. |
Object |
MBeanRegistry.getValue(ObjectName name,
String key)
Retrieve a value from the registration. |
void |
BasicMBeanRegistry.unregisterMBean(ObjectName name)
|
MBeanEntry |
BasicMBeanRegistry.get(ObjectName name)
|
ObjectInstance |
BasicMBeanRegistry.getObjectInstance(ObjectName name)
|
Object |
BasicMBeanRegistry.getValue(ObjectName name,
String key)
|
protected void |
BasicMBeanRegistry.remove(ObjectName name)
Removes an MBean entry WARNING: The object name should be fully qualified. |
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 InstanceNotFoundException in org.jboss.mx.util |
Methods in org.jboss.mx.util with parameters of type InstanceNotFoundException | |
Object |
ProxyExceptionHandler.handleInstanceNotFound(ProxyContext ctx,
InstanceNotFoundException e,
Method m,
Object[] args)
|
Object |
DefaultExceptionHandler.handleInstanceNotFound(ProxyContext ctx,
InstanceNotFoundException e,
Method m,
Object[] args)
|
Methods in org.jboss.mx.util that throw InstanceNotFoundException | |
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 |