|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gemini.blueprint.extender.support.ApplicationContextConfiguration
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerConfig
public class BlueprintContainerConfig
Extension to the default ApplicationContextConfiguration
that overrides Spring DM settings with RFC 124.
Constructor Summary | |
---|---|
BlueprintContainerConfig(org.osgi.framework.Bundle bundle)
|
Method Summary | |
---|---|
long |
getTimeout()
Returns the timeout (in milliseconds) an application context needs to wait for mandatory dependent services. |
boolean |
isCreateAsynchronously()
Indicates if an application context needs to be created asynchronously or not. |
boolean |
isPublishContextAsService()
Indicates if the application context needs to be published as a service or not. |
boolean |
isTimeoutDeclared()
|
boolean |
isWaitForDependencies()
Indicates if the configuration must wait for dependencies. |
String |
toString()
|
Methods inherited from class org.eclipse.gemini.blueprint.extender.support.ApplicationContextConfiguration |
---|
getConfigurationLocations, isSpringPoweredBundle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlueprintContainerConfig(org.osgi.framework.Bundle bundle)
Method Detail |
---|
public boolean isTimeoutDeclared()
isTimeoutDeclared
in class ApplicationContextConfiguration
public long getTimeout()
ApplicationContextConfiguration
getTimeout
in class ApplicationContextConfiguration
public boolean isCreateAsynchronously()
ApplicationContextConfiguration
isCreateAsynchronously
in class ApplicationContextConfiguration
public boolean isWaitForDependencies()
ApplicationContextConfiguration
isWaitForDependencies
in class ApplicationContextConfiguration
public boolean isPublishContextAsService()
ApplicationContextConfiguration
isPublishContextAsService
in class ApplicationContextConfiguration
public String toString()
toString
in class ApplicationContextConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |