public abstract class Services
extends java.lang.Object
Constructor and Description |
---|
Services() |
Modifier and Type | Method and Description |
---|---|
static int |
findServicePort(java.lang.String p_service)
Find a port number for a service name (tcp).
|
static void |
main(java.lang.String[] p_argv) |
public static int findServicePort(java.lang.String p_service) throws FilesystemException
p_service
- Name of service to look up.FilesystemException
- if we cannot find the service port.public static void main(java.lang.String[] p_argv)