public class RpcImplementationBean extends Object
Constructor and Description |
---|
RpcImplementationBean() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init() |
void |
setBundle(org.osgi.framework.Bundle bundle) |
void |
setImplementation(org.opendaylight.yangtools.yang.binding.RpcService implementation) |
void |
setInterfaceName(String interfaceName) |
void |
setRpcProvider(org.opendaylight.mdsal.binding.api.RpcProviderService rpcProvider) |
public void setRpcProvider(org.opendaylight.mdsal.binding.api.RpcProviderService rpcProvider)
public void setBundle(org.osgi.framework.Bundle bundle)
public void setInterfaceName(String interfaceName)
public void setImplementation(org.opendaylight.yangtools.yang.binding.RpcService implementation)
public void init()
public void destroy()
Copyright © 2019 OpenDaylight. All rights reserved.