Class PlatformDotNetLifecycleBean
- java.lang.Object
- 
- org.apache.ignite.internal.processors.platform.lifecycle.PlatformLifecycleBean
- 
- org.apache.ignite.platform.dotnet.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 SummaryConstructors Constructor Description PlatformDotNetLifecycleBean()Constructor.PlatformDotNetLifecycleBean(String typName)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,?>getProperties()Get properties.StringgetTypeName()Get type name.voidsetProperties(Map<String,?> props)Set properties.voidsetTypeName(String typName)Set type name.- 
Methods inherited from class org.apache.ignite.internal.processors.platform.lifecycle.PlatformLifecycleBeaninitialize, onLifecycleEvent
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.ignite.lifecycle.LifecycleBeanonLifecycleEvent
 
- 
 
- 
- 
- 
Constructor Detail- 
PlatformDotNetLifecycleBeanpublic PlatformDotNetLifecycleBean() Constructor.
 - 
PlatformDotNetLifecycleBeanpublic PlatformDotNetLifecycleBean(String typName) Constructor.- Parameters:
- typName- Type name.
 
 
- 
 
-