| javax.naming.Binding org.apache.naming.core.ServerBinding
ServerBinding | public class ServerBinding extends Binding (Code) | | This is used for both NameClass and Binding.
Lazy eval - so the extra methods in Binding don't affect us.
For most contexts we'll deal getting the class name is as expensive
as getting the object. In addition most operations will only use the name.
|
isRelative | public boolean isRelative()(Code) | | |
recycle | public void recycle()(Code) | | |
setRelative | public void setRelative(boolean r)(Code) | | |
toString | public String toString()(Code) | | Generates the string representation of this name/class pair.
The string representation consists of the name and class name separated
by a colon (':').
The contents of this string is useful
for debugging and is not meant to be interpreted programmatically.
The string representation of this name/class pair. |
|
|