Class RemoteRpcRegistryMXBeanImpl
- java.lang.Object
-
- org.opendaylight.controller.md.sal.common.util.jmx.AbstractMXBean
-
- org.opendaylight.controller.remote.rpc.registry.mbeans.RemoteRpcRegistryMXBeanImpl
-
- All Implemented Interfaces:
RemoteRpcRegistryMXBean
public class RemoteRpcRegistryMXBeanImpl extends AbstractMXBean implements RemoteRpcRegistryMXBean
-
-
Field Summary
Fields Modifier and Type Field Description protected Loggerlog-
Fields inherited from class org.opendaylight.controller.md.sal.common.util.jmx.AbstractMXBean
BASE_JMX_PREFIX
-
-
Constructor Summary
Constructors Constructor Description RemoteRpcRegistryMXBeanImpl(BucketStoreAccess rpcRegistryAccess, Timeout timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>findRpcByName(String name)Map<String,String>findRpcByRoute(String routeId)StringgetBucketVersions()Set<String>getGlobalRpc()Set<String>getLocalRegisteredRoutedRpc()-
Methods inherited from class org.opendaylight.controller.md.sal.common.util.jmx.AbstractMXBean
getMBeanCategory, getMBeanName, getMBeanType, register, registerMBean, unregister, unregisterMBean
-
-
-
-
Field Detail
-
log
protected final Logger log
-
-
Constructor Detail
-
RemoteRpcRegistryMXBeanImpl
public RemoteRpcRegistryMXBeanImpl(BucketStoreAccess rpcRegistryAccess, Timeout timeout)
-
-
Method Detail
-
getGlobalRpc
public Set<String> getGlobalRpc()
- Specified by:
getGlobalRpcin interfaceRemoteRpcRegistryMXBean
-
getLocalRegisteredRoutedRpc
public Set<String> getLocalRegisteredRoutedRpc()
- Specified by:
getLocalRegisteredRoutedRpcin interfaceRemoteRpcRegistryMXBean
-
findRpcByName
public Map<String,String> findRpcByName(String name)
- Specified by:
findRpcByNamein interfaceRemoteRpcRegistryMXBean
-
findRpcByRoute
public Map<String,String> findRpcByRoute(String routeId)
- Specified by:
findRpcByRoutein interfaceRemoteRpcRegistryMXBean
-
getBucketVersions
public String getBucketVersions()
- Specified by:
getBucketVersionsin interfaceRemoteRpcRegistryMXBean
-
-