org.jboss.jms.server.security
Class CheckType

java.lang.Object
  extended by org.jboss.jms.server.security.CheckType

public class CheckType
extends java.lang.Object

Version:
$Revision: 2925 $ $Id: $
Author:
Peter Antman, Scott Stark

Field Summary
static CheckType CREATE
           
static CheckType READ
           
 int type
           
static int TYPE_CREATE
           
static int TYPE_READ
           
static int TYPE_WRITE
           
static CheckType WRITE
           
 
Constructor Summary
CheckType(int type)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

TYPE_READ

public static final int TYPE_READ
See Also:
Constant Field Values

TYPE_WRITE

public static final int TYPE_WRITE
See Also:
Constant Field Values

TYPE_CREATE

public static final int TYPE_CREATE
See Also:
Constant Field Values

READ

public static CheckType READ

WRITE

public static CheckType WRITE

CREATE

public static CheckType CREATE
Constructor Detail

CheckType

public CheckType(int type)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.