Interface SimpleResource
-
- All Known Implementing Classes:
PhysicalEntityManagerWrapper
public interface SimpleResourceRepresents a resource that can be queried for open status and can be closed- Author:
- Mitesh Meswani
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the resourcebooleanisOpen()Returns true if the resource is open
-