public void
addNotificationListener
(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
throws
InstanceNotFoundException
IOException
public Integer
addNotificationListeners
(ObjectName names, MarshalledObject filters, Subject delegationSubjects)
throws
InstanceNotFoundException
IOException
public ObjectInstance
createMBean
(String className, ObjectName name, MarshalledObject params, String signature, Subject delegationSubject)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
IOException
Handles the method MBeanServerConnection.createMBean(String,
ObjectName, Object[], String[]).
public ObjectInstance
createMBean
(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String signature, Subject delegationSubject)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
InstanceNotFoundException
IOException
public ObjectInstance
createMBean
(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
InstanceNotFoundException
IOException
Handles the method MBeanServerConnection.createMBean(String,
ObjectName, ObjectName).
public ObjectInstance
createMBean
(String className, ObjectName name, Subject delegationSubject)
throws
ReflectionException
InstanceAlreadyExistsException
MBeanRegistrationException
MBeanException
NotCompliantMBeanException
IOException
Handles the method MBeanServerConnection.createMBean(String,
ObjectName).
public NotificationResult
fetchNotifications
(long clientSequenceNumber, int maxNotifications, long timeout)
throws
IOException
public Object
getAttribute
(ObjectName name, String attribute, Subject delegationSubject)
throws
MBeanException
AttributeNotFoundException
InstanceNotFoundException
ReflectionException
IOException
Handles the method MBeanServerConnection.getAttribute(ObjectName,
String).
public AttributeList
getAttributes
(ObjectName name, String attributes, Subject delegationSubject)
throws
InstanceNotFoundException
ReflectionException
IOException
Handles the method MBeanServerConnection.getAttributes(ObjectName,
String[]).
public String
getDefaultDomain
(Subject delegationSubject)
throws
IOException
Handles the method
MBeanServerConnection.getDefaultDomain().
public String
getDomains
(Subject delegationSubject)
throws
IOException
Handles the method
MBeanServerConnection.getDomains().
public Integer
getMBeanCount
(Subject delegationSubject)
throws
IOException
Handles the method
MBeanServerConnection.getMBeanCount().
public MBeanInfo
getMBeanInfo
(ObjectName name, Subject delegationSubject)
throws
InstanceNotFoundException
IntrospectionException
ReflectionException
IOException
Handles the method
MBeanServerConnection.getMBeanInfo(ObjectName).
public ObjectInstance
getObjectInstance
(ObjectName name, Subject delegationSubject)
throws
InstanceNotFoundException
IOException
Handles the method
MBeanServerConnection.getObjectInstance(ObjectName).
public Object
invoke
(ObjectName name, String operationName, MarshalledObject params, String signature, Subject delegationSubject)
throws
InstanceNotFoundException
MBeanException
ReflectionException
IOException
Handles the method MBeanServerConnection.invoke(ObjectName,
String, Object[], String[]).
public boolean
isInstanceOf
(ObjectName name, String className, Subject delegationSubject)
throws
InstanceNotFoundException
IOException
Handles the method MBeanServerConnection.isInstanceOf(ObjectName,
String).
public boolean
isRegistered
(ObjectName name, Subject delegationSubject)
throws
IOException
Handles the method
MBeanServerConnection.isRegistered(ObjectName).
public Set<ObjectInstance>
queryMBeans
(ObjectName name, MarshalledObject query, Subject delegationSubject)
throws
IOException
Handles the method MBeanServerConnection.queryMBeans(ObjectName,
QueryExp).
public Set<ObjectName>
queryNames
(ObjectName name, MarshalledObject query, Subject delegationSubject)
throws
IOException
Handles the method MBeanServerConnection.queryNames(ObjectName,
QueryExp).
public void
removeNotificationListener
(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
public void
removeNotificationListener
(ObjectName name, ObjectName listener, Subject delegationSubject)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
Handles the method MBeanServerConnection.removeNotificationListener(ObjectName,
ObjectName).
public void
removeNotificationListeners
(ObjectName name, Integer listenerIDs, Subject delegationSubject)
throws
InstanceNotFoundException
ListenerNotFoundException
IOException
public void
setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
throws
InstanceNotFoundException
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
IOException
Handles the method MBeanServerConnection.setAttribute(ObjectName,
Attribute).
public AttributeList
setAttributes
(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
throws
InstanceNotFoundException
ReflectionException
IOException
Handles the method MBeanServerConnection.setAttributes(ObjectName,
AttributeList).
public void
unregisterMBean
(ObjectName name, Subject delegationSubject)
throws
InstanceNotFoundException
MBeanRegistrationException
IOException
Handles the method
MBeanServerConnection.unregisterMBean(ObjectName).