Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.naming
Class Access

java.lang.Object
  extended bycom.sssw.jbroker.api.naming.Access
All Implemented Interfaces:
IDLEntity, Serializable

public final class Access
extends Object
implements IDLEntity

Specifyies the type of access Allowed.

  1. ALL - allow any one
  2. NONE - allow no one
  3. REALM - allow users from the specified realm. The realm is specified as a separate parameter on createNameService.

See Also:
NameServiceFactory, Serialized Form

Field Summary
static int _ALL
           
static int _NONE
           
static int _REALM
           
static Access ALL
           
static Access NONE
           
static Access REALM
           
 
Method Summary
static Access from_int(int $value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ALL

public static final int _ALL
See Also:
Constant Field Values

_NONE

public static final int _NONE
See Also:
Constant Field Values

_REALM

public static final int _REALM
See Also:
Constant Field Values

ALL

public static final Access ALL

NONE

public static final Access NONE

REALM

public static final Access REALM
Method Detail

value

public int value()

from_int

public static Access from_int(int $value)

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.