| Package | Description |
|---|---|
| org.apache.karaf.management | |
| org.apache.karaf.management.internal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KarafMBeanServerGuard.canInvoke(BulkRequestContext context,
MBeanServer mbeanServer,
ObjectName objectName)
Returns whether there is any method that the current user can invoke.
|
boolean |
KarafMBeanServerGuard.canInvoke(BulkRequestContext context,
MBeanServer mbeanServer,
ObjectName objectName,
String methodName)
Returns whether there is any overload of the specified method that can be invoked by the current user.
|
boolean |
KarafMBeanServerGuard.canInvoke(BulkRequestContext context,
MBeanServer mbeanServer,
ObjectName objectName,
String methodName,
String[] signature)
Returns true if the method on the MBean with the specified signature can be invoked.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkRequestContext |
BulkRequestContext.newContext(org.osgi.service.cm.ConfigurationAdmin configAdmin) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.