|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.naming.JNDIBinding
public class JNDIBinding
A representation of a binding into JNDI.
Constructor Summary | |
---|---|
JNDIBinding()
|
Method Summary | |
---|---|
String |
getEditor()
The optional PropertyEditor implementation class name. |
String |
getName()
The JNDI name to bind under |
String |
getText()
The text representation of the binding |
String |
getType()
The optional type the text representation should be converted to. |
Object |
getValue()
Object the binding value. |
boolean |
isTrim()
|
void |
setEditor(String editor)
|
void |
setName(String name)
|
void |
setText(String text)
Set the text representation of the binding. |
void |
setTrim(boolean trim)
|
void |
setType(String type)
|
void |
setValue(Object value)
Set the raw value binding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JNDIBinding()
Method Detail |
---|
public String getName()
public void setName(String name)
public String getText()
public void setText(String text)
text
- public String getType()
public void setType(String type)
type
- - type the text representation should be converted to.public String getEditor()
public void setEditor(String editor)
editor
- - the optional PropertyEditor implementation class name.public Object getValue() throws Exception
Exception
- - on failure to load/use the PropertyEditorpublic void setValue(Object value)
value
- public boolean isTrim()
public void setTrim(boolean trim)
trim
- - flag indicating if the text should be trimmed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |