public class ObservationListenerSupport extends Object
| Constructor and Description |
|---|
ObservationListenerSupport(org.osgi.framework.BundleContext bundleContext,
org.apache.sling.jcr.api.SlingRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose this support object.
|
org.osgi.service.event.EventAdmin |
getEventAdmin() |
org.apache.sling.api.resource.ResourceResolver |
getResourceResolver()
Get a resource resolver.
|
javax.jcr.Session |
getSession() |
public ObservationListenerSupport(org.osgi.framework.BundleContext bundleContext,
org.apache.sling.jcr.api.SlingRepository repository)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic void dispose()
public javax.jcr.Session getSession()
public org.osgi.service.event.EventAdmin getEventAdmin()
public org.apache.sling.api.resource.ResourceResolver getResourceResolver()
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.