Class DevicesGroupRegistry
- java.lang.Object
- 
- org.opendaylight.openflowplugin.applications.frm.impl.DevicesGroupRegistry
 
- 
 public class DevicesGroupRegistry extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DevicesGroupRegistry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearNodeGroups(String nodeId)booleanisGroupPresent(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)voidremoveGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)voidstoreGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
 
- 
- 
- 
Method Detail- 
isGroupPresentpublic boolean isGroupPresent(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId) 
 - 
storeGrouppublic void storeGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId) 
 - 
removeGrouppublic void removeGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId) 
 - 
clearNodeGroupspublic void clearNodeGroups(String nodeId) 
 
- 
 
-