public class ReferenceContext
extends java.lang.Object
Title: Object Repository Interface
Description: This interface represents a Reference Context Object
.
Java Naming Context
and allows for a logical grouping of disparate entities.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ReferenceContext |
NULL |
static ReferenceContext |
ROOT |
Constructor and Description |
---|
ReferenceContext(ReferenceContext parentContext,
java.lang.String ctxNamespace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getContextName()
Returns the name of the context.
|
java.lang.String |
getContextNameSpace()
Returns the full path context name space.
|
ReferenceContext |
getParentContext() |
byte[] |
getRefObject()
Returns a reference object as a byte array.
|
int |
hashCode() |
boolean |
isRoot() |
void |
setRefObject(byte[] ref) |
java.lang.String |
toString() |
public static ReferenceContext ROOT
public static ReferenceContext NULL
public ReferenceContext(ReferenceContext parentContext, java.lang.String ctxNamespace) throws javax.naming.NamingException
javax.naming.NamingException
public boolean isRoot()
public java.lang.String getContextName()
public ReferenceContext getParentContext()
public java.lang.String getContextNameSpace()
public byte[] getRefObject()
public void setRefObject(byte[] ref)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.