Package org.dcom.core

Class DCOM

java.lang.Object
org.dcom.core.DCOM

public class DCOM extends Object
The DCOM Home class. Provides various utility methods – but also the factory method to acquire a ServiceLookup object so that the rest of the services can be accessed.
  • Method Details

    • getServiceLookup

      public static ServiceLookup getServiceLookup(String url)
    • getServiceLookup

      public static ServiceLookup getServiceLookup()
    • existsEnvironmentVariable

      public static boolean existsEnvironmentVariable(String name)
    • getEnvironmentVariable

      public static String getEnvironmentVariable(String name)
    • checkDCOMCertificatePath

      public static boolean checkDCOMCertificatePath()
    • checkDCOMCertificatePassword

      public static boolean checkDCOMCertificatePassword()
    • getDCOMCertificatePath

      public static String getDCOMCertificatePath()
    • getDCOMCertificatePassword

      public static String getDCOMCertificatePassword()