public class DCEPipeType
extends java.lang.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(java.lang.String name)
Convert a pipe name to a type
|
static java.lang.String |
getServerPipeName(int typ)
Get the server-side pipe name for the specified pipe
|
static java.lang.String |
getTypeAsString(int typ)
Convert a pipe type to a name
|
static java.lang.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(java.lang.String name)
name
- Stringpublic static final java.lang.String getTypeAsString(int typ)
typ
- intpublic static final java.lang.String getTypeAsStringShort(int typ)
typ
- intpublic static final UUID getUUIDForType(int typ)
typ
- intpublic static final java.lang.String getServerPipeName(int typ)
typ
- intCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.