Uses of Class
org.modeshape.graph.request.CollectGarbageRequest

Packages that use CollectGarbageRequest
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
 

Uses of CollectGarbageRequest in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type CollectGarbageRequest
 void SimpleRequestProcessor.process(CollectGarbageRequest request)
          Process a request to collect garbage.
 

Uses of CollectGarbageRequest in org.modeshape.graph.request.processor
 

Methods in org.modeshape.graph.request.processor with parameters of type CollectGarbageRequest
 void RequestProcessor.process(CollectGarbageRequest request)
          Process a request to collect garbage.
 void LoggingRequestProcessor.process(CollectGarbageRequest request)
          Process a request to collect garbage.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.