Runtime tools : Service engine : The references : Runtime : com.unicom.dtt.serviceengine.ServiceEngine
  
com.unicom.dtt.serviceengine.ServiceEngine
This is the entry point class of Service Engine.
To get a singleton instance of the Service Engine, use public static ServiceEngine getInstance().
To release the resource, use public static void close(). It is not possible to access it after this.
Go up to
Runtime