public class DCEPipeType extends Object
Defines the special DCE/RPC pipe names.
Modifier and Type | Field and Description |
---|---|
static int |
PIPE_EVENTLOG |
static int |
PIPE_INITSHUT |
static int |
PIPE_LSARPC |
static int |
PIPE_NETDFS |
static int |
PIPE_NETLOGON |
static int |
PIPE_NETLOGON1 |
static int |
PIPE_SAMR |
static int |
PIPE_SPOOLSS |
static int |
PIPE_SRVSVC |
static int |
PIPE_SVCCTL |
static int |
PIPE_WINREG |
static int |
PIPE_WKSSVC |
Constructor and Description |
---|
DCEPipeType() |
Modifier and Type | Method and Description |
---|---|
static int |
getNameAsType(String name)
Convert a pipe name to a type
|
static String |
getServerPipeName(int typ)
Get the server-side pipe name for the specified pipe
|
static String |
getTypeAsString(int typ)
Convert a pipe type to a name
|
static String |
getTypeAsStringShort(int typ)
Convert a pipe type to a short name
|
static UUID |
getUUIDForType(int typ)
Return the UUID for the pipe type
|
public static final int PIPE_SRVSVC
public static final int PIPE_SAMR
public static final int PIPE_WINREG
public static final int PIPE_WKSSVC
public static final int PIPE_NETLOGON
public static final int PIPE_LSARPC
public static final int PIPE_SPOOLSS
public static final int PIPE_NETDFS
public static final int PIPE_SVCCTL
public static final int PIPE_EVENTLOG
public static final int PIPE_NETLOGON1
public static final int PIPE_INITSHUT
public static final int getNameAsType(String name)
name
- Stringpublic static final String getTypeAsString(int typ)
typ
- intpublic static final String getTypeAsStringShort(int typ)
typ
- intpublic static final UUID getUUIDForType(int typ)
typ
- intpublic static final String getServerPipeName(int typ)
typ
- intCopyright © 2005–2018 Alfresco Software. All rights reserved.