Package com.basis.filesystem
Class Services
java.lang.Object
com.basis.filesystem.Services
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
findServicePort
(String p_service) Find a port number for a service name (tcp).static void
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
findServicePort
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
-