- All Known Subinterfaces:
- MBeanServer, MBeanServerForwarder
- See Also:
- Top Examples, Source Code
void addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
IOException
- See Also:
removeNotificationListener(ObjectName, NotificationListener,
NotificationFilter, Object)
, removeNotificationListener(ObjectName, NotificationListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
IOException
- See Also:
removeNotificationListener(ObjectName, ObjectName,
NotificationFilter, Object)
, removeNotificationListener(ObjectName, ObjectName)
, NotificationListener
, IllegalArgumentException
, RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ObjectInstance createMBean(String className,
ObjectName name)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
IOException
- See Also:
- RuntimeOperationsException,
getMBeanInfo(n)
, createMBean(className, name, (Object[]) null, (String[])
null)
, preRegister
, Default Loader
Repository
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ObjectInstance createMBean(String className,
ObjectName name,
Object[] params,
String[] signature)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
IOException
- See Also:
- RuntimeOperationsException,
getMBeanInfo(n)
, preRegister
, Default Loader
Repository
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ObjectInstance createMBean(String className,
ObjectName name,
ObjectName loaderName)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
InstanceNotFoundException,
IOException
- See Also:
- RuntimeOperationsException,
getMBeanInfo(n)
, createMBean(className, name, loaderName, (Object[]) null,
(String[]) null)
, preRegister
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ObjectInstance createMBean(String className,
ObjectName name,
ObjectName loaderName,
Object[] params,
String[] signature)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
InstanceNotFoundException,
IOException
- See Also:
- RuntimeOperationsException,
getMBeanInfo(n)
, preRegister
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object getAttribute(ObjectName name,
String attribute)
throws MBeanException,
AttributeNotFoundException,
InstanceNotFoundException,
ReflectionException,
IOException
- See Also:
setAttribute(javax.management.ObjectName, javax.management.Attribute)
, RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
AttributeList getAttributes(ObjectName name,
String[] attributes)
throws InstanceNotFoundException,
ReflectionException,
IOException
- See Also:
setAttributes(javax.management.ObjectName, javax.management.AttributeList)
, RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getDefaultDomain()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String[] getDomains()
throws IOException
- See Also:
-
getDomain()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Integer getMBeanCount()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
MBeanInfo getMBeanInfo(ObjectName name)
throws InstanceNotFoundException,
IntrospectionException,
ReflectionException,
IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ObjectInstance getObjectInstance(ObjectName name)
throws InstanceNotFoundException,
IOException
- See Also:
-
getMBeanInfo(name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
throws InstanceNotFoundException,
MBeanException,
ReflectionException,
IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isInstanceOf(ObjectName name,
String className)
throws InstanceNotFoundException,
IOException
- See Also:
-
MBeanInfo
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isRegistered(ObjectName name)
throws IOException
- See Also:
- RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Set queryMBeans(ObjectName name,
QueryExp query)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Set queryNames(ObjectName name,
QueryExp query)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotificationListener(ObjectName name,
NotificationListener listener)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- See Also:
addNotificationListener(ObjectName, NotificationListener,
NotificationFilter, Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- See Also:
addNotificationListener(ObjectName, NotificationListener,
NotificationFilter, Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotificationListener(ObjectName name,
ObjectName listener)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- See Also:
addNotificationListener(ObjectName, ObjectName,
NotificationFilter, Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- See Also:
addNotificationListener(ObjectName, ObjectName,
NotificationFilter, Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setAttribute(ObjectName name,
Attribute attribute)
throws InstanceNotFoundException,
AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException,
IOException
- See Also:
getAttribute(javax.management.ObjectName, java.lang.String)
, RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
AttributeList setAttributes(ObjectName name,
AttributeList attributes)
throws InstanceNotFoundException,
ReflectionException,
IOException
- See Also:
getAttributes(javax.management.ObjectName, java.lang.String[])
, RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void unregisterMBean(ObjectName name)
throws InstanceNotFoundException,
MBeanRegistrationException,
IOException
- See Also:
-
MBeanServerDelegate
, RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples