Class AdminResource
- java.lang.Object
-
- uk.co.ractf.polaris.controller.resources.SecureResource
-
- uk.co.ractf.polaris.node.resources.AdminResource
-
@Path("/admin") @Produces("application/json") public class AdminResource extends SecureResource
-
-
Constructor Summary
Constructors Constructor Description AdminResource(GarbageCollectionService gcService, OrphanKillerService orphanKillerService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
garbageCollect()
void
killOrphans()
-
Methods inherited from class uk.co.ractf.polaris.controller.resources.SecureResource
convertContext
-
-
-
-
Constructor Detail
-
AdminResource
@Inject public AdminResource(GarbageCollectionService gcService, OrphanKillerService orphanKillerService)
-
-