| Constructor and Description |
|---|
RpcFacade.OperationExecution(ObjectName on,
String name,
Map<String,AttributeConfigElement> attributes,
org.opendaylight.controller.config.yangjmxgenerator.attribute.AttributeIfc returnType,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeConfigElement> |
getAttributes() |
String |
getNamespace() |
ObjectName |
getOn() |
String |
getOperationName() |
org.opendaylight.controller.config.yangjmxgenerator.attribute.AttributeIfc |
getReturnType() |
boolean |
isVoid() |
public RpcFacade.OperationExecution(ObjectName on, String name, Map<String,AttributeConfigElement> attributes, org.opendaylight.controller.config.yangjmxgenerator.attribute.AttributeIfc returnType, String namespace)
public boolean isVoid()
public ObjectName getOn()
public String getOperationName()
public Map<String,AttributeConfigElement> getAttributes()
public org.opendaylight.controller.config.yangjmxgenerator.attribute.AttributeIfc getReturnType()
public String getNamespace()
Copyright © 2016 OpenDaylight. All rights reserved.