Class ClientService


  • public class ClientService
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.net.URL[] baseURLs  
      static java.lang.ClassLoader classLoader  
      static java.lang.instrument.Instrumentation instrumentation  
      static java.lang.String nativePath  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientService()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instrumentation

        public static java.lang.instrument.Instrumentation instrumentation
      • classLoader

        public static java.lang.ClassLoader classLoader
      • nativePath

        public static java.lang.String nativePath
      • baseURLs

        public static java.net.URL[] baseURLs
    • Constructor Detail

      • ClientService

        public ClientService()