Class AclClusterUtilImpl
- java.lang.Object
-
- org.opendaylight.netvirt.aclservice.utils.AclClusterUtilImpl
-
- All Implemented Interfaces:
AclClusterUtil
@Singleton public class AclClusterUtilImpl extends java.lang.Object implements AclClusterUtil
-
-
Constructor Summary
Constructors Constructor Description AclClusterUtilImpl(org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanisEntityOwner()voidstart()
-
-
-
Method Detail
-
start
@PostConstruct public void start()
-
isEntityOwner
public boolean isEntityOwner()
- Specified by:
isEntityOwnerin interfaceAclClusterUtil
-
close
@PreDestroy public void close()
-
-