Uses of Class
com.unboundid.scim.wink.ResourceStats

Packages that use ResourceStats
com.unboundid.scim.wink   
 

Uses of ResourceStats in com.unboundid.scim.wink
 

Methods in com.unboundid.scim.wink that return ResourceStats
 ResourceStats SCIMApplication.getStatsForResource(String resourceName)
          Retrieve the stats for a given resource.
 

Methods in com.unboundid.scim.wink that return types with arguments of type ResourceStats
 Collection<ResourceStats> SCIMApplication.getResourceStats()
          Retrieves the statistics for the resources being served by this application instance.
 

Constructors in com.unboundid.scim.wink with parameters of type ResourceStats
AbstractBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
AbstractSCIMResource(String path, ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new AbstractSCIMResource for CRUD operations.
BulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
JSONBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
JSONQueryResource(ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new SCIM wink resource for XML query operations on a SCIM endpoint.
JSONServiceProviderConfigResource(SCIMApplication application, ResourceStats resourceStats)
          Create a new JAX-RS resource.
MonitorResource(SCIMApplication application, ResourceStats resourceStats)
          Create a new JAX-RS resource.
SCIMResource(ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new SCIM wink resource for operations on a SCIM endpoint.
ServiceProviderConfigResource(SCIMApplication application, ResourceStats resourceStats)
          Create a new JAX-RS resource.
XMLBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
XMLQueryResource(ResourceDescriptor resourceDescriptor, ResourceStats resourceStats, SCIMBackend backend)
          Create a new SCIM wink resource for XML query operations on a SCIM endpoint.
XMLServiceProviderConfigResource(SCIMApplication application, ResourceStats resourceStats)
          Create a new JAX-RS resource.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.