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 void
close()
boolean
isEntityOwner()
void
start()
-
-
-
Method Detail
-
start
@PostConstruct public void start()
-
isEntityOwner
public boolean isEntityOwner()
- Specified by:
isEntityOwner
in interfaceAclClusterUtil
-
close
@PreDestroy public void close()
-
-