com.atlassian.greenhopper.optionalfeatures.ondemandbridge
Class OndemandBridgeAcessorImpl

java.lang.Object
  extended by com.atlassian.greenhopper.optionalfeatures.AbstractThirdPartyServiceAccessor
      extended by com.atlassian.greenhopper.optionalfeatures.ondemandbridge.OndemandBridgeAcessorImpl
All Implemented Interfaces:
OndemandBridgeAccessor, ThirdPartyServiceReferenceHolder, org.springframework.osgi.context.BundleContextAware

@Service
public class OndemandBridgeAcessorImpl
extends AbstractThirdPartyServiceAccessor
implements OndemandBridgeAccessor, org.springframework.osgi.context.BundleContextAware


Constructor Summary
OndemandBridgeAcessorImpl()
           
 
Method Summary
 void clearServiceReferences()
           
 com.atlassian.fugue.Option<OndemandBridge> getOndemandBridge()
           
 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

OndemandBridgeAcessorImpl

public OndemandBridgeAcessorImpl()
Method Detail

setBundleContext

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

getOndemandBridge

public com.atlassian.fugue.Option<OndemandBridge> getOndemandBridge()
Specified by:
getOndemandBridge in interface OndemandBridgeAccessor

clearServiceReferences

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


Copyright © 2007-2012 Atlassian. All Rights Reserved.