| Constructor | Description |
|---|---|
CommandProxy(Object target,
String function) |
|
CommandProxy(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference reference,
String function) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
execute(CommandSession session,
List<Object> arguments) |
Execute this function and return the result.
|
Object |
getTarget() |
|
void |
ungetTarget() |
public CommandProxy(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference reference,
String function)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.