类 SipStarter
java.lang.Object
cn.skcks.docking.gb28181.starter.SipStarter
- 所有已实现的接口:
org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
@Order(0)
@Component
@DependsOn("dockingOrmInitService")
public class SipStarter
extends Object
implements org.springframework.context.SmartLifecycle
-
构造器详细资料
-
SipStarter
public SipStarter()
-
-
方法详细资料
-
start
public void start()- 指定者:
start在接口中org.springframework.context.Lifecycle
-
stop
public void stop()- 指定者:
stop在接口中org.springframework.context.Lifecycle
-
isRunning
public boolean isRunning()- 指定者:
isRunning在接口中org.springframework.context.Lifecycle
-
checkConfig
public boolean checkConfig()
-