com.atlassian.greenhopper.optionalfeatures.sampledata
Class SampleDataGeneratorAccessorImpl

java.lang.Object
  extended by com.atlassian.greenhopper.optionalfeatures.AbstractThirdPartyServiceAccessor
      extended by com.atlassian.greenhopper.optionalfeatures.sampledata.SampleDataGeneratorAccessorImpl
All Implemented Interfaces:
SampleDataGeneratorAccessor, ThirdPartyServiceReferenceHolder, org.springframework.osgi.context.BundleContextAware

@Service
public class SampleDataGeneratorAccessorImpl
extends AbstractThirdPartyServiceAccessor
implements SampleDataGeneratorAccessor, org.springframework.osgi.context.BundleContextAware


Constructor Summary
SampleDataGeneratorAccessorImpl()
           
 
Method Summary
 void clearServiceReferences()
           
 com.atlassian.fugue.Option<SampleDataGenerator> getSampleDataGenerator()
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class com.atlassian.greenhopper.optionalfeatures.AbstractThirdPartyServiceAccessor
getServiceFactoryClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleDataGeneratorAccessorImpl

public SampleDataGeneratorAccessorImpl()
Method Detail

setBundleContext

public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Specified by:
setBundleContext in interface org.springframework.osgi.context.BundleContextAware

getSampleDataGenerator

public com.atlassian.fugue.Option<SampleDataGenerator> getSampleDataGenerator()
Specified by:
getSampleDataGenerator in interface SampleDataGeneratorAccessor

clearServiceReferences

public void clearServiceReferences()
Specified by:
clearServiceReferences in interface ThirdPartyServiceReferenceHolder


Copyright © 2007-2012 Atlassian. All Rights Reserved.