Class PlatformDotNetLifecycleBean

  • All Implemented Interfaces:
    LifecycleBean

    public class PlatformDotNetLifecycleBean
    extends org.apache.ignite.internal.processors.platform.lifecycle.PlatformLifecycleBean
    implements LifecycleBean
    Lifecycle bean implementation which can be used to configure .Net lifecycle beans in Java Spring configuration.
    • Constructor Detail

      • PlatformDotNetLifecycleBean

        public PlatformDotNetLifecycleBean()
        Constructor.
      • PlatformDotNetLifecycleBean

        public PlatformDotNetLifecycleBean​(String typName)
        Constructor.
        Parameters:
        typName - Type name.
    • Method Detail

      • getTypeName

        public String getTypeName()
        Get type name.
        Returns:
        Type name.
      • setTypeName

        public void setTypeName​(String typName)
        Set type name.
        Parameters:
        typName - Type name.
      • getProperties

        public Map<String,​?> getProperties()
        Get properties.
        Returns:
        Properties.
      • setProperties

        public void setProperties​(Map<String,​?> props)
        Set properties.
        Parameters:
        props - Properties.