public class NamingEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONTEXT |
static int |
ENTRY |
static int |
LINK_REF |
java.lang.String |
name |
static int |
REFERENCE |
int |
type
The type instance variable is used to avoid using RTTI when doing
lookups.
|
java.lang.Object |
value |
Constructor and Description |
---|
NamingEntry(java.lang.String name,
java.lang.Object value,
int type) |
public static final int ENTRY
public static final int LINK_REF
public static final int REFERENCE
public static final int CONTEXT
public int type
public final java.lang.String name
public java.lang.Object value
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.