com.alibaba.rocketmq.common.constant
类 PermName

java.lang.Object
  继承者 com.alibaba.rocketmq.common.constant.PermName

public class PermName
extends Object

作者:
shijia.wxr

字段摘要
static int PERM_INHERIT
           
static int PERM_PRIORITY
           
static int PERM_READ
           
static int PERM_WRITE
           
 
构造方法摘要
PermName()
           
 
方法摘要
static boolean isInherited(int perm)
           
static boolean isReadable(int perm)
           
static boolean isWriteable(int perm)
           
static String perm2String(int perm)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

PERM_PRIORITY

public static final int PERM_PRIORITY
另请参见:
常量字段值

PERM_READ

public static final int PERM_READ
另请参见:
常量字段值

PERM_WRITE

public static final int PERM_WRITE
另请参见:
常量字段值

PERM_INHERIT

public static final int PERM_INHERIT
另请参见:
常量字段值
构造方法详细信息

PermName

public PermName()
方法详细信息

isReadable

public static boolean isReadable(int perm)

isWriteable

public static boolean isWriteable(int perm)

isInherited

public static boolean isInherited(int perm)

perm2String

public static String perm2String(int perm)


Copyright © 2012-2015. All Rights Reserved.