Class Services

java.lang.Object
com.basis.filesystem.Services

public abstract class Services extends Object
  • Constructor Details

    • Services

      public Services()
  • Method Details

    • findServicePort

      public static int findServicePort(String p_service) throws FilesystemException
      Find a port number for a service name (tcp).
      Parameters:
      p_service - Name of service to look up.
      Throws:
      FilesystemException - if we cannot find the service port.
    • main

      public static void main(String[] p_argv)