Package com.avanza.astrix.gs
Class GsBinder
- java.lang.Object
-
- com.avanza.astrix.gs.GsBinder
-
- All Implemented Interfaces:
com.avanza.astrix.beans.core.AstrixConfigAware
public class GsBinder extends Object implements com.avanza.astrix.beans.core.AstrixConfigAware
- Author:
- Elias Lindholm
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPACE_NAME_PROPERTYstatic StringSPACE_URL_PROPERTYstatic StringSTART_TIME
-
Constructor Summary
Constructors Constructor Description GsBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.avanza.astrix.beans.service.ServicePropertiescreateProperties(org.openspaces.core.GigaSpace space)com.avanza.astrix.beans.service.ServicePropertiescreateServiceProperties(String spaceUrl)org.openspaces.core.GigaSpacegetEmbeddedSpace(org.springframework.context.ApplicationContext applicationContext)voidsetConfig(com.avanza.astrix.config.DynamicConfig config)
-
-
-
Field Detail
-
SPACE_NAME_PROPERTY
public static final String SPACE_NAME_PROPERTY
- See Also:
- Constant Field Values
-
SPACE_URL_PROPERTY
public static final String SPACE_URL_PROPERTY
- See Also:
- Constant Field Values
-
START_TIME
public static final String START_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEmbeddedSpace
public org.openspaces.core.GigaSpace getEmbeddedSpace(org.springframework.context.ApplicationContext applicationContext)
-
createProperties
public com.avanza.astrix.beans.service.ServiceProperties createProperties(org.openspaces.core.GigaSpace space)
-
createServiceProperties
public com.avanza.astrix.beans.service.ServiceProperties createServiceProperties(String spaceUrl)
-
setConfig
public void setConfig(com.avanza.astrix.config.DynamicConfig config)
- Specified by:
setConfigin interfacecom.avanza.astrix.beans.core.AstrixConfigAware
-
-